-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
51 lines (51 loc) · 1.42 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
45
46
47
48
49
50
51
{
"name": "cardo",
"private": true,
"version": "1.9.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "dotenv -- tauri",
"analyze": "vite-bundle-visualizer"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@tauri-apps/api": "^1.6.0",
"@types/dompurify": "^3.0.5",
"date-fns": "^3.6.0",
"dompurify": "^3.1.6",
"i18next": "^23.12.2",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^15.0.1",
"react-router-dom": "^6.25.1",
"react-toastify": "^10.0.5",
"tauri-plugin-context-menu": "^0.8.0",
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql#v1",
"vite-bundle-visualizer": "^1.2.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.6.0",
"@types/lodash": "^4.17.7",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.12",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.7",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}