-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 970 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
{
"name": "vue-color-picker",
"version": "0.0.1",
"private": true,
"description": "color picker for vue.",
"type": "module",
"main": "index.js",
"scripts": {
"build": "pnpm --filter './packages/**' build",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wattanx/vue-color-picker.git"
},
"keywords": [
"vue"
],
"author": "wattanx",
"license": "MIT",
"bugs": {
"url": "https://github.com/wattanx/vue-color-picker/issues"
},
"homepage": "https://github.com/wattanx/vue-color-picker#readme",
"devDependencies": {
"@wattanx/vue-color-picker": "workspace:*",
"autoprefixer": "10.4.19",
"postcss": "8.4.38",
"tailwindcss": "3.4.3",
"vite": "5.2.11",
"vitepress": "1.1.4",
"vitest": "1.6.0",
"vue": "3.4.27"
},
"packageManager": "[email protected]"
}