-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.4 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
78
79
80
{
"name": "MERN-graphql-apollo",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "gulp",
"test": "cross-env NODE_PATH=./client mocha --require babel-register --reporter nyan \"./!(node_modules)/**/{*-test,*.spec}.js\""
},
"dependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-inline-import-graphql-ast": "^1.3.3",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2016": "^6.22.0",
"babel-preset-es2017": "^6.22.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-1": "^6.24.1",
"babel-preset-stage-2": "^6.22.0",
"babel-preset-stage-3": "^6.22.0",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"css-loader": "^0.28.4",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"express": "~4.13.1",
"file-loader": "^0.11.2",
"graphql": "^0.10.3",
"graphql-server-express": "^1.0.0",
"graphql-tools": "^1.1.0",
"json-loader": "^0.5.4",
"lodash": "^4.17.4",
"morgan": "~1.6.1",
"node-sass": "^3.13.1",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-apollo": "^1.4.3",
"react-router": "^3.0.0",
"sass-loader": "^6.0.6",
"serve-favicon": "~2.3.0",
"style-loader": "^0.18.2",
"webpack": "^3.3.0",
"webpack-stream": "^3.2.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-register": "^6.24.1",
"chai": "^4.1.0",
"chai-as-promised": "^7.1.1",
"chai-enzyme": "^0.8.0",
"cross-env": "^5.0.1",
"enzyme": "^2.9.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "^7.1.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.0.11",
"gulp-imagemin": "^3.0.1",
"gulp-nodemon": "^2.1.0",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^7.0.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.6.0",
"mocha": "^3.4.2",
"react-dom": "^15.6.1",
"react-test-renderer": "^15.6.1",
"sass-lint": "^1.10.2",
"sinon": "^2.3.8",
"sinon-chai": "^2.12.0",
"vinyl-source-stream": "^1.1.0"
}
}