-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
149 lines (149 loc) · 4.91 KB
/
package.json
File metadata and controls
149 lines (149 loc) · 4.91 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
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
{
"name": "react-mobx-tsc",
"version": "1.0.0",
"description": "타입스크립트 각종 데모프로젝트",
"main": "bundle.js",
"authors": [
"zzanggar07 <zzanggar07@nate.com>"
],
"scripts": {
"install": "npm install",
"update": "npm update",
"build-debug-js": "webpack --env=dev -d --progress --display-error-details",
"build-js": "webpack --env=release --progress --display-error-details && uglifyjs src/main/resources/static/js/build.js --output src/main/resources/static/js/build.js",
"dev": "webpack-dev-server --inline --hot --progress --config webpack.dev.js",
"watch": "webpack --env=dev --watch --config webpack.config.js",
"start": "npm run dev"
},
"dependencies": {
"axios": "^0.18.0",
"axios-cancel": "^0.2.2",
"bootstrap": "^4.1.1",
"chart.js": "2.8.0",
"circular-json": "^0.5.5",
"classlist-polyfill": "^1.2.0",
"cleave.js": "^1.5.2",
"collections": "^5.1.2",
"compression-webpack-plugin": "1.1.12",
"core-decorators": "^0.20.0",
"core-js": "^2.5.7",
"email-validator": "^2.0.4",
"getusermedia": "^2.0.1",
"glamor": "^2.20.40",
"history": "^4.7.2",
"iconv-lite": "^0.4.23",
"imports-loader": "^0.8.0",
"jquery": "^3.3.1",
"lodash": "^4.17.15",
"media-recorder-stream": "^2.2.0",
"mobx": "^5.13.0",
"mobx-react": "^5.2.3",
"mobx-react-devtools": "^6.0.2",
"mobx-utils": "^5.4.1",
"mobx-state-tree": "^3.15.0",
"moment": "^2.22.2",
"moment-duration-format": "2.2.2",
"moment-jdateformatparser": "1.1.0",
"promise.prototype.finally": "^3.1.1",
"prop-types": "^15.6.2",
"query-string": "5.x.x",
"raf": "^3.4.0",
"random-color": "^1.0.1",
"react-audio-player": "^0.11.1",
"react-bootstrap": "^0.32.1",
"react-bootstrap4-modal": "^1.7.4",
"react-broadcast": "^0.7.1",
"react-button-loaders": "^0.0.1",
"react-chartjs-2": "^2.7.6",
"react-chat-ui": "^0.3.2",
"react-content-loader": "^4.2.2",
"react-datepicker": "1.8.0",
"react-device-detect": "1.6.2",
"react-dropzone": "^4.2.13",
"react-file-download": "^0.3.5",
"react-files": "^2.4.8",
"react-fileupload-progress": "^0.4.1",
"react-highlight-words": "^0.16.0",
"react-if": "^3.1.3",
"react-js-pagination": "^3.0.1",
"react-lazyload": "^2.6.2",
"react-loading": "^2.0.2",
"react-loading-overlay": "^1.0.1",
"react-mic": "^9.2.0",
"react-moment": "^0.7.9",
"react-notify-toast": "0.5.0",
"react-scripts": "^1.1.4",
"react-scroll-to-bottom": "^1.3.2",
"react-select": "3.0.4",
"react-speech-recognition": "^1.0.6",
"react-table": "^6.10.3",
"react-tabs": "^2.3.1",
"react-tag-cloud": "^1.2.0",
"react-text-mask": "^5.4.3",
"reactjs-file-uploader": "^1.0.8",
"read-excel-file": "^4.0.1",
"save-file": "^1.2.0",
"stringformat": "^0.0.5",
"web-audio-api": "^0.2.2",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@types/react-router-dom": "^5.1.3",
"@types/react-notify-toast": "^0.5.2",
"@types/moment-duration-format": "^2.2.2",
"@types/lodash": "^4.14.149",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-router-dom": "^5.1.2",
"regenerator-runtime": "^0.13.3"
},
"devDependencies": {
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.4",
"@babel/runtime": "^7.7.7",
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.6.0",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^23.2.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-decorators": "^6.24.1",
"babelify": "^8.0.0",
"chalk": "^2.4.1",
"css-loader": "0.28.11",
"enzyme": "^3.3.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.9.0",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^1.7.0",
"file-loader": "4.1.0",
"inquirer": "^6.5.2",
"jest": "^23.3.0",
"laravel-mix": "^2.1.11",
"later": "^1.2.0",
"node-sass": "4.12.0",
"prettier": "^1.19.1",
"react-test-renderer": "^16.9.0",
"sass-loader": "7.1.0",
"scss-loader": "0.0.1",
"style-loader": "0.23.1",
"tslint": "^5.20.1",
"tslint-lines-between-class-members": "^1.2.4",
"url-loader": "2.1.0",
"typescript": "^3.6.3",
"webpack": "^3.12.0",
"webpack-dev-server": "^3.8.1"
}
}