-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "react-ts-vite-unocss-template",
"private": true,
"type": "module",
"description": "react-ts-vite-unocss template",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.1",
"@geist-ui/core": "^2.3.8",
"@geist-ui/icons": "^1.0.2",
"classnames": "^2.5.1",
"i18next": "^23.7.16",
"i18next-browser-languagedetector": "^7.2.0",
"localforage": "^1.10.0",
"modern-normalize": "^2.0.0",
"path-to-regexp": "^6.2.1",
"pitchy": "^4.1.0",
"react": "^18.2.0",
"react-countup": "^6.5.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.0",
"react-router-dom": "^6.21.1",
"sonner": "^1.4.0",
"teoria": "^2.5.0",
"tone": "^14.7.77",
"valtio": "^1.13.0",
"vexchords": "^1.2.0"
},
"devDependencies": {
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@unocss/reset": "^0.58.3",
"@vitejs/plugin-react-swc": "^3.5.0",
"typescript": "^5.3.3",
"unocss": "^0.58.3",
"vite": "^5.0.11"
}
}