-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 840 Bytes
/
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
{
"name": "dkh-ui",
"version": "0.12.4",
"description": "a ui framework",
"main": "./dist/dkh.umd.js",
"module": "./dist/dkh.es.js",
"exports": {
".": {
"import": "./dist/dkh.es.js",
"require": "./dist/dkh.umd.js"
}
},
"homepage": "https://github.com/xushengfeng/dkh-ui",
"type": "module",
"types": "./src/main.ts",
"scripts": {
"test": "vite ",
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@biomejs/biome": "1.9.2",
"typescript": "^5.6.2",
"vite": "^5.4.8"
},
"dependencies": {
"csstype": "^3.1.3",
"typed-query-selector": "^2.12.0"
}
}