-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.28 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
{
"name": "datagov-graphql",
"version": "0.0.0",
"description": "",
"author": "",
"scripts": {
"start": "nodemon dist/server.js",
"watch": "webpack --config webpack.prod.js --progress --profile --bail --watch",
"clean": "rimraf dist/",
"build": "npm run clean && webpack --config webpack.prod.js --progress --profile --bail",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"babel-polyfill": "6.9.1",
"babel-runtime": "6.9.2",
"codemirror": "^5.17.0",
"compression": "1.6.2",
"cross-env": "2.0.0",
"ejs": "2.4.2",
"express": "^4.14.0",
"express-graphql": "^0.5.4",
"graphiql": "^0.7.8",
"graphql": "^0.7.2",
"node-fetch": "^1.6.3",
"pubsub-js": "^1.5.3",
"react": "^15.2.1",
"react-addons-css-transition-group": "^15.3.0",
"react-bootstrap": "^0.29.5",
"react-dom": "^15.2.1",
"react-dropzone": "^3.5.3",
"react-nouislider": "^1.11.0",
"react-redux": "^4.4.5",
"react-router": "^2.5.2",
"react-router-bootstrap": "^0.23.0",
"redux": "^3.5.2",
"reprint": "^0.2.0",
"serve-static": "^1.11.1",
"style-loader": "^0.13.1",
"summernote-webpack-fix": "^0.8.2",
"url-loader": "^0.5.7",
"webpack": "1.12.12",
"webpack-dev-server": "1.14.1"
},
"devDependencies": {
"babel-core": "6.10.4",
"babel-eslint": "^7.0.0",
"babel-jest": "13.2.2",
"babel-loader": "6.2.4",
"babel-plugin-transform-runtime": "6.9.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.11.1",
"babel-preset-stage-0": "6.5.0",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "0.23.1",
"empty-module": "0.0.2",
"eslint": "^3.8.1",
"eslint-plugin-babel": "^3.3.0",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"html-loader": "0.4.3",
"html-webpack-plugin": "2.22.0",
"imports-loader": "^0.6.5",
"node-sass": "3.8.0",
"null-loader": "0.1.1",
"phantomjs-prebuilt": "2.1.7",
"raw-loader": "0.5.1",
"react-addons-test-utils": "15.2.1",
"react-hot-loader": "1.3.0",
"rimraf": "^2.5.3",
"sass-loader": "4.0.0",
"style-loader": "0.13.1",
"webpack": "1.13.1",
"webpack-dev-server": "1.14.1",
"webpack-merge": "0.14.0"
}
}