Picsur/frontend/package.json

51 lines
1.1 KiB
JSON
Raw Normal View History

2022-02-23 10:50:18 +00:00
{
2022-02-23 18:09:53 +00:00
"private": false,
2022-02-23 10:50:18 +00:00
"name": "imagur-frontend",
"version": "1.0.0",
2022-02-23 18:09:53 +00:00
"description": "Frontend for Imagur",
2022-02-23 10:50:18 +00:00
"license": "GPL-3.0",
2022-02-23 18:09:53 +00:00
"repository": "https://github.com/rubikscraft/Imagur",
"author": "Rubikscraft <contact@rubikscraft.nl>",
"type": "commonjs",
2022-02-23 18:09:53 +00:00
"dependencies": {
"@craco/craco": "^6.4.3",
2022-02-23 18:09:53 +00:00
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.4.3",
"bootstrap": "5.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^12.0.4"
},
"devDependencies": {
"@types/node": "^17.0.20",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"cra-build-watch": "^3.4.0",
"react-scripts": "4.0.3",
"typescript": "^4.5.5"
},
2022-02-23 10:50:18 +00:00
"scripts": {
"start": "craco start",
"build": "craco build"
2022-02-23 10:50:18 +00:00
},
"eslintConfig": {
"extends": [
2022-02-23 18:09:53 +00:00
"react-app",
"react-app/jest"
2022-02-23 10:50:18 +00:00
]
},
2022-02-23 18:09:53 +00:00
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2022-02-23 10:50:18 +00:00
}
}