gen2space/package.json
2023-08-15 09:33:36 -07:00

34 lines
770 B
JSON

{
"name": "gen2-space",
"description": "gen2.space",
"version": "1.2.0",
"color": "#004400",
"displayName": "gen2.space",
"author": "notgne2",
"license": "UNLICENSED",
"type": "module",
"scripts": {
"watch": "vite watch",
"build": "vite build"
},
"devDependencies": {
"sharp": "^0.32.1",
"svgo": "^3.0.2",
"vite": "^4.3.9",
"vite-imagetools": "^5.0.4",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-elm": "^2.9.0-beta.1",
"vite-plugin-html-config": "^1.0.11",
"vite-plugin-pwa": "^0.15.1",
"ws": "^8.13.0"
},
"routes": [
"/"
],
"alias": {
"process": {
"global": "process"
}
}
}