forked from NobleMathews/PFC-Showcase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.17 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
{
"name": "pfc-showcase",
"version": "0.0.0",
"private": true,
"scripts": {
"postinstall": "(cd client-gallery && npm install);",
"start": "node ./bin/www",
"build": "cd client-gallery && yarn build && cd .. && cp -R client-gallery/build/ public/ && mv public/index.html public/app.html",
"dev": "concurrently --prefix-colors 'blue,yellow' \"cross-env NODE_ENV=development PORT=3001 nodemon\" \"cd client-gallery && cross-env PORT=3000 npm start\""
},
"dependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"concurrently": "^5.3.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"lodash": "^4.17.20",
"morgan": "~1.9.1",
"node-persist": "^3.1.0",
"nodemon": "^2.0.7",
"promise.allsettled": "^1.0.4",
"react-bootstrap": "^1.4.3",
"react-fade-in": "^2.0.1",
"react-loading-skeleton": "^2.1.1",
"react-responsive-masonry": "^2.1.1",
"react-router-dom": "^5.2.0",
"simple-react-lightbox": "^3.5.5",
"react-scroll-parallax": "^2.3.5",
"styled-components": "^5.2.1"
}
}