BlueMap/BlueMapCommon/webapp/package.json

26 lines
574 B
JSON
Raw Permalink Normal View History

{
2022-12-19 21:54:30 +01:00
"name": "bluemap",
"version": "0.0.0",
"private": true,
2022-12-19 21:54:30 +01:00
"scripts": {
"dev": "vite --host",
2022-12-19 21:54:30 +01:00
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
2022-12-19 21:54:30 +01:00
"hammerjs": "^2.0.8",
2022-12-20 00:39:13 +01:00
"three": "^0.147.0",
2022-12-19 21:54:30 +01:00
"vue": "^3.2.45",
"vue-i18n": "^9.2.2",
"hocon-parser": "^1.0.1"
},
"devDependencies": {
2024-04-06 01:36:26 +02:00
"@vitejs/plugin-vue": "^4.5.3",
2022-12-19 21:54:30 +01:00
"eslint": "~8.22.0",
"eslint-plugin-vue": "^9.3.0",
"sass": "^1.57.0",
2024-04-06 01:36:26 +02:00
"vite": "^4.5.3"
}
}