-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.25 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
41
42
43
44
45
46
{
"name": "reactexpress",
"version": "1.0.0",
"description": "Starter kit for creating React and Express apps",
"main": "server.js",
"scripts": {
"client-install": "cd client && npm install",
"start": "node server.js",
"server": "nodemon server.js",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"db:reset": "node bin/resetdb.js"
},
"author": "Nick M. Sergey B. Bobby B. courtesy of TM",
"license": "MIT",
"devDependencies": {
"nodemon": "^1.14.6"
},
"dependencies": {
"-": "0.0.1",
"@auth0/auth0-react": "^1.4.0",
"audio-react-recorder": "^1.0.4",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"classnames": "^2.3.1",
"concurrently": "^3.5.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.16.2",
"firebase": "^8.4.1",
"pg": "^8.6.0",
"pg-native": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-toastify": "^7.0.3",
"save": "^2.4.0",
"socket.io": "^4.0.1",
"sql-template-strings": "^2.2.2",
"tone": "^14.8.15",
"typescript": "^4.2.4",
"web-audio-daw": "^4.11.0"
}
}