-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "react-bolierplate",
"version": "1.0.0",
"private": true,
"description": "React-BolierPlate",
"main": "index.js",
"scripts": {
"back": "nodemon server/index.js",
"front": "npm run start --prefix client",
"dev": "concurrently \"npm run back\" \"npm run front\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freev53/React-BolierPlate.git"
},
"author": "freev5331@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/freev53/React-BolierPlate/issues"
},
"homepage": "https://github.com/freev53/React-BolierPlate#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongoose": "^5.11.10",
"multer": "^1.4.2",
"python-shell": "^3.0.0"
},
"devDependencies": {
"concurrently": "^5.3.0",
"nodemon": "^2.0.7"
}
}