58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "tilbudgivern-frontend",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@fontsource/barlow": "^5.3.0",
|
|
"@fontsource/jetbrains-mono": "^5.3.0",
|
|
"@mui/icons-material": "^5.15.1",
|
|
"@mui/material": "^5.15.1",
|
|
"axios": "^1.12.2",
|
|
"http-proxy-middleware": "^3.0.5",
|
|
"notistack": "^3.0.2",
|
|
"pdf-parse": "^1.1.1",
|
|
"playwright": "^1.56.0",
|
|
"react": "^18.2.0",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.8.1",
|
|
"react-scripts": "5.0.1",
|
|
"socket.io-client": "^4.8.1"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"lint": "eslint src --ext .js,.jsx",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"dev": "react-scripts start"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"proxy": "http://localhost:4032",
|
|
"devDependencies": {
|
|
"baseline-browser-mapping": "^2.11.0"
|
|
}
|
|
}
|