Files
iTree/package.json
Hubert Sokołowski d1ac2dbc86 trying fix trees
2022-08-22 20:13:03 +02:00

58 lines
1.3 KiB
JSON

{
"name": "test",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^1.0.3",
"@chakra-ui/react": "^1.1.4",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.3",
"@testing-library/user-event": "^12.6.0",
"axios": "^0.27.2",
"csv-parse": "^4.14.2",
"dotenv": "^16.0.1",
"framer-motion": "^3.2.1",
"node-sass": "^4.14.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-file-reader": "^1.1.4",
"react-icons": "^4.1.0",
"react-router-dom": "^6.3.0",
"react-scripts": "4.0.1",
"react-select-search": "^2.2.4",
"react-table": "^7.6.3",
"uuid": "^8.3.2",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "set PORT=3000 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
},
"devDependencies": {
"eslint": "^7.18.0",
"eslint-plugin-react": "^7.22.0"
}
}