-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
67 lines (67 loc) · 2.04 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
{
"name": "multimodal-analysis",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"profile": "cross-env NODE_ENV=production webpack --profile --json > webpack-stats.json"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"d3": "^5.16.0",
"d3-array": "^2.4.0",
"d3-axis": "^1.0.12",
"d3-geo": "^2.0.1",
"d3-scale": "^3.2.1",
"d3-scale-chromatic": "^1.5.0",
"d3-selection": "^1.4.1",
"d3-shape": "^1.3.7",
"d3-svg-annotation": "^2.5.1",
"evergreen-ui": "^5.1.2",
"lodash-webpack-plugin": "^0.11.6",
"next": "^9.5.5",
"numpy-loader": "^1.2.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-portal": "^4.2.1",
"victory": "^35.1.1"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.10.4",
"@mdx-js/loader": "^1.6.18",
"babel": "^6.23.0",
"babel-loader": "^8.0.6",
"babel-plugin-lodash": "^3.3.4",
"compression-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^5.1.1",
"cross-env": "^6.0.3",
"css-loader": "^3.4.2",
"eases-jsnext": "^1.0.10",
"extract-loader": "^3.1.0",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^3.2.0",
"image-minimizer-webpack-plugin": "^1.0.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.1",
"imagemin-svgo": "^9.0.0",
"json-loader": "^0.5.7",
"lucid-components": "0.0.6",
"npm": "^6.13.6",
"raw-loader": "^4.0.0",
"svelte": "^3.17.1",
"svelte-loader": "~2.13.6",
"svg-inline-loader": "^0.8.0",
"to-string-loader": "^1.1.6",
"url-loader": "^4.1.0",
"webpack": "^4.41.5",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"webpack-visualizer-plugin": "^0.1.11"
}
}