2021-12-08 21:44:57 +01:00
|
|
|
{
|
|
|
|
|
"name": "walk-up-alarm",
|
2021-12-13 20:08:36 +01:00
|
|
|
"author": "nzambello",
|
|
|
|
|
"license": "MIT",
|
2021-12-08 21:44:57 +01:00
|
|
|
"version": "0.0.0",
|
|
|
|
|
"scripts": {
|
2021-12-14 10:54:09 +01:00
|
|
|
"build": "vite build",
|
2021-12-14 10:36:51 +01:00
|
|
|
"dev": "vite",
|
|
|
|
|
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
|
2021-12-13 20:16:57 +01:00
|
|
|
"prepare": "husky install",
|
2021-12-14 10:54:09 +01:00
|
|
|
"serve": "vite preview",
|
|
|
|
|
"test": "tsc"
|
2021-12-08 21:44:57 +01:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2021-12-13 21:04:23 +01:00
|
|
|
"classnames": "^2.3.1",
|
2021-12-13 20:08:36 +01:00
|
|
|
"geolib": "^3.3.3",
|
|
|
|
|
"rc-time-picker": "^3.7.3",
|
2021-12-08 21:44:57 +01:00
|
|
|
"react": "^17.0.0",
|
2021-12-13 20:08:36 +01:00
|
|
|
"react-dom": "^17.0.0",
|
|
|
|
|
"use-position": "^1.0.0"
|
2021-12-08 21:44:57 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2021-12-13 20:16:57 +01:00
|
|
|
"@commitlint/cli": "^15.0.0",
|
|
|
|
|
"@commitlint/config-conventional": "^15.0.0",
|
|
|
|
|
"@release-it/conventional-changelog": "^3.3.0",
|
2021-12-08 21:44:57 +01:00
|
|
|
"@types/react": "^17.0.0",
|
|
|
|
|
"@types/react-dom": "^17.0.0",
|
2021-12-13 20:08:36 +01:00
|
|
|
"@types/use-position": "^0.0.0",
|
2021-12-14 09:57:36 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.7.0",
|
|
|
|
|
"@typescript-eslint/parser": "^5.7.0",
|
2021-12-08 21:44:57 +01:00
|
|
|
"@vitejs/plugin-react": "^1.0.0",
|
2021-12-14 09:57:36 +01:00
|
|
|
"eslint": "^8.4.1",
|
|
|
|
|
"eslint-plugin-import": "^2.25.3",
|
|
|
|
|
"eslint-plugin-jest": "^25.3.0",
|
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
|
|
|
"eslint-plugin-react": "^7.27.1",
|
|
|
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
2021-12-13 20:16:57 +01:00
|
|
|
"husky": "^7.0.4",
|
|
|
|
|
"release-it": "^14.11.8",
|
2021-12-14 09:57:36 +01:00
|
|
|
"typescript": "^4.5.4",
|
2021-12-08 21:44:57 +01:00
|
|
|
"vite": "^2.6.4",
|
|
|
|
|
"vite-plugin-pwa": "^0.11.10"
|
|
|
|
|
}
|
|
|
|
|
}
|