-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.3 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
{
"name": "rankflow",
"version": "2.0.0",
"author": "Luciano Frizzera",
"contributors": [
{
"name": "Fenwick McKelvey",
"email": "fenwick.mckelvey@concordia.ca"
}
],
"license": "ISC",
"description": "Visualization for Youtube video recommendation system",
"keywords": [
"Visualization",
"Youtube",
"Algorithmic Radicatilization"
],
"repository": {
"type": "git",
"url": "https://github.com/lucaju/rankflow"
},
"main": "App.js",
"scripts": {
"start": "webpack-dev-server --open",
"production": "webpack --config webpack.config.prod.js -p --progress",
"watch": "webpack --watch"
},
"dependencies": {
"chroma-js": "^2.1.0",
"d3": "^5.14.2",
"event-emitter": "^0.3.5",
"handlebars": "^4.5.3",
"moment": "^2.24.0",
"uikit": "^3.2.3"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.5",
"css-loader": "^3.2.1",
"eslint": "^6.7.2",
"file-loader": "^5.0.2",
"handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^3.2.0",
"html-webpack-template": "^6.2.0",
"mini-css-extract-plugin": "^0.8.0",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"webpackbar": "^4.0.0"
}
}