93 lines
2.5 KiB
JSON
93 lines
2.5 KiB
JSON
{
|
|
"name": "back-home-safe",
|
|
"version": "1.5.1",
|
|
"private": true,
|
|
"homepage": "./",
|
|
"repository": "gitlab:codogo-b/back-home-safe",
|
|
"dependencies": {
|
|
"@brainhubeu/react-carousel": "^2.0.4",
|
|
"@material-ui/core": "^4.12.3",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"@material-ui/lab": "4.0.0-alpha.60",
|
|
"constate": "^3.3.0",
|
|
"crypto-js": "^4.1.1",
|
|
"dayjs": "^1.10.6",
|
|
"delete-all-cookies": "^0.3.0",
|
|
"ec-key": "^0.0.4",
|
|
"i18next": "^20.6.0",
|
|
"jsqr": "^1.4.0",
|
|
"pickerjs": "^1.2.1",
|
|
"qrcode-with-logos": "^1.0.3",
|
|
"ramda": "^0.27.1",
|
|
"react": "^17.0.2",
|
|
"react-autosize-textarea": "^7.1.0",
|
|
"react-device-detect": "^1.17.0",
|
|
"react-dom": "^17.0.2",
|
|
"react-i18next": "^11.11.4",
|
|
"react-json-view": "^1.21.3",
|
|
"react-modal": "^3.14.3",
|
|
"react-router": "^5.2.1",
|
|
"react-router-dom": "^5.3.0",
|
|
"react-scripts": "4.0.3",
|
|
"react-transition-group": "^4.4.2",
|
|
"react-use": "^17.3.1",
|
|
"styled-components": "^5.3.1",
|
|
"typescript": "^4.4.2",
|
|
"uuid": "^8.3.2",
|
|
"webrtc-adapter": "^8.1.0"
|
|
},
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "vite build",
|
|
"postbuild": "precompress dist",
|
|
"lint:js": "eslint .",
|
|
"tsc": "tsc",
|
|
"postinstall": "husky install",
|
|
"release": "standard-version --message 'chore(release): %s\n\n[skip ci]' --no-verify"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^13.1.0",
|
|
"@commitlint/config-conventional": "^13.1.0",
|
|
"@types/brainhubeu__react-carousel": "^2.0.3",
|
|
"@types/crypto-js": "^4.0.2",
|
|
"@types/node": "^16.7.10",
|
|
"@types/ramda": "^0.27.44",
|
|
"@types/react": "^17.0.19",
|
|
"@types/react-dom": "^17.0.9",
|
|
"@types/react-modal": "^3.12.1",
|
|
"@types/react-router": "^5.1.16",
|
|
"@types/react-router-dom": "^5.1.8",
|
|
"@types/react-router-transition": "^2.1.1",
|
|
"@types/styled-components": "^5.1.14",
|
|
"@types/uuid": "^8.3.1",
|
|
"@vitejs/plugin-react-refresh": "^1.3.6",
|
|
"husky": "^7.0.2",
|
|
"import-sort-cli": "^6.0.0",
|
|
"import-sort-parser-babylon": "^6.0.0",
|
|
"import-sort-parser-typescript": "^6.0.0",
|
|
"import-sort-style-module": "^6.0.0",
|
|
"lint-staged": "^11.1.2",
|
|
"precompress": "^6.3.2",
|
|
"prettier": "^2.3.2",
|
|
"standard-version": "^9.3.1",
|
|
"vite": "^2.5.3"
|
|
}
|
|
}
|