-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
{
"name": "my-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.4.0",
"i18next": "^23.4.5",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.2.1",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.3",
"react": "^18.2.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-i18next": "^13.2.0",
"react-modal": "^3.16.1",
"react-router-dom": "^6.15.0",
"sort-by": "^1.2.0",
"usehooks-ts": "^2.9.1",
"vite-plugin-svgr": "^3.2.0"
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-modal": "^3.16.3",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vite-plugin-html-env": "^1.2.8"
}
}