-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.12 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
{
"name": "yzy_picture",
"private": true,
"version": "2.3.0",
"type": "module",
"description": "a graphic editor",
"keywords": [
"vite",
"ssg"
],
"author": "Moqizhongyuan",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"prepare": "husky || true",
"test": "vitest",
"test:ui": "vitest --ui",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "tsx ./scripts/release.ts"
},
"dependencies": {
"antd": "^5.22.3",
"antd-style": "^3.7.1",
"autoprefixer": "^10.4.20",
"classnames": "^2.5.1",
"postcss": "^8.4.49",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.0.2",
"sass": "^1.82.0",
"tailwindcss": "^3.4.15"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "^9.15.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/ui": "^2.1.8",
"chalk": "^5.3.0",
"commitlint": "^19.6.0",
"conventional-changelog-cli": "^5.0.0",
"enquirer": "^2.4.1",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"execa": "^9.5.1",
"fs-extra": "^11.2.0",
"globals": "^15.12.0",
"husky": "^9.1.7",
"imagemin-webp": "^8.0.0",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"minimist": "^1.2.8",
"path": "^0.12.7",
"prettier": "^3.4.1",
"rollup-plugin-visualizer": "^5.12.0",
"semver": "^7.6.3",
"sharp": "^0.33.5",
"tsx": "^4.19.2",
"typescript": "~5.6.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.0.3",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-imp": "^2.4.0",
"vite-plugin-mkcert": "^1.17.6",
"vitest": "^2.1.8"
}
}