-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
{
"name": "cartography-of-dh2020",
"version": "1.1.3",
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rodighiero/DH2020.git"
},
"author": "Dario Rodighiero, May Ning, Constance Crompton",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"babel-loader": "^8.1.0",
"css-loader": "^4.2.1",
"csv-parser": "^2.3.3",
"d3-force-reuse": "^1.0.1",
"fast-dice-coefficient": "^1.0.3",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.10.0",
"natural": "^2.1.5",
"remove-accents": "^0.4.2",
"stopword": "^1.0.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@tarekraafat/autocomplete.js": "^7.2.0",
"d3": "^5.16.0",
"fps": "0.0.3",
"normalize.css": "^8.0.1",
"pixi-viewport": "^4.13.2",
"pixi.js": "5.3.3"
}
}