-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
126 lines (126 loc) · 4.12 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
{
"name": "react-typescript-boilerplate",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "cross-env NODE_ENV=development BABEL_ENV=development PORT=3000 node -r babel-register-ts ./scripts/start.ts",
"build": "cross-env NODE_ENV=production BABEL_ENV=production PUBLIC_PATH=\"./\" node -r babel-register-ts ./scripts/build.ts",
"test": "cross-env NODE_ENV=test BABEL_ENV=test jest"
},
"dependencies": {
"@material-ui/core": "^4.5.1",
"@material-ui/icons": "^4.5.1",
"@material-ui/styles": "^4.5.0",
"@uifabric/icons": "^7.3.0",
"antd": "^3.24.0",
"axios": "^0.19.0",
"core-js": "^3.3.2",
"intersection-observer": "^0.7.0",
"lodash": "^4.17.15",
"match-sorter": "^4.0.2",
"mobx": "^5.14.0",
"mobx-react-lite": "^1.5.0",
"moment": "^2.24.0",
"office-ui-fabric-react": "^7.51.0",
"qs": "^6.9.0",
"queueing-subject": "^0.3.4",
"react": "^16.10.2",
"react-app-polyfill": "^1.0.4",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.10.2",
"react-keeper": "^2.2.2",
"react-loadable": "^5.5.0",
"react-virtualized": "^9.21.1",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "^6.5.3",
"rxjs-hooks": "^0.5.1",
"rxjs-websockets": "^8.0.0",
"styled-components": "^4.4.0",
"wolfy87-eventemitter": "^5.2.8"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/plugin-proposal-pipeline-operator": "^7.5.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"@babel/preset-typescript": "^7.6.0",
"@babel/register": "^7.6.2",
"@types/express": "^4.17.1",
"@types/fs-extra": "^8.0.1",
"@types/html-webpack-plugin": "^3.2.1",
"@types/http-proxy-middleware": "^0.19.3",
"@types/jest": "^24.0.19",
"@types/lodash": "^4.14.144",
"@types/match-sorter": "^2.3.0",
"@types/mini-css-extract-plugin": "^0.8.0",
"@types/node": "^12.11.1",
"@types/qs": "^6.5.3",
"@types/react": "^16.9.9",
"@types/react-custom-scrollbars": "^4.0.6",
"@types/react-dom": "^16.9.2",
"@types/react-loadable": "^5.5.2",
"@types/react-virtualized": "^9.21.4",
"@types/styled-components": "^4.1.19",
"@types/webpack": "^4.39.3",
"@types/webpack-dev-server": "^3.1.7",
"@types/webpack-merge": "^4.1.5",
"@typescript-eslint/eslint-plugin": "^2.4.0",
"@typescript-eslint/parser": "^2.4.0",
"autoprefixer": "^9.6.5",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.12.2",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-styled-components": "^1.10.6",
"babel-preset-react-app": "^9.0.2",
"babel-register-ts": "^7.0.0",
"cache-loader": "^4.1.0",
"cross-env": "^6.0.3",
"css-loader": "^3.2.0",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.1.2",
"express": "^4.17.1",
"file-loader": "^4.2.0",
"fork-ts-checker-webpack-plugin": "1.5.1",
"fs-extra": "^8.1.0",
"html-webpack-inline-source-plugin": "^0.0.10",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.20.0",
"jest": "^24.9.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.8.0",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"prettier": "^1.18.2",
"react-dev-utils": "^9",
"react-hot-loader": "^4.12.15",
"single-line-log": "^1.1.2",
"style-loader": "^1.0.0",
"thread-loader": "^2.1.3",
"ts-jest": "^24.1.0",
"ts-loader": "^6.2.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"typescript": "^3.6.4",
"url-loader": "^2.2.0",
"webpack": "^4.41.2",
"webpack-ant-icon-loader": "^1.0.8",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.9",
"webpack-dev-middleware": "^3.7.2",
"webpack-dev-server": "3.8.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-log": "^3.0.1",
"webpack-merge": "^4.2.2"
},
"browserslist": [ "last 1 version", "> 1%", "maintained node versions", "not dead" ]
}