-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
{
"name": "zxkws.github.io",
"version": "1.0.0",
"description": "",
"type": "module",
"scripts": {
"clean": "npx rimraf node_modules packages/**/node_modules packages/**/**/node_modules pnpm-lock.yaml .ice packages/**/.ice",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "sh ./scripts/sh/build.sh"
},
"imports": {
"#*": "./*"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@types/node": "^22.5.5",
"@types/react": "^18.1.3",
"@types/react-dom": "^18.1.3",
"@vitejs/plugin-react": "^4.3.1",
"css-loader": "^7.1.2",
"eslint": "^7.32.0",
"html-webpack-plugin": "^5.6.0",
"sass-loader": "^16.0.2",
"style-loader": "^4.0.0",
"stylelint": "^13.13.1",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"dependencies": {
"@packages/utils": "workspace:*",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"axios": "^1.7.7",
"less": "^4.2.0",
"path-to-regexp": "^8.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.5",
"url-parse": "^1.5.10"
}
}