-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
45 lines (45 loc) · 1.37 KB
/
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
37
38
39
40
41
42
43
44
45
{
"name": "nuxt-cms",
"version": "1.0.0",
"description": "www.nuxtcms.com",
"author": "paddy <patricknieh@qq.com>",
"scripts": {
"dev": "cross-env __ENV=development nodemon -w ./server -w ./start.js -w ./nuxt.config.js -w ./config.js --exec node ./start.js",
"build:development": "cross-env __ENV=development nuxt build && backpack build",
"build:uat": "cross-env __ENV=uat nuxt build && backpack build",
"build:production": "cross-env __ENV=production nuxt build && backpack build"
},
"dependencies": {
"@koa/cors": "^2.2.2",
"@nuxtjs/axios": "^5.3.1",
"@nuxtjs/proxy": "^1.2.4",
"@nuxtjs/pwa": "^2.5.0",
"backpack-core": "^0.3.0",
"cross-env": "^5.0.1",
"element-ui": "^2.4.6",
"gt3-sdk": "^2.0.0",
"jsonwebtoken": "^8.1.1",
"koa": "^2.4.1",
"koa-body": "^4.0.4",
"koa-router": "^7.3.0",
"koa-session": "^5.9.0",
"koa-static": "^4.0.2",
"md5": "^2.2.1",
"mint-ui": "^2.2.13",
"mongoose": "^5.0.1",
"node-sass": "^4.9.3",
"nodemailer": "^4.6.7",
"nuxt": "^1.4.2",
"postcss-px2rem": "^0.3.0",
"promise-async": "^0.2.0",
"sass-loader": "^7.1.0",
"superagent": "^3.8.3",
"vue-awesome-swiper": "^3.1.3",
"vue-i18n": "^8.1.0",
"vue-quill-editor": "^3.0.6"
},
"devDependencies": {
"babel-preset-latest-node": "^0.4.0",
"babel-preset-stage-3": "^6.24.1"
}
}