-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1017 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1017 Bytes
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
{
"name": "painter-leaf",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@ant-design/icons": "^5.6.1",
"@huggingface/inference": "^3.15.0",
"antd": "^5.29.1",
"hono": "^4.10.7",
"idb-keyval": "^6.2.2",
"marked": "^15.0.12",
"next": "^15.5.7",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"swiper": "^11.2.10",
"zustand": "^5.0.9"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20251205.0",
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "^20.19.25",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"eslint": "^8.57.1",
"eslint-config-next": "^15.5.7",
"eslint-config-prettier": "^10.1.8",
"postcss": "^8.5.6",
"prettier": "3.5.2",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3",
"wrangler": "^4.53.0"
}
}