-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.14 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.14 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
{
"name": "vue-xeokit",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore",
"lint:eslint": "eslint . --fix",
"lint": "run-s lint:*"
},
"dependencies": {
"@xeokit/xeokit-sdk": "2.6.106",
"vue": "^3.5.33",
"vuetify": "^4.0.6"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@tsconfig/node-lts": "latest",
"@types/node": "~25.6.0",
"@vitejs/plugin-vue": "^6.0.5",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/tsconfig": "^0.9.0",
"eslint": "^10.3.0",
"eslint-plugin-html": "^8.1.4",
"eslint-plugin-import-x": "^4.16.2",
"eslint-plugin-oxlint": "^1.63.0",
"eslint-plugin-vue": "^10.9.1",
"jiti": "^2.7.0",
"npm-run-all2": "^8.0.4",
"oxlint": "^1.59.0",
"sass": "^1.98.0",
"typescript": "~6.0.3",
"vite": "^8.0.10",
"vite-plugin-vuetify": "^2.1.3",
"vue-tsc": "3.2.8"
}
}