72 lines
2.0 KiB
JSON
72 lines
2.0 KiB
JSON
{
|
|
"name": "lama-cleaner",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"proxy": "http://localhost:8080",
|
|
"dependencies": {
|
|
"@heroicons/react": "^1.0.4",
|
|
"@radix-ui/react-dialog": "0.1.8-rc.25",
|
|
"@radix-ui/react-popover": "^1.0.0",
|
|
"@radix-ui/react-select": "0.1.2-rc.27",
|
|
"@radix-ui/react-switch": "^0.1.5",
|
|
"@radix-ui/react-toast": "^0.1.1",
|
|
"@radix-ui/react-tooltip": "^0.1.7",
|
|
"@testing-library/jest-dom": "^5.14.1",
|
|
"@testing-library/react": "^12.1.2",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/jest": "^27.0.2",
|
|
"@types/lodash": "^4.14.182",
|
|
"@types/node": "^16.11.1",
|
|
"@types/react": "^17.0.30",
|
|
"@types/react-dom": "^17.0.9",
|
|
"cross-env": "7.x",
|
|
"lodash": "^4.17.21",
|
|
"mitt": "^3.0.0",
|
|
"nanoid": "^4.0.0",
|
|
"npm-run-all": "4.x",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-feather": "^2.0.10",
|
|
"react-hotkeys-hook": "^3.4.7",
|
|
"react-scripts": "4.0.3",
|
|
"react-use": "^17.3.1",
|
|
"react-zoom-pan-pinch": "^2.1.3",
|
|
"recoil": "^0.6.1",
|
|
"socket.io-client": "^4.5.2",
|
|
"typescript": "4.x"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "cross-env GENERATE_SOURCEMAP=false react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-import": "^2.25.2",
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react": "^7.26.1",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"prettier": "^2.4.1",
|
|
"sass": "^1.49.9"
|
|
}
|
|
}
|