-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.11 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
{
"name": "vue3-tailwind-pie-chart",
"version": "0.0.4",
"license": "MIT",
"description": "Vue 3 Component for displaying pie chart",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@vitejs/plugin-vue": "^3.0.1",
"@vue/eslint-config-prettier": "^7.0.0",
"autoprefixer": "^10.4.8",
"eslint": "^8.21.0",
"eslint-plugin-vue": "^9.3.0",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.8",
"vite": "^3.0.4",
"vue": "^3.2.37"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zavalen/vue3-tailwind-pie-chart.git"
},
"bugs": {
"url": "https://github.com/zavalen/vue3-tailwind-pie-chart/issues"
},
"homepage": "https://github.com/zavalen/vue3-tailwind-pie-chart",
"keywords": [
"vue3",
"component",
"pie chart",
"tailwind"
],
"main": "src/index.js",
"module": "src/index.js",
"unpkg": "src/index.js"
}