-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 946 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 946 Bytes
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": "@lpsmods/docs",
"description": "Documentation for all Legopitstop's projects.",
"devDependencies": {
"@babel/eslint-parser": "^7.28.5",
"@eslint/js": "^9.39.1",
"@eslint/markdown": "^7.5.1",
"@itznotabug/routex": "^0.0.3",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-unused-imports": "^4.3.0",
"eslint-plugin-vue": "^10.5.1",
"globals": "^16.5.0",
"vitepress": "^1.6.3",
"vitepress-plugin-google-analytics": "^1.0.2",
"vitepress-plugin-tabs": "^0.7.3"
},
"scripts": {
"dev": "vitepress dev docs --port 80",
"build": "vitepress build docs",
"preview": "vitepress preview docs",
"lint": "eslint ."
},
"dependencies": {
"cspell": "^9.1.1",
"file-dialog": "^0.0.8",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"medium-zoom": "^1.1.0",
"semver": "^7.7.3",
"three": "^0.165.0",
"uuid": "^10.0.0"
}
}