-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 856 Bytes
/
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
{
"name": "test",
"private": true,
"description": "A quick way to test",
"repository": "",
"version": "0.0.1",
"entry": {
"index": "./app/index.js"
},
"scripts": {
"test": "babel-node test.js",
"start": "babel-node src/server.js",
"build": "babel src/ --out-dir ./production"
},
"dependencies": {
"apollo-server": "^0.3.2",
"arangojs": "^5.0.3",
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"cors": "^2.8.1",
"express": "^4.14.0",
"graphql": "^0.7.2",
"moment": "^2.15.2",
"node-fetch": "^1.6.3",
"path": "^0.12.7"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-preset-stage-3": "^6.17.0",
"postcss-pxtorem": "^3.3.1"
}
}