-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
134 lines (134 loc) · 4.66 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "weather",
"version": "1.0.0",
"private": true,
"author": "Gruzchick <[email protected]>",
"license": "MIT",
"scripts": {
"docker": "docker-compose up",
"start": "webpack-dev-server --config webpack-configs/webpack.dev.js",
"build": "webpack --config webpack-configs/webpack.prod.js",
"serve": "node server.js",
"analize": "webpack-bundle-analyzer ./dist/stats.json",
"eslint": "eslint ./src/**/*.{ts,tsx} --config ./.eslintrc",
"eslint:fix": "eslint ./src/**/*.{ts,tsx} --config ./.eslintrc --fix",
"eslint:dump": "eslint --print-config ./.eslintrc",
"prettier": "prettier --config ./.prettierrc --ignore-path ./.prettierignore --check \"./src/**/*.{ts,tsx}\"",
"prettier:fix": "prettier --config ./.prettierrc --ignore-path ./.prettierignore --check \"./src/**/*.{ts,tsx}\" --write",
"slint": "stylelint './src/**/*.{ts,tsx}'",
"slint:fix": "stylelint './src/**/*.{ts,tsx}' --fix",
"checktypes": "tsc --noEmit",
"check:code": "yarn eslint; yarn slint; yarn prettier",
"fix": "yarn eslint:fix ; yarn slint:fix ; yarn prettier:fix"
},
"lint-staged": {
"./src/**/*.{ts,tsx}": [
"stylelint",
"eslint --config ./.eslintrc",
"prettier --config ./.prettierrc --ignore-path ./.prettierignore --check"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged && tsc --noEmit"
}
},
"dependencies": {
"@babel/core": "7.10.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.10.3",
"@babel/plugin-proposal-optional-chaining": "7.10.3",
"@babel/preset-env": "7.10.3",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@emotion/babel-preset-css-prop": "^10.0.27",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@hot-loader/react-dom": "^16.13.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@reduxjs/toolkit": "1.4.0",
"@testing-library/jest-dom": "5.10.1",
"@testing-library/react": "10.4.1",
"@testing-library/user-event": "12.0.7",
"@types/history": "^4.7.6",
"@types/jest": "26.0.2",
"@types/jsonwebtoken": "^8.5.0",
"@types/qs": "^6.9.3",
"@types/react": "16.9.41",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.9",
"@types/react-router": "5.1.8",
"@types/react-router-dom": "^5.1.5",
"@types/react-select": "^3.0.13",
"@types/redux-logger": "^3.0.8",
"@types/webpack-env": "^1.15.2",
"@types/yup": "^0.29.3",
"@typescript-eslint/eslint-plugin": "3.4.0",
"@typescript-eslint/parser": "3.4.0",
"@welldone-software/why-did-you-render": "^4.2.5",
"axios": "^0.19.2",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"connected-react-router": "^6.8.0",
"css-loader": "^3.6.0",
"emotion-theming": "^10.0.27",
"eslint": "7.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "2.21.2",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.2",
"eslint-plugin-simple-import-sort": "^5.0.3",
"eslint-plugin-sonarjs": "^0.5.0",
"express": "^4.17.1",
"file-loader": "^6.0.0",
"fork-ts-checker-webpack-plugin": "5.0.5",
"formik": "^2.1.4",
"history": "4.10.1",
"html-webpack-plugin": "^4.3.0",
"husky": "^4.2.5",
"i18next": "19.5.1",
"jsonwebtoken": "^8.5.1",
"jss-plugin-template": "^10.3.0",
"lint-staged": "10.2.11",
"lodash": "^4.17.20",
"prettier": "^2.1.2",
"qs": "^6.9.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hot-loader": "^4.12.21",
"react-i18next": "11.7.0",
"react-query": "^2.23.0",
"react-query-devtools": "2.5.1",
"react-redux": "^7.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-select": "^3.1.0",
"react-select-async-paginate": "^0.4.0-alpha.1",
"react-toastify": "^6.0.8",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"style-loader": "^1.2.1",
"stylelint": "13.6.1",
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"stylelint-webpack-plugin": "^2.1.0",
"ts-toolbelt": "^6.13.11",
"typescript": "^3.9.7",
"url-loader": "^4.1.0",
"webpack": "^5.0.0-beta.18",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2",
"webpack-stats-plugin": "^0.3.2",
"yup": "^0.29.1"
},
"scarfSettings": {
"enabled": false
}
}