-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.66 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
{
"name": "future-grant",
"version": "0.0.1",
"description": "To edit",
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/ulysset/people-flow.git"
},
"author": "Léo LE BRAS <[email protected]> (http://github.com/LeoLeBras)",
"license": "MIT",
"scripts": {
"start": "node server.js",
"dev-server": "nodemon server.js",
"dev-client": "env BASE_DIR=public/ NODE_ENV=development webpack-dev-server --inline --hot --config public/webpack.config",
"prod-client": "env BASE_DIR=public/ NODE_ENV=production webpack --config public/webpack.config",
"postinstall": "npm run prod-client"
},
"dependencies": {
"babel-core": "^6.4.5",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.1",
"babel-plugin-transform-flow-strip-types": "^6.7.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-runtime": "^6.3.19",
"chart.js": "^1.0.2",
"cors": "^2.7.1",
"css-loader": "^0.23.1",
"dynamics.js": "0.0.9",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"google-spreadsheets": "^0.5.1",
"googleapis": "^2.1.7",
"json-loader": "^0.5.4",
"node-sass": "^3.4.2",
"pixi.js": "^3.0.9",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.0",
"vue": "^1.0.17",
"vue-hot-reload-api": "^1.3.0",
"vue-html-loader": "^1.1.0",
"vue-loader": "^8.0.3",
"vue-router": "^0.7.11",
"vue-style-loader": "^1.0.0",
"webpack": "^1.12.12",
"webpack-dev-server": "^1.14.1",
"webpack-path-rewriter": "^1.1.3"
},
"devDependencies": {
"babel-eslint": "^4.1.8"
}
}