Picsur/frontend/package.json

63 lines
1.5 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-27 19:27:22 +00:00
"name": "picsur-frontend",
2022-02-25 15:41:56 +00:00
"version": "0.0.0",
2022-02-27 19:27:22 +00:00
"description": "Frontend for Picsur",
2022-02-23 10:50:18 +00:00
"license": "GPL-3.0",
2022-02-27 19:27:22 +00:00
"repository": "https://github.com/rubikscraft/Picsur",
2022-02-23 18:09:53 +00:00
"author": "Rubikscraft <contact@rubikscraft.nl>",
"type": "commonjs",
2022-02-24 21:56:27 +00:00
"main": "dist/index.js",
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-25 11:22:00 +00:00
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
2022-02-27 19:27:22 +00:00
"picsur-shared": "*",
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",
2022-02-25 11:22:00 +00:00
"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",
2022-02-25 21:58:08 +00:00
"@babel/plugin-syntax-flow": "^7.16.7",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@craco/craco": "7.0.0-alpha.3",
"@types/node": "^17.0.21",
2022-02-23 18:09:53 +00:00
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
2022-02-25 21:58:08 +00:00
"autoprefixer": "^10.4.2",
2022-02-25 12:07:30 +00:00
"craco-plugin-scoped-css": "^1.1.1",
2022-02-25 21:58:08 +00:00
"postcss": "^8.4.7",
"react-scripts": "5.0.0",
2022-02-25 12:07:30 +00:00
"sass": "^1.49.9",
2022-02-23 18:09:53 +00:00
"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
}
}