-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.16 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.16 KB
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
{
"name": "react-chart-js-preprocessor",
"version": "1.1.1",
"description": "Preprocessor to accept data and simple configuration, then create powerful controllers that generate and manage inputs to react-chart-js",
"main": "build/index.js",
"license": "MIT",
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"test": "mocha",
"compile": "babel src -d compile"
},
"author": {
"name": "Brad Garner",
"email": "brad@bradgarner.com"
},
"peerDependencies": {
"browser-helpers": "^0.1.1",
"chart.js": "^4.4.0",
"conjunction-junction": "^3.13.53",
"pretty-colors": "^0.1.0",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"something-rather-iconic": "^1.0.37"
},
"devDependencies": {
"@babel/plugin-proposal-function-bind": "^7.22.5",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@babel/preset-stage-0": "^7.8.3",
"babel-core": "^6.26.3",
"babel-loader": "^9.1.3",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.24.1",
"webpack": "^5.75.0",
"webpack-cli": "^3.3.10"
}
}