-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.16 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
{
"name": "CIRMMT_visualizations",
"version": "1.0.0",
"description": "Visualization of CIRMMT Distinguished Lecture Series.",
"private": true,
"repository": "https://gitlab.com/idmil/CIRMMT_visualizations.git",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"publish": "npm run build && node publish.js"
},
"author": "Mathias Bredholt <[email protected]>",
"contributors": [
"Christian Frisson <[email protected]>"
],
"license": "MIT",
"dependencies": {
"css-loader": "^2.1.1",
"csv-loader": "^3.0.2",
"d3": "^7.6.1",
"file-loader": "^4.3.0",
"fuse.js": "^3.6.1",
"lodash": "^4.17.21",
"papaparse": "^5.2.0",
"style-loader": "^0.23.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.11"
},
"devDependencies": {
"css-loader": "^6.7.2",
"csv-loader": "^3.0.5",
"file-loader": "^6.2.0",
"gh-pages": "^5.0.0",
"git-repo-info": "^2.1.1",
"html-loader": "^4.2.0",
"postcss-loader": "^7.0.1",
"postcss-variables-loader": "^6.0.0",
"style-loader": "^3.3.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0"
}
}