-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "diyhue",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@jaames/iro": "^5.5.2",
"@mui/material": "latest",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"axios": "^1.7.7",
"file-saver": "v2.0.5",
"firebase": "^11.0.1",
"framer-motion": "^11.11.10",
"install": "^0.13.0",
"react": "^18.3.1",
"react-confirm-alert": "^3.0.6",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-modal": "^3.16.1",
"react-redux": "^9.1.2",
"react-responsive": "^10.0.0",
"react-router-dom": "^6.27.0",
"react-select": "^5.8.2",
"vite": "^5.4.10",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react-swc": "^3.7.1",
"vite-plugin-svgr": "^4.2.0",
"vite-jsconfig-paths": "^2.0.1",
"lodash.debounce": "^4.0.8",
"sass-embedded": "^1.81.0",
"web-vitals": "^4.2.4"
},
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "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": {
"@babel/plugin-transform-private-property-in-object": "^7.25.9"
}
}