-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.18 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.18 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
{
"name": "@scode/table-monorepo",
"version": "1.0.0",
"description": "",
"private": true,
"type": "module",
"main": "index.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "vite",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx vite build",
"format": "npx @biomejs/biome format ./src/**/*.{ts,vue} --write",
"lint": "npx @biomejs/biome lint ./src/**/*.{ts,vue}"
},
"keywords": [],
"author": "",
"license": "ISC",
"engines": {
"node": "18.18.0"
},
"devDependencies": {
"@biomejs/biome": "^1.4.1",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.5",
"@vitejs/plugin-vue": "^5.0.2",
"ant-design-vue": "^4.1.2",
"browserslist": "^4.22.2",
"cross-env": "^7.0.3",
"less": "^4.2.0",
"lightningcss": "^1.22.1",
"lodash-es": "^4.17.21",
"only-allow": "^1.2.1",
"rimraf": "^5.0.5",
"typescript": "^5.2.2",
"vite": "^5.0.10",
"vite-plugin-pwa": "^0.19.2",
"vue": "^3.4.21",
"vue-tsc": "^1.8.27"
},
"dependencies": {
"@scode/table-vue": "workspace:*"
},
"peerDependencies": {
"ant-design-vue": "^3.0.0 || ^4.0.0",
"vue": "> 3"
}
}