-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.62 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
{
"name": "@nanta/ui",
"version": "0.1.11",
"type": "module",
"files": [
"dist"
],
"main": "./dist/nanta.umd.cjs",
"module": "./dist/nanta.js",
"types": "./dist/main.d.ts",
"exports": {
".": {
"import": "./dist/nanta.js",
"require": "./dist/nanta.umd.js"
},
"./dist/style.css": "./dist/style.css"
},
"scripts": {
"dev": "yarn --cwd ./docs/ dev",
"pg": "yarn --cwd ./docs/ dev",
"docs": "yarn --cwd ./docs/ dev",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"packlocal": "npm pack",
"package": "vite build && vue-tsc --emitDeclarationOnly",
"pkg": "vite build && vue-tsc --emitDeclarationOnly",
"pub": "npm publish --access public"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"@vueuse/core": "^9.4.0",
"ant-design-vue": "^3.2.14",
"vue": "^3.2.44",
"vue-i18n": "9"
},
"devDependencies": {
"@purge-icons/generated": "^0.9.0",
"@types/node": "^18.8.3",
"@vitejs/plugin-vue": "^3.1.0",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"less": "^4.1.3",
"nuxt-lodash": "^2.3.0",
"typescript": "^4.6.4",
"vite": "^3.1.0",
"vue-tsc": "^1.0.9"
},
"description": "ant-design based ui framework.",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nantajs/nanta-ui.git"
},
"keywords": [
"nanta",
"antd",
"vue3",
"nanta-ui"
],
"author": "Aborn Jiang",
"license": "MIT",
"bugs": {
"url": "https://github.com/nantajs/nanta-ui/issues"
},
"homepage": "https://github.com/nantajs/nanta-ui#readme"
}