-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.73 KB
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
{
"name": "mody-front",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
"@rollup/pluginutils": "^5.1.4",
"@tanstack/react-query": "^5.62.7",
"axios": "^1.7.9",
"browser-image-compression": "^2.0.2",
"file-saver": "^2.0.5",
"framer-motion": "^7.6.3",
"heic2any": "^0.0.4",
"lodash": "^4.17.21",
"motion": "^12.0.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
"react-intersection-observer": "^9.15.1",
"react-modal-sheet": "^4.0.1",
"react-responsive-carousel": "^3.2.23",
"react-router": "^7.0.2",
"react-router-dom": "^7.1.1",
"react-spinners": "^0.15.0",
"react-spring": "^9.7.5",
"react-webcam": "^7.2.0",
"styled-components": "^6.1.13",
"styled-reset": "^4.5.2",
"vite-plugin-svgr": "^4.3.0",
"zod": "^3.24.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@tanstack/eslint-plugin-query": "^5.62.1",
"@types/file-saver": "^2.0.7",
"@types/lodash": "^4.17.14",
"@types/node": "^22.10.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"prettier": "^3.4.2",
"typescript": "~5.6.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.0.1"
}
}