-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.39 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
{
"name": "navigo-datasprint-explorer",
"version": "1.0.0",
"description": "Explore the Navigo database",
"main": "index.js",
"homepage": "https://medialab.github.io/navigo-datasprint-explorer/",
"scripts": {
"start": "./node_modules/.bin/http-server ./dist/",
"build": "webpack --config webpack.config.prod.js",
"dev": "webpack serve --config webpack.config.dev.js"
},
"keywords": [],
"author": "Guillaume Brioudes (https://myllaume.fr/)",
"license": "UNLICENSED",
"dependencies": {
"axios": "^0.26.0",
"bulma": "^0.9.3",
"csv-loader": "^3.0.3",
"d3-dsv": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.0.0",
"graphology": "^0.24.1",
"graphology-traversal": "^0.3.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-vega": "^7.4.3",
"react-vis-network-graph": "^3.0.1",
"slug": "^5.2.0",
"vega": "^5.21.0",
"vega-embed": "^6.20.8",
"vega-lite": "^5.2.0"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.5.1",
"html-webpack-plugin": "^5.5.0",
"http-server": "^14.1.0",
"style-loader": "^3.3.1",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.4"
}
}