-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 856 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "my-poject",
"version": "1.0.0",
"private": true,
"dependencies": {
"@google-cloud/datastore": "^1.3.4",
"@nuxtjs/axios": "^5.0.0",
"@types/node": "^9.4.6",
"axios": "^0.16.2",
"debounce": "^1.1.0",
"hashids": "^1.1.4",
"lodash.debounce": "^4.0.8",
"monaco-editor": "^0.10.1",
"nuxt": "^1.3.0",
"nuxt-property-decorator": "^1.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"ts-loader": "^3.5.0",
"typescript": "^2.7.2",
"vuetify": "^1.0.3",
"vuex-class": "^0.3.0"
},
"scripts": {
"dev": "tsc -p server && nuxt",
"devserver": "nodemon --watch server --ext ts --exec \"tsc -p server && nuxt\"",
"build": "tsc -p server && nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"devDependencies": {
"nodemon": "^1.17.1"
}
}