-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.79 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
{
"name": "trailer",
"version": "1.0.0",
"description": "Learn Koa and MongoDB.",
"main": "server/index.js",
"scripts": {
"dev": "rm -rf dist && rm -rf .cache && NODE_ENV=development nodemon ./start.js",
"start": "NODE_ENV=production node ./start.js",
"build": "rm -rf dist && parcel build src/index.html --no-cache -d dist --public-url /"
},
"repository": "[email protected]:xiecg/trailer.git",
"author": "xiecg <[email protected]>",
"license": "MIT",
"dependencies": {
"antd": "^3.0.0",
"autoprefixer": "^7.2.5",
"axios": "^0.17.1",
"babel-core": "^6.26.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-remove-prop-types": "^0.4.12",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bcrypt": "^1.0.3",
"cssnext": "^1.8.4",
"dayjs": "^1.7.5",
"ejs": "^2.5.7",
"glob": "^7.1.2",
"koa": "^2.4.1",
"koa-bodyparser": "^4.2.0",
"koa-logger": "^3.1.0",
"koa-router": "^7.4.0",
"koa-session": "^5.8.1",
"koa-static": "^4.0.2",
"koa-views": "^6.1.3",
"lodash": "^4.17.5",
"mongoose": "^5.0.1",
"nanoid": "^1.0.1",
"node-sass": "^4.7.2",
"nodemon": "^1.14.12",
"parcel-bundler": "^1.5.1",
"postcss": "^7.0.2",
"pug": "^2.0.0-rc.4",
"qiniu": "^7.1.1",
"ramda": "^0.25.0",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-router-dom": "^4.2.2",
"request": "^2.83.0",
"request-promise-native": "^1.0.5"
},
"devDependencies": {
"babel-eslint": "^7.0.0",
"husky": "^0.14.3",
"snazzy": "^7.0.0",
"standard": "^10.0.3"
}
}