-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
105 lines (105 loc) · 3.27 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "Wattenberger",
"version": "0.0.0",
"description": "My personal site",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development node index",
"dev-windows": "set NODE_ENV=development&set CONTEXT=windows&node index",
"build": "webpack --progress --config ./webpack/webpack.config.js",
"start": "NODE_ENV=production node index",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "webpack --progress --config ./webpack/webpack.config.js"
},
"engines": {
"node": "7.5.0"
},
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.4.4",
"@tweenjs/tween.js": "^17.4.0",
"babel-loader": "^8.0.6",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"body-parser": "^1.19.0",
"canvas-sketch-util": "^1.8.0",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^3.0.0",
"compression": "^1.7.4",
"create-react-class": "^15.6.3",
"css-loader": "^2.1.1",
"d3": "^5.9.2",
"d3-3d": "0.0.9",
"d3-delaunay": "^4.1.5",
"d3-interpolate": "^1.3.2",
"d3-scale-chromatic": "^1.3.3",
"d3-weighted-voronoi": "^1.0.1",
"defined": "^1.0.0",
"dom-to-image": "^2.6.0",
"express": "^4.17.1",
"file-loader": "^3.0.1",
"hard-source-webpack-plugin": "^0.13.1",
"history": "^4.9.0",
"image-webpack-loader": "^4.6.0",
"immutable": "^3.8.2",
"intersection-observer": "^0.7.0",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"node-sass": "^4.12.0",
"numeral": "^2.0.6",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"prop-types": "^15.7.2",
"rc-slider": "^8.6.11",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-emoji-render": "^0.6.0",
"react-hot-loader": "^3.1.3",
"react-redux": "^7.0.3",
"react-router-dom": "^5.0.0",
"react-select": "^3.0.3",
"react-slider": "^0.11.2",
"react-spring": "^8.0.20",
"react-three-fiber": "^2.1.6",
"react-window": "^1.8.2",
"react-zdog": "^1.0.3",
"redux": "^4.0.1",
"redux-actions": "^2.6.5",
"redux-logger": "^3.0.6",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.3.0",
"rss-parser": "^3.7.1",
"sass-loader": "^7.1.0",
"seed-random": "^2.2.0",
"sentiment": "^5.0.1",
"simplex-noise": "^2.4.0",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.3.0",
"three": "^0.105.1",
"three-orbit-controls": "^82.1.0",
"topojson": "^3.0.2",
"topojson-client": "^3.0.0",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "^4.32.2",
"xml2js": "^0.4.19"
},
"devDependencies": {
"react-hot-loader": "^4.8.8",
"stats-js": "^1.0.1",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.5.0",
"webpack-monitor": "^1.0.14"
},
"author": "Amelia Wattenberger",
"license": "ISC"
}