-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (40 loc) · 1.35 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
{
"name": "lotgd_crate_www_jsclient",
"version": "v0.4.0",
"scripts": {
"build": "./node_modules/.bin/webpack app/main.js -o web/bundle.js && ./node_modules/.bin/node-sass --output-style compressed app/style.scss > web/style.css",
"build-sass": "./node_modules/.bin/node-sass --output-style compressed app/style.scss > web/style.css",
"update-schema": "./node_modules/.bin/babel-node update-schema.js --plugins transform-async-to-generator"
},
"dependencies": {
"babel-polyfill": "^6.9",
"prop-types": "^15.5",
"react": "^15.5",
"react-dom": "^15.5",
"react-router": "^3.0",
"react-apollo": "^2.0",
"redux": "*",
"apollo-client": "^2.0",
"apollo-link-http": "*",
"apollo-cache-inmemory": "*",
"immutability-helper": "*",
"graphql": "^0.12.0"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-plugin-transform-decorators-legacy": "*",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2016": "*",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-relay-plugin": "^0.10",
"sync-request": "^3.0.1",
"webpack": "^1.13",
"graphql-tag": "^1.3",
"node-sass": "*"
}
}