1
0
Fork 0
mirror of https://github.com/voltbonn/profile-picture-generator.git synced 2024-05-11 07:21:26 +00:00
profile.volt.link/package.json
2021-02-05 19:19:28 +01:00

48 lines
1.1 KiB
JSON

{
"name": "profile-picture-generator",
"version": "0.1.0",
"private": true,
"homepage": "https://profile.volt-bonn.de",
"dependencies": {
"@fluent/bundle": "^0.16.0",
"@fluent/langneg": "^0.5.0",
"@fluent/react": "^0.13.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"hammerjs": "^2.0.8",
"hamsterjs": "^1.1.3",
"intl-pluralrules": "^1.2.2",
"merge-images": "^2.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-dropzone": "^11.2.4",
"react-scripts": "4.0.1",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}