mirror of
https://github.com/Unkn0wnCat/matrix-veles.git
synced 2025-04-29 02:07:37 +02:00
44 lines
1 KiB
JSON
44 lines
1 KiB
JSON
{
|
|
"name": "webui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "^1.8.0",
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.5.0",
|
|
"@testing-library/user-event": "^7.2.1",
|
|
"@types/jest": "^24.9.1",
|
|
"@types/node": "^12.20.46",
|
|
"@types/react": "^16.14.23",
|
|
"@types/react-dom": "^16.9.14",
|
|
"@types/react-redux": "^7.1.22",
|
|
"axios": "^0.26.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-redux": "^7.2.6",
|
|
"react-scripts": "5.0.0",
|
|
"sass": "^1.49.9",
|
|
"typescript": "~4.1.5"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "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"
|
|
]
|
|
}
|
|
}
|