walk-up-alarm/package.json

50 lines
1.4 KiB
JSON
Raw Permalink Normal View History

{
"name": "walk-up-alarm",
2021-12-13 20:08:36 +01:00
"author": "nzambello",
"license": "MIT",
"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"
},
"dependencies": {
2021-12-21 17:44:12 +01:00
"@fontsource/fira-code": "^4.5.2",
2021-12-13 21:04:23 +01:00
"classnames": "^2.3.1",
2021-12-21 16:34:52 +01:00
"date-fns": "^2.27.0",
2021-12-13 20:08:36 +01:00
"geolib": "^3.3.3",
"react": "^17.0.0",
2021-12-13 20:08:36 +01:00
"react-dom": "^17.0.0",
"react-helmet": "^6.1.0",
2021-12-21 16:34:52 +01:00
"ui-neumorphism": "^1.1.3",
"use-position": "^1.0.0",
"use-stay-awake": "^0.1.7"
},
"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",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-helmet": "^6.1.4",
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",
"@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",
"vite": "^2.6.4",
"vite-plugin-pwa": "^0.11.10"
}
}