-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 3.38 KB
/
Copy pathpackage.json
File metadata and controls
103 lines (103 loc) · 3.38 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "vite-react-tailwind-starter",
"private": true,
"version": "0.0.0",
"homepage": "https://zhongye1.github.io/BDdraw_DEV/",
"scripts": {
"prepare": "husky install",
"dev": "vite",
"build": "npm run typecheck && vite build",
"typecheck": "tsc --noEmit",
"typecheck:watch": "tsc --noEmit --watch",
"lint": "eslint --quiet src --ext .ts,.tsx && stylelint src/**/*.less",
"lint:fix": "eslint --quiet --fix src --ext .ts,.tsx && stylelint --fix src/**/*.less",
"deploy": "gh-pages -d dist",
"predeploy": "npm run build"
},
"dependencies": {
"@arco-design/web-react": "^2.66.8",
"@hocuspocus/provider": "^3.4.1",
"@loadable/component": "^5.15.3",
"@tanstack/react-query": "^4.29.3",
"@tiptap/extension-color": "^3.11.0",
"@tiptap/extension-highlight": "^3.11.0",
"@tiptap/extension-text-align": "^3.11.0",
"@tiptap/extension-text-style": "^3.11.0",
"@tiptap/extension-underline": "^3.11.0",
"@tiptap/react": "^3.11.0",
"@tiptap/starter-kit": "^3.11.0",
"@types/uuid": "^11.0.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-react": "^1.0.6",
"axios": "^1.13.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"commitlint": "20.1.0",
"dotenv": "^17.2.3",
"framer-motion": "^12.23.24",
"gh-pages": "^6.3.0",
"immer": "^10.2.0",
"install": "^0.13.0",
"lucide-react": "^0.554.0",
"nanoid": "^5.1.6",
"pixi-viewport": "^6.0.3",
"pixi.js": "^8.14.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.5",
"react-hotkeys-hook": "^5.2.1",
"react-router-dom": "6",
"swiper": "^12.0.3",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^13.0.0",
"wangeditor": "^4.7.15",
"y-indexeddb": "^9.0.12",
"y-websocket": "^3.0.0",
"yjs": "^13.6.27",
"zustand": "^5.0.8"
},
"devDependencies": {
"@arco-plugins/vite-react": "^1.3.3",
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@react-dev-inspector/middleware": "^2.0.1",
"@react-dev-inspector/vite-plugin": "^2.0.1",
"@tanstack/react-query-devtools": "^4.29.1",
"@types/loadable__component": "^5.13.4",
"@types/node": "^24.10.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-helmet": "^6.1.11",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.3",
"less": "^4.1.3",
"lint-staged": "^13.2.1",
"postcss": "^8.4.21",
"postcss-less": "^6.0.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.4.1",
"react-dev-inspector": "^2.0.1",
"stylelint": "^15.4.0",
"stylelint-config-standard": "^32.0.0",
"stylelint-less": "^1.0.6",
"stylelint-prettier": "3",
"tailwindcss": "3.3.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"vite": "^7.2.4",
"vite-plugin-external": "^1.2.8",
"vite-plugin-svgr": "^2.4.0"
}
}