-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1012 Bytes
/
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
{
"name": "mern-app",
"main": "server/index.js",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\"",
"build": "npm run start",
"client": "cd client && npm start",
"server": "cd server && npm start",
"start": "npm-run-all --parallel server client"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.1",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"bootstrap": "^4.4.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongodb": "^3.5.4",
"mongoose": "^5.9.2",
"nodemon": "^2.0.2",
"npm-run-all": "^4.1.5",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"react-table": "^7.0.0-rc.16",
"react-table-6": "^6.11.0",
"styled-components": "^5.0.1"
}
}