-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.97 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 1.97 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "lagrange",
"version": "0.5.2a",
"private": true,
"keywords": [
"threejs",
"typescript",
"vue",
"vuejs"
],
"license": "ISTSL-NR 1.0",
"author": "EepyBerry",
"repository": {
"type": "git",
"url": "git+https://github.com/EepyBerry/lagrange.git"
},
"type": "module",
"scripts": {
"dev": "vite",
"dev-host": "vite --host",
"build": "run-p type-check lint format \"build-only {@}\" --",
"preview": "vite preview",
"preview-host": "vite preview --host",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "run-s lint:*",
"lint:oxlint": "oxlint . --fix",
"lint:eslint": "eslint . --fix",
"format": "oxfmt src/"
},
"dependencies": {
"@floating-ui/vue": "^1.1.11",
"@unhead/vue": "^2.1.13",
"crypto-hash": "^4.0.1",
"dexie": "^4.4.2",
"file-saver": "^2.0.5",
"iconify-icon": "^3.0.2",
"jszip": "^3.10.1",
"luxon": "^3.7.2",
"nanoid": "^5.1.7",
"pako": "^2.1.0",
"seedrandom": "^3.0.5",
"three": "^0.183.2",
"vue": "^3.5.32",
"vue-accessible-color-picker": "^5.3.1",
"vue-i18n": "^11.3.1",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@tsconfig/node24": "^24.0.4",
"@types/file-saver": "^2.0.7",
"@types/luxon": "^3.7.1",
"@types/node": "^24.12.0",
"@types/pako": "^2.0.4",
"@types/seedrandom": "^3.0.8",
"@types/three": "^0.183.1",
"@vitejs/plugin-vue": "^6.0.5",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/tsconfig": "^0.9.1",
"eslint": "^10.0.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-oxlint": "~1.50.0",
"eslint-plugin-vue": "~10.8.0",
"globals": "^17.4.0",
"jiti": "^2.6.1",
"npm-run-all2": "^8.0.4",
"oxfmt": "^0.44.0",
"oxlint": "~1.59.0",
"rollup-plugin-visualizer": "^7.0.1",
"sass": "^1.99.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.24.1",
"vite": "^8.0.7",
"vue-tsc": "^3.2.6"
}
}