forked from linus2code/poker-pocket-react-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.46 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
{
"name": "poker-pocket-react-client",
"version": "2.0.0",
"private": false,
"author": "",
"license": "MIT",
"scripts": {
"start": "craco start",
"build": "FAST_REFRESH=false craco build",
"test": "craco test",
"eject": "craco eject",
"build-staging": "NODE_ENV=staging FAST_REFRESH=false craco build"
},
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@craco/craco": "7.1.0",
"axios": "1.7.9",
"bootstrap": "5.3.3",
"chart.js": "4.4.7",
"howler": "2.2.4",
"js-sha3": "0.9.3",
"magic.css": "1.4.8",
"react": "19.0.0",
"react-chartjs-2": "5.3.0",
"react-dom": "19.0.0",
"react-remarkable": "1.1.3",
"react-router-dom": "7.1.5",
"react-scripts": "5.0.1",
"react-toastify": "11.0.3",
"socket.io": "4.8.1",
"styled-components": "6.1.14"
},
"devDependencies": {
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"copy-webpack-plugin": "12.0.2",
"eslint": "9.19.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.37.4",
"prettier": "3.4.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:5700"
}