-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
74 lines (74 loc) · 2.15 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
{
"name": "relay-cart",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "babel-node ./server.js",
"updateSchema": "babel-node ./scripts/updateSchema.js",
"webpack": "webpack --config webpack.dev.config.js"
},
"dependencies": {
"classnames": "2.2.5",
"cookie-parser": "1.4.3",
"express": "4.15.2",
"express-graphql": "0.6.4",
"express-session": "1.15.2",
"fastclick": "1.0.6",
"graphql": "0.9.2",
"graphql-relay": "0.5.1",
"immutable": "3.8.1",
"ionicons": "3.0.0",
"iscroll": "5.2.0",
"lodash": "4.17.4",
"moment": "2.18.1",
"morgan": "1.8.1",
"normalize.css": "6.0.0",
"prop-types": "^15.5.8",
"react": "15.5.4",
"react-dom": "15.5.4",
"react-relay": "0.10.0",
"react-router": "3.0.5",
"react-router-relay": "0.13.7",
"session-memory-store": "0.2.2",
"webpack": "^2.4.1",
"webpack-dev-server": "2.4.2",
"winston": "2.3.1"
},
"devDependencies": {
"autoprefixer": "6.7.7",
"babel-cli": "^6.24.1",
"babel-core": "6.24.1",
"babel-loader": "6.4.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-regenerator": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-loose": "^8.0.0",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"babel-register": "^6.24.1",
"babel-relay-plugin": "0.11.0",
"babel-runtime": "^6.23.0",
"css-loader": "0.28.0",
"del": "2.2.2",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"extract-text-webpack-plugin": "2.1.0",
"file-loader": "0.11.1",
"gulp": "3.9.1",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-util": "3.0.8",
"node-sass": "4.5.2",
"postcss-loader": "1.3.3",
"require-dir": "0.3.1",
"sass-loader": "6.0.3",
"style-loader": "0.16.1"
}
}