-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.78 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
52
53
54
55
56
57
58
59
60
61
62
{
"name": "passenger-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri:dev": "NODE_ENV=dev tauri",
"tauri": "tauri",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"test": "jest"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@tabler/icons-react": "^3.3.0",
"@tauri-apps/api": "^1.6.0",
"@types/papaparse": "^5.3.14",
"@types/react-chartjs-2": "^2.5.7",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/typescript-estree": "^7.13.0",
"chart.js": "^4.4.2",
"classnames": "^2.5.1",
"formik": "^2.4.6",
"framer-motion": "^11.1.9",
"nanoid": "^5.0.7",
"papaparse": "^5.4.1",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.23.1",
"swiper": "^11.1.1",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1",
"use-debounce": "^10.0.0",
"vite-tsconfig-paths": "^4.3.2",
"yup": "^1.4.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@tauri-apps/cli": "^1.6.0",
"@types/jest": "^29.5.14",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-react-app": "^7.0.1",
"jest": "^29.7.0",
"jsdom": "^25.0.1",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "5.3.3",
"vite": "^5.0.0"
}
}