-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
137 lines (137 loc) · 4.38 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
{
"name": "front-end-scaffold",
"version": "0.3.0",
"private": true,
"scripts": {
"check-types": "tsc --noemit -p tsconfig.json",
"lint": "eslint -c .eslintrc.js --ext .js,.jsx,.ts,.tsx --fix --ignore-path .eslintignore . && yarn check-types",
"test": "start-server-and-test 'yarn dev' 3000 'yarn cypress:run'",
"storybook:dev": "start-storybook -p 6006 -c .storybook",
"storybook:build": "build-storybook -c .storybook",
"postinstall": "husky install"
},
"engines": {
"node": "~16.14 || ~14"
},
"dependencies": {
"@artsy/fresnel": "3.5.0",
"@deck.gl/core": "8.8.20",
"@deck.gl/extensions": "8.8.20",
"@deck.gl/geo-layers": "8.8.20",
"@deck.gl/layers": "8.8.20",
"@deck.gl/mapbox": "8.8.20",
"@deck.gl/mesh-layers": "8.8.20",
"@dnd-kit/core": "6.0.5",
"@dnd-kit/modifiers": "6.0.0",
"@dnd-kit/sortable": "7.0.1",
"@dnd-kit/utilities": "3.2.0",
"@floating-ui/react-dom-interactions": "0.6.1",
"@luma.gl/constants": "8.5.18",
"@popperjs/core": "2.9.2",
"@react-aria/button": "3.6.0",
"@react-aria/focus": "3.7.0",
"@react-aria/i18n": "3.5.1",
"@react-aria/interactions": "3.10.0",
"@react-aria/overlays": "3.10.0",
"@react-aria/searchfield": "3.4.0",
"@react-aria/slider": "3.2.0",
"@react-aria/utils": "3.13.2",
"@react-aria/visually-hidden": "3.4.0",
"@react-stately/searchfield": "3.3.0",
"@react-stately/slider": "3.2.0",
"@react-types/searchfield": "3.3.2",
"@reduxjs/toolkit": "1.5.1",
"@storybook/react": "6.5.10",
"@tailwindcss/aspect-ratio": "0.4.0",
"@tailwindcss/forms": "0.5.1",
"@tailwindcss/line-clamp": "0.4.0",
"@tailwindcss/typography": "^0.5.7",
"@tanstack/react-query": "4.0.10",
"@vizzuality/layer-manager-layers-deckgl": "2.0.2",
"@vizzuality/layer-manager-plugin-mapboxgl": "2.0.2",
"@vizzuality/layer-manager-provider-carto": "2.0.2",
"@vizzuality/layer-manager-react": "2.0.2",
"apng-js": "^1.1.1",
"autoprefixer": "10.4.7",
"axios": "0.21.1",
"chroma-js": "^2.4.2",
"classnames": "2.3.1",
"csv2geojson": "^5.1.2",
"d3-ease": "2.0.0",
"downshift": "6.1.3",
"final-form": "4.20.2",
"framer-motion": "7.0.0",
"geojsonio-cli": "^0.2.3",
"global": "^4.4.0",
"jsona": "1.9.2",
"jsonwebtoken": "8.5.1",
"lodash": "4.17.21",
"mapbox-gl": "2.10.0",
"next": "12.2.2",
"next-auth": "4.3.4",
"next-compose-plugins": "2.2.1",
"next-optimized-images": "2.6.2",
"popmotion": "9.3.6",
"postcss": "8.4.13",
"prism-react-renderer": "1.3.5",
"react": "18.2.0",
"react-aria": "3.6.0",
"react-dom": "18.2.0",
"react-final-form": "6.5.3",
"react-map-gl": "7.0.19",
"react-popper": "2.2.5",
"react-redux": "7.2.4",
"react-use-cookie": "1.4.0",
"recharts": "^2.2.0",
"supercluster": "^7.1.5",
"tailwindcss": "3.1.7",
"use-breakpoint": "^3.0.3",
"use-debounce": "6.0.1",
"usehooks-ts": "^2.9.1",
"validate.js": "0.13.1"
},
"devDependencies": {
"@storybook/addon-actions": "6.5.10",
"@storybook/addon-essentials": "6.5.10",
"@storybook/addon-links": "6.5.10",
"@storybook/addon-postcss": "2.0.0",
"@storybook/builder-webpack5": "6.5.10",
"@storybook/manager-webpack5": "6.5.10",
"@types/gtag.js": "0.0.5",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/supercluster": "^7.1.0",
"@typescript-eslint/eslint-plugin": "5.13.0",
"@typescript-eslint/parser": "5.0.0",
"assert": "2.0.0",
"cypress": "10.4.0",
"eslint": "7.32.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-next": "12.1.5",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-typescript": "2.4.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"husky": "6.0.0",
"prettier": "2.3.0",
"start-server-and-test": "1.12.1",
"storybook-addon-swc": "1.1.8",
"svg-sprite-loader": "6.0.11",
"svgo": "1.3.2",
"svgo-loader": "2.2.2",
"typescript": "4.4.4"
},
"resolutions": {
"@deck.gl/core": "8.8.20",
"@deck.gl/mapbox": "8.8.20",
"webpack": "^5"
},
"husky": {
"pre-commit": "yarn lint"
},
"packageManager": "[email protected]"
}