#8. Добавление алиасов, разделение на чанки, разделение на страницы, организация фвйловой структуры (#9)
This commit is contained in:
15
package.json
15
package.json
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "tracker",
|
||||
"name": "free-your-brain",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
@ -9,17 +9,13 @@
|
||||
"@most/adapter": "^1.0.0",
|
||||
"@most/core": "^1.6.1",
|
||||
"@most/scheduler": "^1.3.0",
|
||||
"@most/types": "^1.1.0",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"axios": "^0.21.0",
|
||||
"date-fns": "^2.16.1",
|
||||
"file-loader": "^6.2.0",
|
||||
"fp-ts": "^2.8.5",
|
||||
"lodash": "^4.17.20",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"react-scripts": "4.0.0",
|
||||
"ts-loader": "^8.0.7",
|
||||
"typescript": "^4.0.3"
|
||||
},
|
||||
@ -38,12 +34,14 @@
|
||||
"@babel/core": "^7.12.3",
|
||||
"@babel/preset-env": "^7.12.1",
|
||||
"@babel/preset-typescript": "^7.12.1",
|
||||
"@most/types": "^1.1.0",
|
||||
"@types/jest": "^26.0.15",
|
||||
"@types/lodash": "^4.14.165",
|
||||
"@types/node": "^12.19.1",
|
||||
"@types/react": "^16.9.53",
|
||||
"@types/react-dom": "^16.9.8",
|
||||
"@types/react-router-dom": "^5.1.6",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.6.0",
|
||||
"@typescript-eslint/parser": "^4.6.0",
|
||||
"babel-jest": "^26.6.1",
|
||||
@ -51,13 +49,16 @@
|
||||
"css-loader": "^5.0.0",
|
||||
"eslint": "^7.12.1",
|
||||
"eslint-config-prettier": "^6.15.0",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-jest": "^24.1.3",
|
||||
"eslint-plugin-prettier": "^3.1.4",
|
||||
"eslint-plugin-react": "^7.21.5",
|
||||
"eslint-plugin-react-hooks": "^4.2.0",
|
||||
"gh-pages": "^3.1.0",
|
||||
"html-webpack-plugin": "^4.5.0",
|
||||
"file-loader": "^6.2.0",
|
||||
"html-webpack-plugin": "^5.0.0-beta.1",
|
||||
"mini-css-extract-plugin": "^1.2.1",
|
||||
"prettier": "^2.1.2",
|
||||
"react-scripts": "^4.0.1",
|
||||
"sass": "^1.28.0",
|
||||
"sass-loader": "^10.0.4",
|
||||
"webpack": "^5.3.2",
|
||||
|
||||
Reference in New Issue
Block a user