-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 811 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 811 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
{
"name": "delegates-app-nuxt",
"version": "1.0.1-0",
"description": "FLS 2018",
"author": "wkwksama",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/auth": "^4.5.1",
"@nuxtjs/axios": "^5.0.0",
"@nuxtjs/dotenv": "^1.1.1",
"@nuxtjs/pwa": "^2.0.8",
"babel-polyfill": "^6.26.0",
"express": "^4.15.3",
"lodash": "^4.17.10",
"nuxt": "^1.0.0",
"vue-cute-timeline": "^1.2.5",
"vuetify": "^1.0.19"
},
"devDependencies": {
"cross-env": "^5.0.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"nodemon": "^1.11.0"
}
}