-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.02 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.02 KB
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
34
35
36
37
38
39
40
{
"name": "SecurityIN",
"version": "1.0.0",
"description": "My magnificent Nuxt.js project",
"author": "sbzkp",
"private": true,
"scripts": {
"dev": "NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "NODE_ENV=production node server/index.js",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.9.6",
"@nuxtjs/proxy": "^1.3.3",
"animate.css": "^3.7.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^5.2.0",
"echarts": "^4.7.0",
"element-ui": "^2.4.11",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"express": "^4.17.1",
"mathjs": "^6.6.4",
"nuxt": "^2.0.0",
"qs": "^6.9.3",
"swiper": "^5.3.7",
"vant": "^2.5.9",
"vue-awesome-swiper": "^4.1.0",
"vue-i18n": "^8.15.5"
},
"devDependencies": {
"nodemon": "^1.18.9",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2"
}
}