-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.31 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
51
52
53
54
55
56
57
58
{
"name": "vue-x11",
"version": "0.0.6",
"main": "vue-x11.js",
"scripts": {
"format": "prettier .",
"format:write": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint-staged": "lint-staged",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "falcon.lee",
"license": "MIT",
"description": "Customizable windowing system designed for VueJS.",
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/lodash": "^4.17.20",
"eslint": "^9.39.1",
"eslint-plugin-vue": "^10.5.1",
"lint-staged": "^16.2.6",
"lodash": "^4.17.21",
"pre-commit": "^1.2.2",
"prettier": "^3.6.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.3",
"vue": "^3.5.24"
},
"directories": {
"doc": "doc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FalconLee1011/vue-x11.git"
},
"keywords": [
"vue",
"vuejs",
"menu",
"frontend",
"component",
"window",
"windows",
"x11",
"windowing system",
"moveable",
"moveable components",
"floating windows"
],
"bugs": {
"url": "https://github.com/FalconLee1011/vue-x11/issues"
},
"homepage": "https://github.com/FalconLee1011/vue-x11#readme",
"pre-commit": [
"format:write",
"lint:fix"
]
}