-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 914 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
36
37
38
39
{
"name": "x-press-publishing",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "mocha"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"chai": "^4.1.2",
"cors": "^2.8.5",
"errorhandler": "^1.5.1",
"express": "^4.17.1",
"mocha": "^3.5.0",
"morgan": "^1.10.0",
"node-gyp": "^7.1.2",
"node-pre-gyp": "^0.17.0",
"nodemon": "^2.0.7",
"random-flat-colors": "^1.0.4",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router-dom": "^4.2.2",
"sqlite3": "^5.0.2",
"supertest": "^3.0.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"webpack": "^3.5.5"
}
}