-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 1.84 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
78
79
80
81
82
{
"name": "taxon4",
"version": "2.14.5",
"private": true,
"description": "Thu thập và phân loại các loài sinh vật.",
"homepage": "https://taxon4.vercel.app",
"keywords": [
"taxonomy",
"biology",
"tree-of-life",
"organisms",
"animals",
"plants",
"collection",
"zoo"
],
"author": {
"name": "tientq64",
"email": "[email protected]",
"url": "https://github.com/tientq64"
},
"repository": {
"type": "git",
"url": "https://github.com/tientq64/taxon4"
},
"bugs": {
"url": "https://github.com/tientq64/taxon4/issues"
},
"type": "module",
"engines": {
"node": "20"
},
"meta": {
"displayName": "Phân loại sinh học"
},
"scripts": {
"start": "tsx scripts/start.ts",
"build": "pnpm lint && tsx scripts/build.ts",
"preview": "vite preview",
"lint": "tsc && eslint"
},
"dependencies": {
"@floating-ui/react": "0.26.24",
"ahooks": "3.8.1",
"clsx": "2.1.1",
"dayjs": "1.11.13",
"jquery": "3.7.1",
"lodash-es": "4.17.21",
"nanoid": "5.0.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"zustand": "4.5.5"
},
"devDependencies": {
"@types/eslint-plugin-jsx-a11y": "^6.9.0",
"@types/glob-watcher": "5.0.5",
"@types/jquery": "3.5.31",
"@types/lodash-es": "4.17.12",
"@types/node": "20.16.6",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@types/vscode": "1.93.0",
"@typescript-eslint/parser": "8.6.0",
"@vitejs/plugin-react": "4.3.2",
"autoprefixer": "10.4.20",
"esbuild": "0.24.0",
"esbuild-style-plugin": "1.6.3",
"eslint": "^9.11.1",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"glob-watcher": "6.0.0",
"postcss": "7.0.39",
"sass": "1.79.3",
"tailwindcss": "3.4.14",
"tsx": "^4.19.1",
"typescript": "5.5.4",
"vite": "5.4.9",
"vite-plugin-html-config": "2.0.2",
"vscode": "1.1.37"
}
}