-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
144 lines (144 loc) · 4.97 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "react-mapfilter",
"main": "commonjs/index.js",
"module": "esm/index.js",
"scripts": {
"check": "npm run check:used && npm run check:unused",
"check:used": "dependency-check ./package.json --detective precinct",
"check:unused": "dependency-check ./package.json --no-dev --detective precinct --unused",
"prettier": "pretty-quick",
"lint": "eslint '**/*.js'",
"flow": "flow",
"flow-typed": "flow-typed install -s -i peer",
"build:translations": "node scripts/build-translations.js",
"build:esm": "rimraf esm && BABEL_ENV=esm babel src --ignore 'src/**/*.test.js','src/**/*.stories.js' --out-dir esm --source-maps",
"build:cjs": "rimraf commonjs && BABEL_ENV=cjs babel src --ignore 'src/**/*.test.js','src/**/*.stories.js' --out-dir commonjs --source-maps",
"build": "npm run build:translations & npm run build:esm & npm run build:cjs",
"extract-messages": "node scripts/extract-messages.js",
"prepublish": "npm run build",
"storybook": "BABEL_ENV=cjs start-storybook -p 6006 --ci",
"build-storybook": "build-storybook",
"test": "jest"
},
"husky": {
"hooks": {
"pre-commit": "npm run extract-messages && pretty-quick --staged"
}
},
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.10.4",
"@babel/plugin-transform-flow-comments": "^7.10.4",
"@babel/plugin-transform-flow-strip-types": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.10.4",
"@babel/preset-flow": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@digidem/extract-react-intl-messages": "^2.0.2",
"@storybook/addon-actions": "^5.2.1",
"@storybook/addon-info": "^5.2.1",
"@storybook/addon-knobs": "^5.2.1",
"@storybook/addon-links": "^5.2.1",
"@storybook/addons": "^5.2.1",
"@storybook/react": "^5.2.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-flow-react-proptypes": "^25.1.0",
"babel-plugin-react-intl-auto": "^2.3.0",
"babel-plugin-react-intl-id-hash": "^2.0.0",
"babel-tap": "^5.0.0",
"csstype": "^2.6.6",
"dependency-check": "^4.1.0",
"eslint": "^6.4.0",
"eslint-config-prettier": "^6.3.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.17.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1",
"eslint-plugin-standard": "^4.0.1",
"extract-react-intl-messages": "^2.3.3",
"flow-bin": "^0.102.0",
"flow-geojson": "^2.0.7",
"flow-typed": "^2.6.1",
"glob": "^7.1.4",
"husky": "^3.0.5",
"jest": "^24.9.0",
"mkdirp": "^0.5.1",
"precinct": "^6.1.2",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-storybook-addon-props-combinations": "^1.1.0",
"rimraf": "^3.0.0",
"storybook-addon-intl": "^2.4.1",
"storybook-addon-react-docgen": "^1.2.18",
"tap": "^14.6.5",
"tape": "^4.11.0"
},
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"dependencies": {
"@babel/node": "^7.6.2",
"@babel/register": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@babel/runtime-corejs3": "^7.6.2",
"@date-io/date-fns": "^1.3.11",
"@mapbox/sexagesimal": "^1.2.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.4.1",
"@material-ui/lab": "^4.0.0-alpha.53",
"@material-ui/pickers": "^3.2.6",
"@segment/isodate": "^1.0.3",
"clone-deep": "^4.0.1",
"clsx": "^1.0.4",
"core-js": "^3.2.1",
"date-fns": "^2.3.0",
"get-scrollbar-width": "^1.0.4",
"imagesloaded": "^4.1.4",
"insert-css": "^2.0.0",
"is-equal-shallow": "^0.1.3",
"lodash": "^4.17.15",
"lorem-ipsum": "^2.0.3",
"mapbox-gl": "^1.3.1",
"mapeo-entity-filter": "^2.0.0",
"mapeo-schema": "^1.10.1",
"match-sorter": "^4.0.1",
"mime": "^2.4.4",
"object-path-immutable": "^3.1.1",
"react-image": "^2.2.0",
"react-intl": "^3.2.3",
"react-mapbox-gl": "^4.6.0",
"react-swipeable-views": "0.13.3",
"react-virtualized": "^9.21.1",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5",
"round-to": "^4.0.0",
"use-persisted-state": "^0.3.0",
"utm": "^1.1.1"
},
"description": "These components are designed for viewing data in Mapeo. They share a common interface:",
"version": "3.2.5",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digidem/react-mapfilter.git"
},
"author": "Digital Democracy",
"license": "MIT",
"bugs": {
"url": "https://github.com/digidem/react-mapfilter/issues"
},
"homepage": "https://github.com/digidem/react-mapfilter#readme"
}