-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.53 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
47
{
"name": "pfc-showcase",
"version": "0.0.0",
"private": true,
"scripts": {
"postinstall": "(cd client-gallery && yarn install);",
"start": "node ./bin/www",
"build": "run-script-os",
"build:windows": "cd client-gallery && yarn build && cd .. && xcopy /e/h/y/q \"./client-gallery/build\" \"./public\"",
"build:default": "cd client-gallery && yarn build && cd .. && cp -R client-gallery/build/ public/",
"dev": "concurrently --prefix-colors 'blue,yellow' \"cross-env NODE_ENV=development PORT=3001 nodemon\" \"cd client-gallery && cross-env PORT=3000 yarn 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-burger-menu": "^3.0.3",
"react-fade-in": "^2.0.1",
"react-icons": "^4.2.0",
"react-loading-skeleton": "^2.1.1",
"react-responsive-masonry": "^2.1.1",
"react-router-dom": "^5.2.0",
"react-scroll-parallax": "^2.3.5",
"react-scroll-to-top": "^1.0.5",
"react-scroll-up": "^1.3.7",
"react-spring": "^8.0.27",
"run-script-os": "^1.1.5",
"simple-react-lightbox": "^3.5.5",
"styled-components": "^5.2.1"
},
"devDependencies": {
"copyfiles": "^2.4.1"
}
}