-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.13 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
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "cw-components",
"version": "1.66.0",
"private": true,
"main": "dist/bundle.js",
"scripts": {
"start": "styleguidist server",
"build": "styleguidist build",
"compile": "webpack",
"dev": "webpack --config webpack-dev.config.js --watch",
"deploy": "yarn run build && gh-pages -d styleguide"
},
"lint-staged": {
"src/**/*.scss": "stylelint --syntax=scss --fix",
"src/**/*.js": [
"prettier --single-quote --write",
"eslint --quiet --fix",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"dependencies": {
"@d3fc/d3fc-discontinuous-scale": "^3.0.7",
"@latticejs/recharts-sunburst": "^1.0.1-beta.3",
"d3-format": "1.3.0",
"d3-hierarchy": "^1.1.8",
"downshift": "^3.2.1",
"react-addons-shallow-compare": "15.6.0",
"react-addons-transition-group": "15.6.2",
"react-collapse": "4.0.3",
"react-dom-factories": "1.0.0",
"react-markdown": "^4.0.4",
"react-modal": "3.5.1",
"react-motion": "0.5.2",
"react-responsive": "5.0.0",
"react-selectize": "3.0.1",
"react-simple-maps": "^0.12.1",
"react-slick": "^0.23.2",
"react-tooltip": "3.6.1",
"react-transition-group": "1.1.2",
"react-truncate": "2.4.0",
"react-virtualized": "9.20.1",
"recharts": "1.8.5",
"recharts-scale": "0.3.2",
"reselect": "3.0.1",
"topojson-client": "^3.0.0"
},
"peerDependencies": {
"classnames": "2.2.6",
"lodash": "4.17.21",
"prop-types": "15.6.2",
"react": "16.8.0",
"react-dom": "16.8.0"
},
"devDependencies": {
"babel-core": "6.25.0",
"babel-eslint": "8.2.6",
"babel-loader": "7.1.1",
"babel-plugin-module-resolver": "3.1.1",
"babel-plugin-recharts": "1.1.1",
"babel-preset-env": "1.6.0",
"babel-preset-latest": "6.22.0",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"classnames": "2.2.6",
"compression-webpack-plugin": "1.1.11",
"directory-named-webpack-plugin": "4.0.0",
"eslint": "4.19.1",
"eslint-config-airbnb": "17.0.0",
"eslint-config-prettier": "2.9.0",
"eslint-config-vizzuality": "1.1.7",
"eslint-import-resolver-webpack": "0.10.1",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-react": "7.10.0",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"file-loader": "1.1.11",
"gh-pages": "1.2.0",
"glob": "7.1.2",
"husky": "1.0.0-rc.13",
"lint-staged": "7.2.0",
"lodash": "4.17.21",
"node-sass": "4.13.1",
"postcss-loader": "2.0.6",
"prettier": "0.11.0",
"prop-types": "15.6.2",
"react": "16.8.0",
"react-dom": "16.8.0",
"react-styleguidist": "7.1.0",
"release": "github:vizzuality/release#4.0.0",
"resolve-url-loader": "2.3.0",
"sass-loader": "7.0.3",
"style-loader": "0.21.0",
"stylelint": "9.4.0",
"stylelint-config-standard": "18.2.0",
"svg-sprite-loader": "3.9.0",
"uglifyjs-webpack-plugin": "1.2.7",
"url-loader": "1.0.1",
"webpack": "4.16.3",
"webpack-bundle-analyzer": "3.3.2",
"webpack-cli": "3.1.0"
}
}