-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 851 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 851 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
35
36
37
{
"name": "flight-path",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeantimex/flight-path.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://github.com/jeantimex/flight-path/issues"
},
"homepage": "https://jeantimex.github.io/flight-path/",
"devDependencies": {
"gh-pages": "^6.3.0",
"prettier": "^3.6.2",
"vite": "^6.3.6"
},
"dependencies": {
"dat.gui": "^0.7.9",
"stats.js": "^0.17.0",
"three": "^0.180.0"
}
}