34 lines
834 B
JSON
34 lines
834 B
JSON
{
|
|
"name": "walk-up-alarm",
|
|
"author": "nzambello",
|
|
"license": "MIT",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"prepare": "husky install",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"geolib": "^3.3.3",
|
|
"rc-time-picker": "^3.7.3",
|
|
"react": "^17.0.0",
|
|
"react-dom": "^17.0.0",
|
|
"use-position": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^15.0.0",
|
|
"@commitlint/config-conventional": "^15.0.0",
|
|
"@release-it/conventional-changelog": "^3.3.0",
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-dom": "^17.0.0",
|
|
"@types/use-position": "^0.0.0",
|
|
"@vitejs/plugin-react": "^1.0.0",
|
|
"husky": "^7.0.4",
|
|
"release-it": "^14.11.8",
|
|
"typescript": "^4.3.2",
|
|
"vite": "^2.6.4",
|
|
"vite-plugin-pwa": "^0.11.10"
|
|
}
|
|
}
|