-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
155 lines (155 loc) · 5.15 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "react-starter",
"version": "1.0.0",
"private": true,
"description": "Starter Project For React Base on TypeScript + Redux + Webpack",
"main": "index.js",
"author": "Amirhossein D.Z",
"license": "MIT",
"scripts": {
"clean": "rimraf build/",
"husky": "husky install",
"build": "yarn run clean && webpack --config ./webpack/webpack.prod.js",
"start": "yarn && webpack serve --config ./webpack/webpack.dev.js",
"mono-icon": "svg2sprite ./src/icons/mono-icons ./public/mono-sprite.svg --stripAttrs fill --stripAttrs stroke --stripAttrs id --iconPrefix icon_ --stripStyles --stripEmptyTags",
"color-icon": "svg2sprite ./src/icons/color-icons ./public/color-sprite.svg --stripAttrs stroke --stripAttrs id --iconPrefix icon_",
"jest": "jest -c jest.config.js --coverage",
"jest:watch": "jest -c jest.config.js --watch",
"lint": "eslint . --ext .ts,.tsx",
"lint-fix": "eslint . --ext .ts,.tsx --fix",
"lint-fix-file": "eslint --fix",
"component": "node cli/component.js",
"scp": "node scp.js"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^12.0.0",
"@types/commander": "^2.12.2",
"@types/enzyme": "^3.10.8",
"@types/jest": "^26.0.22",
"@types/lodash": "^4.14.165",
"@types/moment-duration-format": "^2.2.2",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-redux": "^7.1.14",
"@types/react-router-dom": "^5.1.6",
"@types/react-router-redux": "^5.0.18",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^3.11.3",
"@types/webpack-env": "^1.16.0",
"@types/websocket": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@webpack-cli/init": "^1.0.3",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
"add-asset-html-webpack-plugin": "^3.1.3",
"autoprefixer": "^10.2.5",
"awesome-typescript-loader": "^5.2.1",
"browser-sync": "^2.26.13",
"browser-sync-webpack-plugin": "^2.3.0",
"chalk": "^4.1.1",
"change-case": "^4.1.2",
"commander": "^8.0.0",
"copy-webpack-plugin": "^9.0.0",
"create-file": "^1.0.1",
"css-loader": "^6.2.0",
"enzyme": "^3.11.0",
"error-overlay-webpack-plugin": "^0.4.2",
"eslint": "^7.25.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-filename-checker": "^0.1.3",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"husky": "^7.0.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.4",
"jsdoc": "^3.6.6",
"make-dir": "^3.1.0",
"mini-css-extract-plugin": "^2.1.0",
"node-sass": "^6.0.0",
"node-ssh": "^12.0.0",
"optimize-css-assets-webpack-plugin": "^6.0.0",
"os-browserify": "^0.3.0",
"postcss": "^8.2.12",
"postcss-loader": "^6.1.0",
"react-dev-utils": "^11.0.4",
"react-hot-loader": "^4.13.0",
"redux-devtools": "^3.7.0",
"rimraf": "^3.0.2",
"sass-loader": "^12.1.0",
"scp2": "^0.5.0",
"source-map-loader": "^3.0.0",
"style-loader": "^3.2.1",
"svg2sprite-cli": "^2.0.1",
"terser-webpack-plugin": "^5.0.3",
"ts-jest": "^27.0.3",
"ts-loader": "^9.2.4",
"tslint-webpack-plugin": "^2.1.0",
"typescript": "^4.3.5",
"url-loader": "^4.1.1",
"webpack": "^5.35.1",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@date-io/jalaali": "^2.10.8",
"@date-io/moment": "1.x",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.3.10",
"@persian-tools/persian-tools": "^1.6.1",
"@react-corekit/use-idle": "^1.1.0",
"@reduxjs/toolkit": "^1.5.1",
"@sentry/react": "^6.3.1",
"@sentry/tracing": "^6.3.1",
"@types/react-adaptive-hooks": "^0.0.1",
"@types/react-hammerjs": "^1.0.1",
"axios": "^0.21.1",
"clsx": "^1.1.1",
"eslint-config-google": "^0.14.0",
"file-replace-loader": "^1.3.2",
"fontsource-roboto": "^4.0.0",
"formik": "^2.2.6",
"i18next": "^20.3.5",
"i18next-chained-backend": "^3.0.2",
"i18next-localstorage-backend": "^3.1.2",
"i18next-parser": "^4.2.0",
"i18next-xhr-backend": "^3.2.2",
"jalali-moment": "^3.3.10",
"jss": "^10.6.0",
"jss-rtl": "^0.3.0",
"jwt-decode": "^3.1.2",
"material-react-toastify": "^1.0.1",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"moment-timer": "^1.3.0",
"moment-transform": "^1.0.1",
"qr-scanner": "^1.2.0",
"react": "^17.0.2",
"react-adaptive-hooks": "^0.0.8",
"react-customizable-progressbar": "^1.0.2",
"react-scrollbars-custom": "^4.0.25",
"react-dom": "^17.0.2",
"react-hammerjs": "^1.0.1",
"react-i18next": "^11.8.13",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"redux": "^4.1.0",
"rxjs": "^7.2.0",
"styled-components": "^5.2.3",
"yarn": "^1.22.10",
"yup": "^0.32.9"
},
"browserslist": [
"defaults",
"not ie < 11",
"last 2 versions",
"> 1%",
"iOS 7",
"last 3 iOS versions"
]
}