forked from PatientZero-AU/pz-cheeseria-juniors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.73 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "react-shopping-cart",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@mui/icons-material": "^5.0.5",
"@testing-library/jest-dom": "^5.11.8",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.6.0",
"@types/jest": "^26.0.20",
"@types/react": "^16.14.2",
"@types/react-dom": "^16.9.10",
"@types/styled-components": "^5.1.7",
"body-parser": "^1.19.0",
"cypress": "^8.7.0",
"express": "^4.17.1",
"firebase": "^9.2.0",
"lodash": "~4.17.21",
"mui": "0.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-query": "^3.5.11",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"styled-components": "^5.2.1",
"ts-loader": "^9.1.2",
"typescript": "^4.1.3",
"web-vitals": "^0.2.4",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0",
"webpack-dev-middleware": "^4.2.0",
"webpack-hot-middleware": "^2.25.0",
"webpack-node-externals": "^3.0.0"
},
"scripts": {
"build": "webpack",
"watch:build": "webpack -w",
"watch:server": "nodemon dist/server.js --open",
"watch:client": "npx webpack serve",
"start": "npm-run-all build --parallel watch:*"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/express": "^4.17.11",
"@types/node": "^12.20.13",
"html-webpack-plugin": "^5.3.1",
"interpolate-html-plugin": "^4.0.0",
"nodemon": "^2.0.7",
"npm-run-all": "^4.1.5",
"react-refresh": "^0.10.0",
"react-refresh-typescript": "^2.0.0",
"react-scripts": "4.0.1"
}
}