|
| 1 | +{ |
| 2 | + "name": "bootstrap", |
| 3 | + "version": "0.0.1", |
| 4 | + "private": true, |
| 5 | + "contributors": [ |
| 6 | + |
| 7 | + ], |
| 8 | + "scripts": { |
| 9 | + "build": "webpack build --config-name build", |
| 10 | + "lint": "eslint ./src/", |
| 11 | + "lint:fix": "yarn lint --fix", |
| 12 | + "lint:i18": "node tools/i18next/main.js -u -m --config tools/i18next/i18next-scanner.config.js", |
| 13 | + "start": "webpack serve --config-name dev" |
| 14 | + }, |
| 15 | + "dependencies": { |
| 16 | + "@babel/core": "^7.17.9", |
| 17 | + "@date-io/date-fns": "^2.13.1", |
| 18 | + "@emotion/react": "^11.8.1", |
| 19 | + "@emotion/styled": "^11.8.1", |
| 20 | + "@mui/icons-material": "^5.6.2", |
| 21 | + "@mui/material": "^5.6.2", |
| 22 | + "@mui/system": "^5.6.2", |
| 23 | + "@mui/x-date-pickers": "^5.0.0-alpha.1", |
| 24 | + "date-fns": "^2.28.0", |
| 25 | + "i18next": "^21.6.12", |
| 26 | + "react": "^18.0.0", |
| 27 | + "react-dom": "^18.0.0", |
| 28 | + "react-i18next": "^11.16.7", |
| 29 | + "react-router-dom": "^6.3.0" |
| 30 | + }, |
| 31 | + "devDependencies": { |
| 32 | + "@types/react": "18.0.5", |
| 33 | + "@types/react-dom": "^18.0.1", |
| 34 | + "@typescript-eslint/eslint-plugin": "^5.20.0", |
| 35 | + "@typescript-eslint/parser": "^5.20.0", |
| 36 | + "argparse": "^2.0.1", |
| 37 | + "copy-webpack-plugin": "^10.2.4", |
| 38 | + "eslint": "^8.13.0", |
| 39 | + "eslint-config-prettier": "^8.5.0", |
| 40 | + "eslint-plugin-prettier": "^4.0.0", |
| 41 | + "eslint-plugin-react": "^7.29.2", |
| 42 | + "eslint-plugin-unicorn": "^42.0.0", |
| 43 | + "eslint-webpack-plugin": "^3.1.1", |
| 44 | + "html-webpack-plugin": "^5.5.0", |
| 45 | + "i18next-scanner": "^3.0.1", |
| 46 | + "prettier": "^2.6.2", |
| 47 | + "ts-loader": "9.2.8", |
| 48 | + "typescript": "4.6.3", |
| 49 | + "webpack": "^5.72.0", |
| 50 | + "webpack-cli": "^4.9.2", |
| 51 | + "webpack-dev-server": "^4.8.1" |
| 52 | + } |
| 53 | +} |
0 commit comments