Picsur/frontend/package.json

53 lines
1.2 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": {
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
2022-02-23 22:25:00 +00:00
"@mui/icons-material": "^5.4.2",
2022-02-23 18:09:53 +00:00
"@mui/material": "^5.4.3",
2022-02-23 22:25:00 +00:00
"notistack": "^2.0.3",
2022-02-23 18:09:53 +00:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
2022-02-23 22:25:00 +00:00
"react-dropzone": "^12.0.4",
"react-router-dom": "^6.2.1"
2022-02-23 18:09:53 +00:00
},
"devDependencies": {
2022-02-23 22:25:00 +00:00
"@babel/core": "^7.17.5",
"@craco/craco": "^6.4.3",
2022-02-23 18:09:53 +00:00
"@types/node": "^17.0.20",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"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
}
}