Some checks failed
Test and deploy / build (16.x) (push) Has been cancelled
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "walk-up-alarm",
|
|
"author": "nzambello",
|
|
"license": "MIT",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite",
|
|
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
|
|
"prepare": "husky install",
|
|
"serve": "vite preview",
|
|
"test": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/fira-code": "^4.5.2",
|
|
"classnames": "^2.3.1",
|
|
"date-fns": "^2.27.0",
|
|
"geolib": "^3.3.3",
|
|
"react": "^17.0.0",
|
|
"react-dom": "^17.0.0",
|
|
"react-helmet": "^6.1.0",
|
|
"ui-neumorphism": "^1.1.3",
|
|
"use-position": "^1.0.0",
|
|
"use-stay-awake": "^0.1.7"
|
|
},
|
|
"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/react-helmet": "^6.1.4",
|
|
"@types/use-position": "^0.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.7.0",
|
|
"@typescript-eslint/parser": "^5.7.0",
|
|
"@vitejs/plugin-react": "^1.0.0",
|
|
"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",
|
|
"husky": "^7.0.4",
|
|
"release-it": "^14.11.8",
|
|
"typescript": "^4.5.4",
|
|
"vite": "^2.6.4",
|
|
"vite-plugin-pwa": "^0.11.10"
|
|
}
|
|
}
|