-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 815 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 815 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
{
"name": "engine",
"private": true,
"version": "1.0.0",
"description": "ENGINE 2.0 — production grade modular 3D technical viewer built with Three.js and Vite.",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:analyze": "cross-env ANALYZE=true vite build",
"preview": "vite preview",
"knip": "knip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alphawave-software/engine.git"
},
"bugs": {
"url": "https://github.com/alphawave-software/engine/issues"
},
"homepage": "https://github.com/alphawave-software/engine#readme",
"license": "ISC",
"dependencies": {
"three": "0.160.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"knip": "^5.85.0",
"rollup-plugin-visualizer": "^7.0.0",
"vite": "^7.3.1"
}
}