-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 930 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 930 Bytes
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": "studyspots",
"version": "0.1.0",
"engines": {
"npm": "6.12.1",
"node": "12.13.1"
},
"main": "index.js",
"scripts": {
"test": "nodemon server",
"start": "node server",
"build": "cd react-ui/ && npm install && npm run build"
},
"license": "ISC",
"cacheDirectories": [
"node_modules",
"react-ui/node_modules"
],
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.12",
"axios": "^0.21.0",
"body-parser": "^1.19.0",
"cluster": "^0.7.7",
"cors": "^2.8.5",
"express": "^4.17.1",
"morgan": "^1.10.0",
"os": "^0.1.1",
"path": "^0.12.7",
"react-icons": "^3.11.0"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}