forked from grimesfive/archeage-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 3.21 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
{
"name": "@mokulu-io/archeage-tools",
"version": "2.4.1",
"description": "ArcheAge Tools App",
"main": "''",
"scripts": {
"build": "webpack --config webpack.production.config.js --progress --profile --colors",
"start": "webpack-dev-server --progress --profile --colors",
"dev": " webpack-dashboard -- webpack-dev-server --progress --profile --colors"
},
"repository": "https://github.com/Mokulu-io/archeage-tools",
"author": "Mokulu",
"private": true,
"dependencies": {
"@material-ui/core": "^4.10.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.55",
"@material-ui/styles": "^4.10.0",
"@toast-ui/editor": "^3.0.0",
"@toast-ui/react-editor": "^3.0.0",
"axios": "^0.21.1",
"classnames": "^2.2.6",
"connected-react-router": "^6.8.0",
"copy-webpack-plugin": "^6.0.2",
"dotenv": "^8.2.0",
"history": "^4.10.1",
"imports-loader": "^0.8.0",
"js-cookie": "^2.2.1",
"linkify-it": "^2.2.0",
"lodash": ">=4.17.21",
"lodash.debounce": "^4.0.8",
"moment": "^2.26.0",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.31",
"node-sass": "^4.14.1",
"ramda": "^0.27.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-draft-wysiwyg": "^1.14.6",
"react-redux": "^7.1.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-select": "^3.0.8",
"react-sticky-el": "^1.1.0",
"react-text-mask": "^5.4.3",
"redux": "^4.0.4",
"redux-devtools": "^3.5.0",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^1.4.0",
"redux-router": "^2.1.2",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@babel/runtime": "^7.10.2",
"@hot-loader/react-dom": "^16.9.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-wildcard": "^6.0.0",
"css-loader": "^3.5.3",
"eslint": "^7.3.1",
"eslint-plugin-react": "^7.20.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"postcss-loader": "^3.0.0",
"react-hot-loader": "^4.12.21",
"react-proptypes": "^1.0.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-cli": "^3.3.11",
"webpack-dashboard": "^3.2.0",
"webpack-dev-server": "^3.11.0"
},
"resolutions": {
"elliptic": ">=6.5.4",
"ini": ">=1.3.6",
"lodash": ">=4.17.19",
"minimist": ">=0.2.1",
"node-fetch": ">=2.6.1",
"node-forge": ">=0.10.0",
"node-gyp": ">=6.0.0",
"socket.io": ">=2.4.0",
"ssri": ">=8.0.1",
"websocket-extensions": "0.1.4",
"yargs-parser": ">=18.1.2"
}
}