|
24 | 24 | "check-types": "tsc", |
25 | 25 | "clean": "rm -rf node_modules* build*", |
26 | 26 | "clear": "rm -rf build*", |
27 | | - "dev": "yarn clear && NODE_ENV=development webpack --progress --config webpack.dev.js", |
| 27 | + "dev": "yarn clear && NODE_ENV=development webpack --progress --config webpack.dev.js", |
28 | 28 | "kill": "lsof -i:$npm_package_port -t | xargs kill -9", |
29 | 29 | "lint": "eslint './src/**/*.{ts,js,jsx}' --cache", |
30 | 30 | "lint:fix": "eslint './src/**/*.{ts,js,jsx}' --fix", |
31 | 31 | "update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit", |
32 | 32 | "watch": "yarn kill && NODE_ENV=none DEV_SERVER_PORT=$npm_package_port webpack serve" |
33 | 33 | }, |
34 | 34 | "dependencies": { |
35 | | - "@material-ui/core": "^4.12.3", |
36 | | - "@technote-space/ga-framework": "^0.14.21", |
| 35 | + "@mui/material": "^5.11.2", |
| 36 | + "@technote-space/ga-framework": "^0.15.1", |
37 | 37 | "@technote-space/genetic-algorithms-js": "^0.8.27", |
38 | 38 | "axios": "^1.2.1", |
39 | 39 | "encoding-japanese": "^2.0.0", |
|
44 | 44 | "sprintf-js": "^1.1.2" |
45 | 45 | }, |
46 | 46 | "devDependencies": { |
47 | | - "@babel/core": "^7.20.5", |
| 47 | + "@babel/core": "^7.20.7", |
48 | 48 | "@babel/plugin-proposal-class-properties": "^7.18.6", |
49 | | - "@babel/plugin-proposal-object-rest-spread": "^7.20.2", |
| 49 | + "@babel/plugin-proposal-object-rest-spread": "^7.20.7", |
50 | 50 | "@babel/plugin-transform-react-inline-elements": "^7.18.6", |
51 | 51 | "@babel/preset-env": "^7.20.2", |
52 | 52 | "@babel/preset-flow": "^7.18.6", |
|
57 | 57 | "@types/encoding-japanese": "^2.0.1", |
58 | 58 | "@types/fast-levenshtein": "^0.0.2", |
59 | 59 | "@types/file-saver": "^2.0.5", |
60 | | - "@typescript-eslint/eslint-plugin": "^5.47.0", |
61 | | - "@typescript-eslint/parser": "^5.47.0", |
| 60 | + "@typescript-eslint/eslint-plugin": "^5.47.1", |
| 61 | + "@typescript-eslint/parser": "^5.47.1", |
62 | 62 | "babel-loader": "^9.1.0", |
63 | 63 | "babel-plugin-react-html-attrs": "^3.0.5", |
64 | 64 | "babel-plugin-transform-class-properties": "^6.24.1", |
|
79 | 79 | "webpack-dev-server": "^4.11.1", |
80 | 80 | "webpack-merge": "^5.8.0" |
81 | 81 | }, |
82 | | - "port": 5000 |
| 82 | + "port": 5001 |
83 | 83 | } |
0 commit comments