gamutable/package.json

24 lines
527 B
JSON

{
"name": "gamutable",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "APP_ENV=development vite",
"build": "vite build",
"watch": "vite build --watch",
"preview": "vite preview"
},
"dependencies": {
"@vitejs/plugin-basic-ssl": "^1.0.1",
"typescript": "^5.1.6",
"vue": "^3.2.47",
"vue-next-select": "^2.10.5",
"vue-papa-parse": "^3.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compiler-sfc": "^3.2.47",
"vite": "^4.1.1",
"vite-plugin-live-reload": "^3.0.1"
}
}