-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 909 Bytes
/
package.json
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
{
"name": "ipv6.live",
"version": "1.0.0",
"description": "IPv6 protocol support",
"author": "BUCT",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server --exec babel-node",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production babel-node server/index.js",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.3.6",
"babel-cli": "^6.26.0",
"cross-env": "^5.2.0",
"echarts": "^4.2.1",
"element-ui": "^2.4.11",
"koa": "^2.6.2",
"koa-router": "^7.4.0",
"mongoose": "^5.4.20",
"net-ping": "^1.2.3",
"node-sass": "^4.11.0",
"nuxt": "^2.4.0",
"sass-loader": "^7.1.0",
"vue-baidu-map": "^0.21.19"
},
"devDependencies": {
"nodemon": "^1.18.9"
},
"nodemonConfig": {
"ignore": [
"server/db/log/universityUpdateLog.json"
]
}
}