-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.21 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
{
"name": "ultreon-appcenter",
"version": "0.2.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tauri-apps/cli": "^2.0.2",
"@tauri-apps/plugin-fs": "^2.0.0",
"@types/react-router": "^5.1.20",
"@types/react-router-redux": "^5.0.27",
"react-toastify": "^9.1.3"
},
"devDependencies": {
"@tauri-apps/api": "^2.0.2",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react-transition-group": "^4.4.10",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.0.1",
"eslint": "^8.53.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"postcss": "^8",
"react-icons": "^4.12.0",
"react-router-dom": "^6.19.0",
"react-transition-group": "^4.4.5",
"tailwindcss": "^3.3.0",
"typescript": "^5.2.2"
}
}