forked from buefy/buefy
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
46 lines (46 loc) · 1.15 KB
/
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": "root",
"private": true,
"version": "0.2.0",
"homepage": "https://buefy.org",
"description": "Lightweight UI components for Vue.js (v3) based on Bulma",
"license": "MIT",
"author": "Rafael Beraldo <rafael.pimpa@gmail.com>",
"maintainers": [
"Walter Tommasi <tommsi20@gmail.com>",
"Kikuo Emoto <kemoto@codemonger.io>",
"Wesley Ford <wes@wesdevpro.com>"
],
"workspaces": [
"packages/*"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitejs/plugin-vue": "^4.5.1",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.52.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-vue": "^9.18.1",
"lint-staged": "^15.0.2",
"pre-commit": "1.2.2",
"sass": "^1.69.5",
"vite": "^4.4.12",
"vue": "^3.3.10",
"vue-tsc": "^1.8.27"
},
"repository": {
"type": "git",
"url": "https://github.com/ntohq/buefy-next"
},
"bugs": {
"url": "https://github.com/ntohq/buefy-next/issues"
},
"scripts": {
"lint:staged": "lint-staged"
},
"pre-commit": "lint:staged",
"lint-staged": {
"*.js": "eslint --fix"
}
}