-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.86 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
{
"name": "eue",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"exportbuild": "npm run build && npm run export",
"exportrun": "npm run exportbuild && serve out",
"postinstall": "patch-package",
"prebuild": "node plugins/netlify-prebuild-plugin/node.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^11.1.2",
"@reduxjs/toolkit": "^1.6.1",
"d3": "^6.0.0",
"d3-parliament": "^1.0.1",
"geojson-bbox": "^0.0.0",
"html-react-parser": "^1.4.4",
"next": "^11.0.1",
"next-mdx-remote": "^3.0.8",
"next-plugin-preact": "^3.0.6",
"polished": "^4.1.3",
"preact": "^10.5.14",
"preact-render-to-string": "^5.1.19",
"react": "npm:@preact/compat@^17.0.2",
"react-dom": "npm:@preact/compat@^17.0.2",
"react-leaflet": "^3.2.1",
"react-redux": "^7.2.4",
"react-remove-scroll-bar": "^2.2.0",
"react-select": "^4.3.1",
"react-ssr-prepass": "npm:preact-ssr-prepass@^1.2.0",
"react-uid": "^2.3.1",
"styled-components": "^5.3.0",
"sunburst-chart": "^1.15.1",
"swr": "^1.0.0"
},
"devDependencies": {
"@types/d3": "^7.0.0",
"@types/leaflet": "^1.7.5",
"@types/mdx-js__react": "^1.5.4",
"@types/react": "17.0.15",
"@types/react-select": "^4.0.17",
"@types/styled-components": "^5.1.11",
"axios": "^0.24.0",
"babel-plugin-styled-components": "^1.13.2",
"netlify-cli": "^6.14.7",
"next-compose-plugins": "^2.2.1",
"patch-package": "^6.4.7",
"serve": "^12.0.0",
"typescript": "4.3.5"
}
}