2022-01-11 07:35:12 +03:00
{
"name" : "zot-ui" ,
"version" : "0.1.0" ,
"private" : true ,
"dependencies" : {
2022-06-29 20:32:14 +03:00
"@emotion/react" : "^11.9.3" ,
"@emotion/styled" : "^11.9.3" ,
2022-01-11 07:35:12 +03:00
"@mui-treasury/styles" : "^1.13.1" ,
"@mui/icons-material" : "^5.2.5" ,
2022-07-11 16:35:15 +03:00
"@mui/lab" : "^5.0.0-alpha.89" ,
2022-06-29 20:32:14 +03:00
"@mui/material" : "^5.8.6" ,
"@mui/styles" : "^5.8.6" ,
2022-01-11 07:35:12 +03:00
"@testing-library/jest-dom" : "^5.16.1" ,
"@testing-library/react" : "^12.1.2" ,
"@testing-library/user-event" : "^13.5.0" ,
"axios" : "^0.24.0" ,
2022-09-30 18:51:54 +03:00
"downshift" : "^6.1.12" ,
"lodash" : "^4.17.21" ,
2022-07-09 22:41:01 +03:00
"luxon" : "^2.4.0" ,
2022-06-02 18:58:49 +03:00
"npm" : "^8.11.0" ,
2022-03-17 04:34:39 +03:00
"nth-check" : "^2.0.1" ,
2022-01-11 07:35:12 +03:00
"react" : "^17.0.2" ,
"react-dom" : "^17.0.2" ,
"react-router-dom" : "^6.2.1" ,
"web-vitals" : "^2.1.3"
} ,
2022-07-22 15:23:01 +03:00
"devDependencies" : {
2022-09-27 12:28:26 +03:00
"eslint" : "^8.23.1" ,
"eslint-config-prettier" : "^8.5.0" ,
"eslint-plugin-prettier" : "^4.2.1" ,
"eslint-plugin-react" : "^7.31.8" ,
"prettier" : "^2.7.1" ,
2022-07-22 15:23:01 +03:00
"react-scripts" : "^5.0.1"
} ,
2022-01-11 07:35:12 +03:00
"scripts" : {
"start" : "react-scripts start" ,
"build" : "react-scripts build" ,
2022-08-13 20:09:27 +03:00
"test" : "react-scripts test --detectOpenHandles" ,
2022-08-29 18:46:40 +03:00
"test:coverage" : "react-scripts test --coverage" ,
2022-09-27 12:28:26 +03:00
"lint" : "eslint -c .eslintrc.json --ext .js,.jsx ." ,
"lint:fix" : "npm run lint -- --fix" ,
"format" : "prettier --write ./**/*.{js,jsx,ts,tsx,css,md,json} --config ./.prettierrc" ,
2022-01-11 07:35:12 +03:00
"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"
]
}
}