-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.5 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
{
"name": "gyj-website",
"version": "0.0.1",
"description": "Gao Yingjian's website",
"main": "src/main.js",
"author": {
"name": "ydfzgyj",
"email": "[email protected]"
},
"scripts": {
"be-babel": "babel -w src/ -d dist/",
"be-debug": "nodemon dist/main.js",
"start": "babel src/ -d dist/ && node dist/main.js",
"fe-debug": "webpack --config fe-src/webpack.config.debug.js",
"fe-build": "webpack --config fe-src/webpack.config.build.js && gulp concat",
"vue-concat-debug": "gulp concat-debug"
},
"dependencies": {
"graphql": "^0.7.0",
"graphql-relay": "^0.4.3",
"graphql-sequelize": "^3.0.0-0",
"koa": "^2.0.0-alpha.7",
"koa-rewrite": "^2.1.0",
"koa-router": "^7.0.1",
"koa-static": "^3.0.0",
"sequelize": "^3.24.3",
"vue": "^2.0.0-rc.7",
"vue-router": "^2.0.0-rc.5",
"vuex": "^2.0.0-rc.6"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babili-webpack-plugin": "0.0.2",
"css-raw-loader": "^0.1.1",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-strip-comments": "^2.4.3",
"html-webpack-plugin": "^2.22.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"mysql": "^2.11.1",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.1",
"webpack": "^2.1.0-beta.22"
}
}