-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.81 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "plaid-shirt",
"version": "1.0.0",
"description": "a book blog",
"author": "AlanOzil",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server --exec babel-node",
"nanoid": "node server/nanoid.js",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js --exec babel-node",
"generate": "nuxt generate"
},
"dependencies": {
"@babel/polyfill": "^7.8.3",
"@koa/router": "^8.0.1",
"@nuxtjs/auth": "^4.8.3",
"@nuxtjs/axios": "^5.6.0",
"@nuxtjs/pwa": "^3.0.0-beta.19",
"cross-env": "^5.2.0",
"element-ui": "^2.4.11",
"js-base64": "^2.5.1",
"koa": "^2.6.2",
"koa-body": "^4.1.1",
"koa-bodyparser": "^4.2.1",
"koa-compress": "^3.0.0",
"koa-favicon": "^2.0.1",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"log4js": "^5.1.0",
"md5": "^2.2.1",
"mysql": "^2.17.1",
"nanoid": "^2.1.1",
"nodemon": "^1.19.2",
"nuxt": "^2.0.0",
"redis": "^2.8.0",
"vue-cookies": "^1.5.13",
"vue-meta": "^2.2.2",
"xss": "^1.0.6"
},
"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.8.3",
"@babel/node": "^7.6.1",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.5.0",
"@babel/preset-env": "^7.6.0",
"@babel/register": "^7.8.3",
"@nuxtjs/style-resources": "^1.0.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"node-sass": "^4.12.0",
"postcss-pxtransform": "^1.3.18",
"pug": "^2.0.4",
"pug-filters": "^3.1.1",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^8.0.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2"
}
}