-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 829 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 829 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
{
"name": "dew-ui",
"version": "1.0.0",
"private": true,
"description": "",
"author": "zhongdewei",
"license": "ISC",
"keywords": [],
"main": "index.js",
"scripts": {
"dev": "pnpm -C play dev",
"doc:dev": "pnpm -C docs dev --port 5174",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@dew-ui/components": "workspace:*",
"@dew-ui/theme-chalk": "workspace:*",
"@dew-ui/utils": "workspace:*",
"async-validator": "^4.2.5",
"dayjs": "^1.11.13",
"mockjs": "^1.1.0",
"typescript": "^5.7.2",
"vue": "^3.5.13"
},
"devDependencies": {
"@antfu/eslint-config": "^4.1.0",
"@types/mockjs": "^1.0.10",
"eslint": "^9.17.0",
"eslint-plugin-format": "^1.0.1",
"sass": "^1.82.0",
"unplugin-vue-define-options": "^1.5.2"
}
}