-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 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
{
"name": "react-pics",
"version": "1.0.0",
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "index.js",
"dependencies": {
"axios": "^0.21.1",
"concurrently": "^6.0.2",
"cors": "^2.8.5",
"express": "^4.17.1",
"nodemon": "^2.0.7",
"react-scripts": "^4.0.3"
},
"devDependencies": {},
"scripts": {
"start": "node index.js",
"build": "cd client && npm install && npm run build && cd ..",
"server": "nodemon index.js",
"client": "npm run start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"heroku": "npm run start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"proxy": "http://localhost:5000",
"repository": {
"type": "git",
"url": "git+https://github.com/SYOM29/react-pics.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SYOM29/react-pics/issues"
},
"homepage": "https://github.com/SYOM29/react-pics#readme"
}