-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 966 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
{
"name": "@tak-ps/vue-tabler",
"type": "module",
"version": "3.58.0",
"lib": "lib.js",
"module": "lib.js",
"description": "Tabler UI components for Vue3",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint lib.js components/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tak-ps/vue-tabler.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tak-ps/vue-tabler/issues"
},
"homepage": "https://github.com/tak-ps/vue-tabler#readme",
"dependencies": {
"@tabler/icons-vue": "^3.0.0",
"showdown": "^2.1.0",
"vue": "^3.5.12"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"@typescript-eslint/parser": "^8.8.1",
"@vue/cli-plugin-babel": "^5.0.8",
"eslint": "^9.12.0",
"eslint-plugin-vue": "^9.17.0"
}
}