Skip to content
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/hello-genetic-algorithm",
"version": "0.1.7",
"version": "0.1.8",
"description": "Hello Genetic Algorithm",
"author": {
"name": "Technote",
Expand All @@ -21,51 +21,51 @@
"main": "build/index.js",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@technote-space/ga-framework": "^0.14.6",
"@technote-space/genetic-algorithms-js": "^0.8.6",
"@technote-space/ga-framework": "^0.14.7",
"@technote-space/genetic-algorithms-js": "^0.8.7",
"axios": "^0.20.0",
"encoding-japanese": "^1.0.30",
"fast-levenshtein": "^3.0.0",
"file-saver": "^2.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"sprintf-js": "^1.1.2"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-transform-react-inline-elements": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/preset-flow": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@babel/core": "^7.12.1",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-react-inline-elements": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-flow": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/encoding-japanese": "^1.0.15",
"@types/encoding-japanese": "^1.0.16",
"@types/fast-levenshtein": "^0.0.1",
"@types/file-saver": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"babel-loader": "^8.1.0",
"babel-plugin-react-html-attrs": "^3.0.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"copy-webpack-plugin": "^6.1.1",
"eslint": "^7.9.0",
"eslint-plugin-react": "^7.21.1",
"copy-webpack-plugin": "^6.2.1",
"eslint": "^7.11.0",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.1.2",
"file-loader": "^6.1.0",
"html-loader": "^1.3.1",
"file-loader": "^6.1.1",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.0",
"husky": "^4.3.0",
"license-checker-webpack-plugin": "^0.1.5",
"lint-staged": "^10.4.0",
"terser-webpack-plugin": "^4.2.2",
"terser-webpack-plugin": "^5.0.0",
"typescript": "^4.0.3",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack": "^5.1.2",
"webpack-cli": "^4.0.0",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.1.4",
"webpack-merge": "^5.2.0",
"write-file-webpack-plugin": "^4.5.1"
},
"port": 5000,
Expand Down
Loading