Mercury/package.json

31 lines
772 B
JSON
Raw Permalink Normal View History

2022-03-19 21:47:54 +00:00
{
"name": "mercury",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
2022-03-22 00:42:53 +00:00
"@vueuse/core": "^8.1.2",
2022-03-19 21:47:54 +00:00
"animate.css": "^4.1.1",
"bennc-js": "git+https://git.jacknet.io/TerribleCodeClub/bennc-js.git",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.1",
"color": "^4.2.1",
"pinia": "^2.0.12",
"reconnecting-websocket": "^4.4.0",
"romulus-js": "git+https://git.jacknet.io/TerribleCodeClub/romulus-js.git",
"uuid": "^8.3.2",
2022-03-20 17:41:43 +00:00
"vanilla-picker": "^2.12.1",
2022-03-19 21:47:54 +00:00
"vue": "^3.2.25",
"vue-router": "^4.0.14"
},
"devDependencies": {
2022-03-22 00:42:53 +00:00
"@types/bootstrap": "^5.1.9",
2022-03-19 21:47:54 +00:00
"@vitejs/plugin-vue": "^2.2.0",
"vite": "^2.8.0"
}
}