1
0
Fork 0
mirror of https://github.com/voltbonn/qrcode.volt.link.git synced 2024-05-11 07:21:27 +00:00
qrcode.volt.link/package.json
thomasrosen 03c945d825 BUGFIX added error checking
Only possible settings are adjustable.
2021-07-19 15:17:07 +02:00

57 lines
1.4 KiB
JSON

{
"name": "qrcode.volt.link",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fluent/bundle": "^0.16.1",
"@fluent/langneg": "^0.5.2",
"@fluent/react": "^0.13.1",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"canvg": "^3.0.7",
"intl-pluralrules": "^1.2.2",
"iso-639-1": "^2.1.9",
"qr-scanner": "^1.2.0",
"qrcode-generator": "^1.4.4",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.2",
"react-inlinesvg": "^2.3.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"uuid": "^8.3.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"source-map-explorer": "^2.5.2"
}
}