-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "meow-meow",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"bookshelf": "^0.13.3",
"cors": "^2.8.4",
"express": "^4.16.3",
"knex": "^0.14.6",
"method-override": "^2.3.10",
"morgan": "^1.9.0",
"pg": "^7.4.3",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"server": "nodemon server/index.js",
"migrate": "knex migrate:latest",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:5000",
"description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
"main": "index.js",
"devDependencies": {
"nodemon": "^1.17.5"
},
"author": "",
"license": "ISC"
}