forked from plouc/nivo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.65 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "nivo",
"private": true,
"licenses": [
{
"type": "MIT",
"url": "https://github.com/plouc/nivo/blob/master/LICENSE.md"
}
],
"repository": {
"type": "git",
"url": "git://github.com/plouc/nivo"
},
"author": {
"name": "Raphaël Benitte",
"url": "https://github.com/plouc"
},
"keywords": [],
"devDependencies": {
"@babel/core": "^7.10.3",
"@ekino/config": "^0.3.0",
"@nivo/generators": "*",
"@rollup/plugin-babel": "^5.0.3",
"@rollup/plugin-node-resolve": "^8.0.1",
"@storybook/addon-actions": "^6.0.26",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-knobs": "^6.0.26",
"@storybook/addon-links": "^6.0.26",
"@storybook/addon-storysource": "^6.0.26",
"@storybook/addons": "^6.0.26",
"@storybook/react": "^6.0.26",
"@storybook/theming": "^6.0.26",
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.149",
"@types/react": "^16.9.16",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"@wyze/clog-cli": "^1.0.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0",
"babel-loader": "^8.1.0",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-react-app": "^9.1.2",
"chalk": "^2.4.2",
"core-js": "^3.0.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"gh-pages": "^1.0.0",
"jest": "^26.0.1",
"jsdom": "^16.2.2",
"lerna": "^3.22.1",
"lodash": "^4.17.15",
"prettier": "^2.0.5",
"prop-types": "^15.7.2",
"puppeteer": "^0.13.0",
"raf": "^3.4.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-test-renderer": "^16.8.6",
"rollup": "^2.17.1",
"rollup-plugin-cleanup": "^3.1.1",
"rollup-plugin-prettier": "^2.1.0",
"rollup-plugin-size": "^0.2.2",
"rollup-plugin-strip-banner": "^2.0.0",
"rollup-plugin-visualizer": "^4.2.0",
"serve": "^11.2.0",
"typescript": "^4.0.5"
},
"resolutions": {
"react": "16.8.6",
"react-dom": "16.8.6"
},
"scripts": {
"changelog": "rm CHANGELOG.md && node scripts/generate-changelog.js",
"make:init": "make init",
"version": "yarn changelog && node scripts/bump-peer-deps.js"
},
"workspaces": [
"packages/*",
"api",
"website"
],
"dependencies": {
"npm-normalize-package-bin": "^1.0.1"
}
}