SaltStatus/package.json

24 lines
497 B
JSON
Raw Normal View History

2019-12-06 16:52:37 -05:00
{
"name": "saltstatus",
"version": "1.0.0",
"description": "",
2021-10-18 02:17:29 -04:00
"author": "Adam Goldsmith <contact@adamgoldsmith.name>",
2019-12-06 16:52:37 -05:00
"license": "ISC",
2021-10-18 02:17:29 -04:00
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.3",
"sass": "^1.42.1",
"typescript": "^4.4.3",
"vite": "^2.6.4",
"vue-tsc": "^0.3.0"
},
2019-12-06 16:52:37 -05:00
"dependencies": {
2021-10-18 02:17:29 -04:00
"vue": "^3.2.0"
2019-12-06 16:52:37 -05:00
},
2021-10-18 02:17:29 -04:00
"scripts": {
"start": "npm run dev",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
2019-12-06 16:52:37 -05:00
}
}