-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
72 lines (72 loc) · 1.82 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
63
64
65
66
67
68
69
70
71
72
{
"name": "bollette-ui",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@fullhuman/postcss-purgecss": "^7.0.2",
"@reduxjs/toolkit": "^2.5.0",
"@tailwindcss/vite": "^4.0.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.0.8",
"@vitejs/plugin-react": "^4.3.4",
"axios": "^1.7.9",
"moment": "^2.30.1",
"npm-run-all": "^4.1.5",
"postcss-cli": "^11.0.0",
"react": "^19.0.0",
"react-content-loader": "^7.0.2",
"react-dom": "^19.0.0",
"react-error-overlay": "6.0.11",
"react-hook-form": "^7.54.2",
"react-new-window": "^1.0.1",
"react-redux": "^9.2.0",
"react-router-dom": "^7.1.3",
"redux": "^5.0.1",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^6.2.0",
"redux-thunk": "^3.1.0",
"sass": "^1.83.4",
"socket.io-client": "^4.8.1",
"use-local-storage": "^3.0.0",
"vite": "^6.0.11",
"vite-tsconfig-paths": "^5.1.4",
"web-vitals": "^4.2.4"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react-dom": "^19.0.3",
"@types/react-redux": "^7.1.34",
"@types/react-router-dom": "^5.3.3",
"@types/redux-logger": "^3.0.13",
"ajv": "^8.17.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"typescript": "^5.7.3"
}
}