-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.06 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
{
"private": true,
"dependencies": {
"@babel/plugin-transform-runtime": "^7.12.17",
"@nivo/bump": "^0.67.0",
"@nivo/calendar": "^0.67.0",
"@nivo/core": "^0.67.0",
"@nivo/line": "^0.67.0",
"@nivo/scatterplot": "^0.67.0",
"@nivo/chord": "^0.67.0",
"@nivo/waffle": "^0.67.0",
"@nivo/voronoi": "^0.67.0",
"@nivo/pie": "^0.67.0",
"@nivo/parallel-coordinates": "^0.67.0",
"@nivo/stream": "^0.67.0",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"babel-loader": "^8.0.4",
"eslint": "^7.20.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2"
},
"scripts": {
"watch": "webpack --watch",
"build": "webpack"
}
}