forked from buefy/buefy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.24 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.24 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
43
44
45
46
47
48
49
50
{
"name": "root",
"private": true,
"version": "3.0.0",
"homepage": "https://buefy.org",
"description": "Lightweight UI components for Vue.js (v3) based on Bulma",
"license": "MIT",
"author": "Rafael Beraldo <[email protected]>",
"maintainers": [
"Kikuo Emoto <[email protected]>",
"Wesley Ford <[email protected]>"
],
"workspaces": [
"packages/*"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"bulma": "^1.0.3",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-vue": "^9.32.0",
"lint-staged": "^15.4.3",
"pre-commit": "1.2.2",
"rollup": "^4.34.8",
"sass": "^1.85.0",
"vue": "3.4.13",
"vue-tsc": "^2.2.2"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.34.8",
"@rollup/rollup-win32-x64-msvc": "^4.40.0"
},
"repository": {
"type": "git",
"url": "https://github.com/buefy/buefy"
},
"bugs": {
"url": "https://github.com/buefy/buefy/issues"
},
"scripts": {
"lint:staged": "lint-staged"
},
"pre-commit": "lint:staged",
"lint-staged": {
"*.js": "eslint --fix"
}
}