-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.24 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
{
"name": "documentary-songwriters",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "concurrently \"cd server && npm ci\" \"cd client && npm ci\"",
"start": "concurrently \"cd server && npm start\" \"if [ \\\"$NODE_ENV\\\" != \\\"production\\\" ]; then cd client && npm start; fi \"",
"test": "cd server && npm test",
"build": "cd client && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JumboCode/Documentary-Songwriters.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JumboCode/Documentary-Songwriters/issues"
},
"homepage": "https://github.com/JumboCode/Documentary-Songwriters#readme",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.8",
"@material-ui/core": "^4.9.4",
"concurrently": "^5.0.0",
"pg": "^8.2.1",
"query-string": "^6.13.1",
"react": "^16.13.1",
"react-bar-chart": "^0.1.2",
"react-burger-menu": "^2.6.15",
"react-circular-progressbar": "^2.0.3",
"react-dom": "^16.8.0",
"react-slider": "^1.0.3",
"react-tooltip": "^4.1.2"
}
}