-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1023 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
37
38
39
{
"name": "create-special",
"version": "1.0.0",
"description": "My excellent Nuxt.js project",
"author": "uustoboy",
"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/axios": "^5.3.6",
"chalk": "^2.4.2",
"cross-env": "^5.2.0",
"ejs": "^2.6.1",
"fs-extra": "^7.0.1",
"handlebars": "^4.1.2",
"iview": "3.1.5",
"jimp": "^0.6.1",
"koa": "^2.6.2",
"koa-body": "^4.1.0",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"log-symbols": "^3.0.0",
"nuxt": "^2.4.0",
"ts-node": "^8.1.0",
"vue-property-decorator": "^8.1.0",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@nuxt/typescript": "^2.6.2",
"base_mixins": "^1.0.6",
"node-sass": "^4.11.0",
"nodemon": "^1.18.9",
"sass-loader": "^7.1.0"
}
}