-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.45 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
{
"name": "tempus_assessment",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/nightwatch --config nightwatch.conf.js",
"postinstall": "node nightwatch.conf.js; ./node_modules/.bin/webpack",
"pretest": "node ./db/activate_test_mode.js; nohup node server.js &",
"posttest": "node ./db/activate_dev_mode.js; kill $(ps aux | grep 'node server.js' | grep -v grep | awk '{print $2}')",
"prestart": "node ./db/activate_dev_mode.js",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.17.2",
"chromedriver": "^2.30.1",
"cloudinary": "^1.9.0",
"cookie-parser": "^1.4.3",
"css-loader": "^0.28.4",
"csurf": "^1.9.0",
"ejs": "^2.5.6",
"express": "^4.15.3",
"lodash": "^4.17.4",
"node-sass": "^4.5.3",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-modal": "^2.1.0",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.1",
"redux": "^3.7.1",
"sass-loader": "^6.0.6",
"sequelize": "^4.2.1",
"serve-favicon": "^2.4.3",
"serve-static": "^1.12.3",
"sqlite3": "^3.1.8",
"style-loader": "^0.18.2",
"webpack": "^3.0.0"
},
"devDependencies": {
"nightwatch": "^0.9.16",
"selenium-download": "^2.0.10"
}
}