-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.75 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
{
"name": "jobHax-Client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --mode development --watch --open",
"build": "webpack-dev-server --mode production --watch --open"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"babel-plugin-import": "^1.12.2",
"babel-polyfill": "^6.26.0",
"compression-webpack-plugin": "^3.0.0",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"node-sass": "^4.11.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.28.4",
"webpack-bundle-analyzer": "^3.5.2",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"antd": "^3.16.6",
"axios": "^0.18.0",
"classnames": "^2.2.6",
"draft-js": "^0.11.0",
"draftjs-to-html": "^0.8.4",
"echarts": "^4.1.0",
"echarts-for-react": "^2.0.14",
"html-react-parser": "^0.7.0",
"html-to-draftjs": "^1.4.0",
"prop-types": "^15.7.2",
"react-cookie": "^4.0.0",
"react-dnd": "^7.3.1",
"react-dnd-html5-backend": "^7.2.0",
"react-draft-wysiwyg": "^1.13.2",
"react-geosuggest": "^2.12.0",
"react-google-maps": "^9.4.5",
"react-highlight-words": "^0.16.0",
"react-router-dom": "^4.3.1",
"react-telephone-input": "^4.73.4",
"recompose": "^0.30.0"
}
}