-
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) · 1.08 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.08 KB
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": "Playstation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index",
"client": "cd client && npm run start",
"server": "nodemon index --ignore client/",
"client-install": "cd client && npm install",
"server-install": "npm install",
"install-all": "concurrently \"npm run client-install\" \"npm run server-install\"",
"dev": "concurrently \"npm run client\" \"npm run server\"",
"heroku-postbuild": "cd client && npm install && npm run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^4.4.1",
"express": "^4.17.1",
"git-init": "^1.0.0",
"jquery": "^3.4.1",
"mongoose": "^5.8.0",
"node-sass": "^4.13.0",
"postcss": "^7.0.24",
"postcss-use": "^3.0.0",
"react-bootstrap": "^1.0.0-beta.16",
"reactstrap": "^8.2.0"
},
"devDependencies": {
"autoprefixer": "^9.7.3",
"npm-run-all": "^4.1.5",
"postcss-cli": "^6.1.3",
"postcss-nested": "^4.2.1"
}
}