-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.26 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
{
"name": "@lpsmods/docs",
"private": true,
"description": "Documentation for all Legopitstop's projects.",
"type": "module",
"devDependencies": {
"@babel/eslint-parser": "^7.29.7",
"@eslint/js": "^9.39.1",
"@eslint/markdown": "^7.5.1",
"@itznotabug/routex": "^0.0.3",
"eslint": "^9.39.5",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-unused-imports": "^4.4.1",
"eslint-plugin-vue": "^10.10.0",
"globals": "^16.5.0",
"vitepress": "^1.6.4",
"vitepress-plugin-google-analytics": "^1.0.2",
"vitepress-plugin-lightbox": "^1.0.3",
"vitepress-plugin-tabs": "^0.9.1"
},
"scripts": {
"dev": "vitepress dev docs --port 80 --host",
"build": "node scripts/generate.js && vitepress build docs",
"preview": "vitepress preview docs",
"lint": "eslint ."
},
"dependencies": {
"@lpsmods/docs-generator": "^0.0.1-alpha.3",
"cspell": "^9.8.0",
"file-dialog": "^0.0.8",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"semver": "^7.8.5",
"three": "^0.165.0",
"uuid": "^14.0.1"
},
"allowScripts": {
"esbuild@0.21.5": true,
"tree-sitter@0.21.1": true,
"tree-sitter-javascript@0.23.1": true,
"tree-sitter-python@0.21.0": true,
"tree-sitter-typescript@0.23.2": true
}
}