-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.82 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
68
69
70
71
72
73
74
75
76
77
{
"name": "@antd-tiny-vue/cssinjs",
"version": "0.0.11",
"description": "Component level cssinjs resolution for antd in vue",
"keywords": [
"antd",
"ant-design",
"ant-design-vue",
"cssinjs",
"css",
"@ant-design/cssinjs"
],
"homepage": "https://github.com/antd-tiny-vue/cssinjs",
"repository": {
"type": "git",
"url": "[email protected]:antd-tiny-vue/cssinjs.git"
},
"bugs": {
"url": "https://github.com/antd-tiny-vue/cssinjs/issues"
},
"license": "MIT",
"author": "aibayanyu",
"main": "dist/index.js",
"module": "dist/index.mjs",
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"scripts": {
"build": "vite build",
"dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"test": "vitest",
"test:u":"vitest -u",
"coverage": "vitest --coverage"
},
"peerDependencies": {
"vue": "^3.2.0"
},
"dependencies": {
"@emotion/hash": "^0.9.0",
"@emotion/unitless": "^0.8.0",
"csstype": "^3.1.1",
"stylis": "^4.1.3"
},
"devDependencies": {
"@ctrl/tinycolor": "^3.5.0",
"@mistjs/eslint-config-vue": "^0.0.3",
"@mistjs/tsconfig": "^1.0.0",
"@mistjs/tsconfig-vue": "^0.0.3",
"@types/classnames": "^2.3.1",
"@types/node": "^18.11.18",
"@types/stylis": "^4.0.2",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vitest/coverage-c8": "^0.29.1",
"@vue/test-utils": "^2.3.0",
"classnames": "^2.3.2",
"eslint": "^8.32.0",
"jsdom": "^21.1.0",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vite-plugin-dts": "^1.7.1",
"vite-plugin-vitepress-demo": "2.0.0-alpha.8",
"vitepress": "1.0.0-alpha.48",
"vitest": "^0.29.0",
"vue": "^3.2.47"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
}
}