-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.89 KB
/
package.json
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
{
"name": "remotesensing",
"description": "mheaton gsapp mscdp capstone",
"version": "1.0.0",
"homepage": "https://math-eaton.github.io/remotesensing/",
"type": "module",
"keywords": [
"vanilla",
"javascript",
"template",
"boilerplate",
"boilerplate-template",
"postcss",
"eslint",
"prettier",
"scaffold",
"scaffold-template",
"vite",
"vitejs",
"vite-template",
"vitejs-template"
],
"scripts": {
"dev": "vite --host --open",
"lint": "eslint --ext .js ./",
"lint:fix": "eslint --fix --ext .js ./",
"format": "prettier --write \"./**/*.{js,jsx,json,css}\"",
"generate:sounds": "node scripts/soundPaths.js",
"build": "npm run generate:sounds && NODE_ENV=production vite build",
"preview": "vite preview --open",
"buildpreview": "vite build && vite preview --open",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"devDependencies": {
"autoprefixer": "^10.4.17",
"concurrently": "^8.2.2",
"cssnano": "^7.0.1",
"gh-pages": "^6.1.1",
"postcss": "^8.4.35",
"postcss-nesting": "^12.1.2",
"prettier": "^3.2.5",
"vite": "^5.2.11"
},
"dependencies": {
"@serialport/parser-readline": "^12.0.0",
"cjs": "^0.0.11",
"convex-hull": "^1.0.3",
"cors": "^2.8.5",
"delaunator": "^5.0.1",
"express": "^4.19.2",
"fs": "^0.0.1-security",
"geojson": "^0.5.0",
"geojson-vt": "^3.2.1",
"howler": "^2.2.4",
"httpserver": "^0.0.5",
"node": "^22.1.0",
"path": "^0.12.7",
"proj4": "^2.10.0",
"rollup": "^4.17.2",
"serialport": "^12.0.0",
"simplex-noise": "^4.0.1",
"startaudiocontext": "^1.2.1",
"the-new-css-reset": "^1.11.2",
"three": "^0.164.1",
"three-mesh-bvh": "^0.7.3",
"tonal": "^6.0.1",
"tone": "^14.7.77",
"vite-plugin-static-copy": "^1.0.4",
"websocket": "^1.0.34",
"ws": "^8.16.0"
}
}