-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.59 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.59 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "splendor-ui",
"version": "0.6.1",
"description": "A set of UI components for splendor-xzwhome. Built with Vue 3.",
"keywords": [
"vue",
"vue3",
"ui"
],
"main": "./es/main.esm.js",
"module": "./es/main.esm.js",
"types": "./es/types/main.d.ts",
"repository": "https://github.com/sunkint/splendor-ui.git",
"author": "sunkint <sunkint@yeah.net>",
"license": "MIT",
"files": [
"es"
],
"scripts": {
"dev": "npx vitepress",
"build": "rollup -c && tsc -d --emitDeclarationOnly",
"build-doc": "npx vitepress build",
"preversion": "yarn install"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@cloudbase/cli": "^1.7.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-url": "^6.0.0",
"@types/clipboard": "^2.0.1",
"@vue/babel-plugin-jsx": "^1.0.6",
"@vue/compiler-sfc": "3.0.0",
"postcss": "^8.2.6",
"postcss-url": "^10.1.1",
"rollup": "^2.40.0",
"rollup-plugin-extensions": "^0.1.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.32.12",
"stylelint": "^13.6.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.18.0",
"typescript": "^3.9.7",
"vitepress": "0.6.0",
"vue": "3.0.0"
},
"dependencies": {
"clipboard": "^2.0.6",
"date-fns": "^2.17.0",
"tributejs": "^5.1.3"
},
"resolutions": {
"vite": "1.0.0-rc.4"
}
}