-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.5 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
{
"name": "portic-storymaps-2023",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"load": "sh install.sh",
"build": "webpack --config webpack.config.prod.js",
"datascripts": "./datascripts.sh",
"thumbnails": "node makeThumbnails.js",
"dev": "webpack serve --config webpack.config.dev.js"
},
"dependencies": {
"@mdx-js/loader": "^2.1.0",
"@react-spring/web": "^9.7.0",
"@turf/turf": "^6.5.0",
"axios": "^0.26.0",
"bulma": "^0.9.3",
"chroma-js": "^2.0.3",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"copy-webpack-plugin": "^10.2.4",
"d3-array": "^3.1.1",
"d3-collection": "^1.0.7",
"d3-dsv": "^3.0.1",
"d3-geo": "^3.0.1",
"d3-hierarchy": "^3.1.1",
"d3-scale": "^4.0.2",
"graphology": "^0.25.1",
"graphology-communities-louvain": "^2.0.1",
"graphology-gexf": "^0.11.0",
"graphology-layout-forceatlas2": "^0.10.1",
"iwanthue": "^2.0.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"node-sass": "^7.0.1",
"rc-slider": "9.6.5",
"react": "^17.0.2",
"react-d3-axis": "^0.1.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-markdown": "^8.0.1",
"react-measure": "^2.5.2",
"react-router-dom": "^6.2.2",
"react-tooltip": "^4.2.21",
"react-use-scroll-position": "^2.0.0",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"uuid": "^9.0.0",
"yet-another-react-lightbox": "^3.21.1"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^8.2.3",
"chalk": "^5.0.1",
"css-loader": "^6.5.1",
"fs-extra": "^10.1.0",
"geojson2svg": "^1.3.2",
"html-webpack-plugin": "^5.5.0",
"jsdom": "^19.0.0",
"parse-svg": "^0.0.0",
"puppeteer": "^13.6.0",
"react-snap": "^1.23.0",
"simplify-geojson": "^1.0.5",
"style-loader": "^3.3.1",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.4",
"yaml-loader": "^0.8.0"
},
"repository": "https://github.com/medialab/portic-storymaps-2023",
"contributors": [
"Robin de Mourat",
"Silvia Marzagalli",
"Christine Plumejeaud",
"Guillaume Daudin",
"Paul Girard",
"Loïc Charles",
"Thierry Sauzeau",
"Kelly Christensen",
"Inès Girard",
"Pierre Niccolo Sofia"
],
"license": "GPL-3.0-or-later",
"homepage": "https://medialab.github.io/portic-storymaps-2023",
"reactSnap": {
"fixWebpackChunksIssue": false
}
}