-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 2.26 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "unthread.me",
"private": false,
"version": "0.0.0",
"type": "module",
"homepage": "https://unthread.me/",
"license": "AGPL-3.0-only",
"scripts": {
"dev": "bunx vite",
"build": "bunx --bun vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --fix --max-warnings 0",
"preview": "vite preview",
"format": "prettier --write .",
"index": "iigen"
},
"dependencies": {
"react": "^19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "^19.0.0-rc-fb9a90fa48-20240614"
},
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
},
"devDependencies": {
"@headlessui/react": "^2.1.3",
"@react-spring/web": "^9.7.4",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.14",
"@types/bun": "^1.1.8",
"@types/express": "^4.17.21",
"@types/file-saver": "^2.0.7",
"@types/node": "^20.16.1",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@types/ua-parser-js": "^0.7.39",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"animate.css": "^4.1.1",
"apexcharts": "^3.52.0",
"autoprefixer": "^10.4.20",
"compromise": "^14.14.0",
"dexie": "^4.0.8",
"dexie-react-hooks": "^1.1.7",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-import-resolver-vite": "^2.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.3",
"express": "^4.19.2",
"file-saver": "^2.0.5",
"framer-motion": "^11.3.30",
"ky": "^1.7.1",
"path": "^0.12.7",
"pify": "^6.1.0",
"polished": "^4.3.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"react-apexcharts": "^1.4.1",
"react-icons": "^5.3.0",
"react-router-dom": "^6.26.1",
"simple-statistics": "^7.8.5",
"tailwindcss": "^3.4.10",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"ua-parser-js": "^1.0.38",
"vite": "^5.4.2",
"vite-plugin-wasm": "^3.3.0",
"zustand": "^4.5.5"
}
}