-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.69 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
{
"name": "wedo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack",
"dev": "webpack serve",
"start": "webpack-dev-server",
"build:ml": "webpack --config ./webpack.config.ml.js --mode development"
},
"author": "",
"license": "MIT",
"dependencies": {
"@devbookhq/splitter": "^1.3.2",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"ag-grid-community": "^28.2.0",
"ag-grid-react": "^28.2.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"echarts": "^5.4.0",
"flexlayout-react": "^0.7.4",
"query-string": "^7.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-router-dom": "6",
"rxjs": "^7.5.7",
"style-loader": "^3.3.1"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@types/react-router-dom": "^5.3.3",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"eslint-webpack-plugin": "^3.2.0",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"node-sass": "^7.0.3",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"sass-loader": "^13.1.0",
"source-map-loader": "^4.0.1",
"ts-loader": "^9.3.1",
"typescript": "^4.8.4",
"url-loader": "^4.1.1",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
}
}