forked from baianat/verte
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 994 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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "verte-vue3",
"version": "1.1.1",
"description": "Vue Color Picker",
"main": "dist/verte.js",
"style": "dist/verte.css",
"module": "dist/verte.esm.js",
"scripts": {
"build": "vite build",
"dev": "vite",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"files": [
"dist/*.js",
"dist/*.css"
],
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"pug": "^3.0.2",
"sass": "^1.58.3",
"stylus": "^0.59.0",
"vite": "^4.1.4",
"vitepress": "^1.0.0-alpha.47",
"vue": "^3.2.47"
},
"peerDependencies": {
"vue": ">=3.2.0"
},
"author": "",
"license": "MIT",
"homepage": "https://aiming-pro.github.io/verte-vue3/",
"repository": {
"type": "git",
"url": "git+https://github.com/aiming-pro/verte-vue3.git"
},
"keywords": [
"Vue 3",
"Vue",
"color-picker"
],
"dependencies": {
"color-fns": "^0.0.10"
}
}