-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.08 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.08 KB
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
{
"name": "graphql-nodejs",
"version": "1.0.0",
"description": "Example graphql implementation using node js",
"scripts": {
"start": "node index.js",
"test": "babel-node node_modules/.bin/jasmine"
},
"dependencies": {
"autoprefixer": "^7.1.1",
"babel": "^5.8.38",
"babel-cli": "^6.26.0",
"babel-loader": "^7.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.5.1",
"babel-preset-react": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"compression-webpack-plugin": "^0.4.0",
"cssnano": "^3.10.0",
"ejs": "^2.5.7",
"express": "^4.13.3",
"express-graphql": "^0.4.5",
"extract-text-webpack-plugin": "^2.1.2",
"graphql": "^0.4.14",
"mongoose": "^4.3.5",
"postcss-calc": "^6.0.0",
"postcss-loader": "^2.0.6",
"qrious": "^4.0.2",
"style-loader": "^0.18.2"
},
"devDependencies": {
"babel-register": "^6.26.0"
},
"main": "index.js",
"author": "",
"license": "ISC"
}