-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 993 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 993 Bytes
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": "server-react-slideshow",
"version": "1.0.0",
"main": "bootstrap.js",
"author": "Gleb Irovich",
"dependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-react-app": "^3.1.1",
"body-parser": "^1.18.3",
"express": "^4.16.3",
"express-csv": "^0.6.0",
"ignore-styles": "^5.0.1",
"knex": "^0.14.6",
"pg": "^7.4.3",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-owl-carousel2": "^0.3.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4"
},
"keywords": [
"node",
"heroku",
"express",
"react",
"ssr"
],
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"server": "NODE_ENV=development nodemon server/bootstrap.js",
"postinstall": "node ./src/collector.js && node ./src/set_db.js && npm run build"
},
"devDependencies": {
"nodemon": "^1.17.5"
}
}