-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.79 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
{
"name": "m-charts",
"version": "1.0.0",
"description": "TODO:基于Canvas的Charts实现",
"main": "webpack.dev.config.js",
"scripts": {
"start": "npm run dev",
"dev": "webpack serve --config ./webpack.dev.conf.js",
"build": "webpack --config ./webpack.prod.conf.js"
},
"dependencies": {
"@types/lodash": "^4.14.168",
"@types/react": "^16.9.55",
"@types/react-dom": "^16.9.8",
"@types/react-router": "^5.1.8",
"@types/react-router-dom": "^5.1.6",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"cra-template": "1.0.3",
"lodash": "^4.17.20",
"mobx": "^6.3.2",
"mobx-react": "^7.2.0",
"react": "^17.0.1",
"react-dom": "^16.14.0",
"react-redux": "^7.2.4",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts-ts": "3.1.0",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"remove-drag-ghosting": "^1.0.4",
"tapable": "^1.1.3",
"tslint": "^6.1.2",
"url-loader": "^4.1.0",
"webpack": "^5.69.1"
},
"devDependencies": {
"awesome-typescript-loader": "^5.2.1",
"chunk-change-time-webpack-plugin": "^1.0.6",
"clean-webpack-plugin": "^3.0.0",
"happypack": "^5.0.1",
"html-webpack-plugin": "^5.5.0",
"loadsh": "0.0.4",
"parcel-bundler": "^1.7.1",
"react-lodash": "^0.1.2",
"sass": "^1.26.10",
"sass-loader": "^9.0.2",
"source-map-loader": "^1.0.1",
"typescript": "^3.9.7",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bojue/M-Charts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bojue/M-Charts/issues"
},
"homepage": "https://github.com/bojue/M-Charts#readme"
}