-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.81 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.81 KB
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
{
"name": "admin",
"version": "1.0.0",
"scripts": {
"start:dev": "webpack-dev-server --config webpack.dev.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build:prod": "webpack --config webpack.prod.js --env env=prod",
"serve": "serve -s dist/prod -l 3002"
},
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.11.1",
"@team-monite/sdk-api": "^2.3.1",
"@team-monite/ui-widgets-react": "^2.4.1",
"formik": "^2.2.9",
"history": "^4.7.2",
"humanize-string": "^3.0.0",
"lodash": "^4.17.21",
"mobx": "^6.8.0",
"mobx-react": "^7.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-mobx": "^0.0.4",
"react-modal": "^3.16.1",
"react-router-dom": "^5.3.4",
"react-select": "^5.7.4",
"react-toastify": "^9.1.2",
"styled-components": "^5.3.9",
"yup": "^1.0.2"
},
"devDependencies": {
"@babel/core": "7.15.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.21.0",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.15.0",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@mobx-devtools/tools": "^0.0.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@types/classnames": "^2.3.1",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash": "^4.14.158",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"@types/react-modal": "^3.16.0",
"@types/react-router-dom": "5.3.3",
"@types/styled-components": "^5.1.26",
"@types/webpack-env": "^1.16.2",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"babel-core": "6.26.3",
"babel-eslint": "^10.1.0",
"babel-loader": "9.1.2",
"babel-plugin-styled-components": "^2.0.7",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-plugin-typescript-to-proptypes": "2.0.0",
"babel-preset-env": "1.7.0",
"classnames": "^2.3.2",
"css-loader": "6.7.3",
"eslint": "8.34.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.0.8",
"file-loader": "5.1.0",
"fork-ts-checker-webpack-plugin": "4.0.5",
"html-webpack-plugin": "5.3.2",
"mini-css-extract-plugin": "2.2.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"prettier": "^2.8.4",
"react-refresh": "^0.10.0",
"serve": "^14.2.1",
"start-server-and-test": "^1.10.8",
"style-loader": "3.2.1",
"svg-url-loader": "7.1.1",
"terser-webpack-plugin": "2.3.5",
"ts-loader": "^9.4.2",
"typescript": "4.9.5",
"webpack": "5.51.0",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.11.1",
"webpack-merge": "5.8.0"
}
}