-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.19 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "tnt",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"dev": "NODE_ENV=test gulp dev",
"build": "gulp build",
"start": " babel-watch --only src --exclude node_modules src/app.js",
"test": "NODE_ENV=test babel-watch --only src --watch src --exclude node_modules src/app.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^7.1.1",
"babel-cli": "^6.24.1",
"babel-core": "^6.14.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-node6": "^11.0.0",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-3": "^6.11.0",
"babel-runtime": "^6.11.6",
"babel-watch": "^2.0.2",
"cross-env": "^5.0.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-cssnano": "^2.1.2",
"gulp-less": "^3.3.0",
"gulp-nodemon": "^2.2.1",
"gulp-postcss": "^7.0.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0",
"koa-cors": "0.0.16",
"koa-proxy": "^0.8.0",
"postcss-px2rem": "^0.3.0",
"pump": "^1.0.2",
"remove-trailing-separator": "^1.0.2",
"run-sequence": "^1.2.2"
},
"dependencies": {
"babel-helpers": "^6.24.1",
"bluebird": "^3.5.0",
"cheerio": "^1.0.0-rc.1",
"cookies": "^0.7.0",
"deep-assign": "^2.0.0",
"delegates": "^1.0.0",
"detect-indent": "^5.0.0",
"dotdotdot": "^1.7.0",
"ejs": "^2.5.7",
"error-inject": "^1.0.0",
"handlebars": "^4.0.10",
"http-assert": "^1.3.0",
"is-generator-function": "^1.0.6",
"jquery": "^3.2.1",
"jsesc": "^2.5.1",
"json5": "^0.5.1",
"koa": "^2.2.0",
"koa-bodyparser": "^4.2.0",
"koa-convert": "^1.2.0",
"koa-ejs": "^4.0.0",
"koa-json": "^2.0.2",
"koa-json-error": "^3.1.2",
"koa-jwt": "^3.2.2",
"koa-router": "^7.2.0",
"koa-static": "^3.0.0",
"moment": "^2.18.1",
"mysql": "^2.13.0",
"only": "0.0.2",
"redis": "^2.7.1",
"request-promise": "*",
"sequelize": "^3.30.4",
"swiper": "^3.4.2",
"trim-right": "^1.0.1",
"xml2js": "^0.4.17"
}
}