-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.24 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.24 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
62
63
64
65
66
67
68
69
70
71
72
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "dotenv -e ./moding_front_submodule/.env -e ./moding_front_submodule/.env.dev vite",
"prod": "dotenv -e ./moding_front_submodule/.env -e ./moding_front_submodule/.env.prod vite",
"build": "tsc && dotenv -e ./moding_front_submodule/.env -e ./moding_front_submodule/.env.prod vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@lottiefiles/dotlottie-react": "^0.13.0",
"@lottiefiles/dotlottie-web": "^0.40.1",
"@mswjs/http-middleware": "^0.10.3",
"@react-three/drei": "^9.103.0",
"@react-three/fiber": "^8.16.1",
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.9",
"@tosspayments/payment-widget-sdk": "^0.10.2",
"@types/react-slick": "^0.23.13",
"autoprefixer": "^10.4.18",
"axios": "^1.6.7",
"dotenv-cli": "^7.4.1",
"express": "^4.21.2",
"firebase": "^10.9.0",
"gltf-loader": "^1.0.0",
"gsap": "^3.12.5",
"install": "^0.13.0",
"msw": "^2.7.0",
"nanoid": "^5.0.9",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-intersection-observer": "^9.8.1",
"react-lottie": "^1.2.4",
"react-router-dom": "^6.22.3",
"react-select": "^5.8.0",
"react-slick": "^0.30.2",
"react-window": "^1.8.11",
"recoil": "^0.7.7",
"sass": "^1.71.1",
"slick-carousel": "^1.8.1",
"swiper": "^11.1.0",
"tailwindcss": "^3.4.1",
"three": "^0.163.0",
"vite-plugin-pwa": "^0.19.2",
"vite-tsconfig-paths": "^4.3.1"
},
"devDependencies": {
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/react-window": "^1.8.8",
"@types/three": "^0.163.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.2.2",
"vite": "^5.1.6"
},
"msw": {
"workerDirectory": [
"public"
]
}
}