-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.48 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
{
"name": "@stickyboard/recharts",
"version": "0.1.18",
"description": "Recharts components for StickyBoard",
"main": "dist/index.js",
"scripts": {
"test": "recharts",
"start": "webpack --watch",
"build": "webpack"
},
"dependencies": {
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"recharts": "^1.8.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soaple/stickyboard-recharts.git"
},
"keywords": [
"stickyboard",
"react",
"dashboard",
"recharts"
],
"author": "soaple",
"license": "MIT",
"bugs": {
"url": "https://github.com/soaple/stickyboard-recharts/issues"
},
"homepage": "https://github.com/soaple/stickyboard-recharts#readme",
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-syntax-export-default-from": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"babel-eslint": "^7.1.1",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"style-loader": "^1.1.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}