-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
50 lines (50 loc) · 1.39 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
{
"name": "upcount",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"extract": "lingui extract"
},
"dependencies": {
"@ant-design/icons": "^5.3.7",
"@lingui/macro": "^4.8.0",
"@lingui/react": "^4.8.0",
"@react-pdf/renderer": "^3.4.2",
"antd": "^5.19.0",
"axios": "^1.7.2",
"jotai": "^2.8.4",
"jotai-devtools": "^0.10.0",
"lodash": "^4.17.21",
"nanoid": "^5.0.7",
"path-to-regexp": "^7.0.0",
"react": "^18",
"react-dom": "^18",
"react-pdf": "^8",
"react-router-dom": "^6",
"tauri-plugin-sql-api": "https://github.com/tauri-apps/tauri-plugin-sql#v1",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@lingui/cli": "^4.8.0",
"@lingui/vite-plugin": "^4.8.0",
"@tauri-apps/cli": "^1.5.11",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"babel-plugin-macros": "^3.1.0",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"sass": "^1",
"tsx": "^4.16.0",
"typescript": "^5",
"vite": "^5"
}
}