-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 KB
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
{
"name": "koa-bootstrap",
"version": "1.0.0",
"description": "",
"main": "./server/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp dev",
"build": "gulp build --type production"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-plugin-transform-react-jsx": "^6.7.5",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.6",
"gulp-livereload": "^3.8.1",
"gulp-nodemon": "^2.0.6",
"gulp-stylus": "^2.3.1",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"stylus": "^0.54.3",
"stylus-loader": "^2.0.0",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"babel": "^6.5.2",
"babel-preset-stage-0": "^6.5.0",
"kcors": "^1.1.0",
"koa": "^2.0.0",
"koa-router": "^7.0.1",
"koa-send": "^3.2.0",
"nunjucks": "^2.4.2",
"preact": "^4.7.2"
}
}