-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.11 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": "CSSLoader-Desktop",
"version": "1.2.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"tauri": "tauri",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-portal": "^1.0.3",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.6",
"@tauri-apps/api": "^1.2.0",
"@types/node": "18.15.10",
"@types/react": "18.0.29",
"@types/react-dom": "18.0.11",
"@types/semver": "^7.5.0",
"autoprefixer": "^10.4.14",
"next": "13.2.4",
"postcss": "^8.4.21",
"prettier-plugin-tailwindcss": "^0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-toastify": "^9.1.2",
"semver": "^7.5.1",
"tailwind-merge": "^1.13.2",
"tailwindcss": "^3.2.7",
"typescript": "5.0.2"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.3"
}
}