-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 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
41
42
43
{
"name": "test",
"private": true,
"description": "A quick way to test",
"repository": "",
"version": "0.0.1",
"entry": {
"index": "./app/index.js"
},
"scripts": {
"test": "babel-node src/test.js",
"start": "babel-node src/server.js",
"build": "babel src/ --out-dir ./production",
"buildTest": "babel ./src/test.js --out-dir ./production"
},
"dependencies": {
"arangojs": "^5.6.0",
"body-parser": "^1.15.2",
"cheerio": "^0.22.0",
"cors": "^2.8.1",
"express": "^4.14.0",
"graphql": "^0.9.1",
"graphql-server-express": "^0.6.0",
"graphql-tools": "^0.10.0",
"http": "0.0.0",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"node-cron": "^1.1.3",
"node-fetch": "^1.6.3",
"path": "^0.12.7",
"selenium-webdriver": "^3.3.0",
"socket.io": "^1.7.2",
"socketio-auth": "^0.1.0"
},
"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"
}
}