-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.6 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
{
"name": "covid-19-visualizer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack -p --config webpack.prod.js",
"dev": "webpack-dev-server --colors --hot --inline --config webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/misspia/covid-19-visualizer.git"
},
"author": "misspia",
"license": "ISC",
"bugs": {
"url": "https://github.com/misspia/covid-19-visualizer/issues"
},
"homepage": "https://github.com/misspia/covid-19-visualizer#readme",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"babel-plugin-styled-components": "^1.10.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"dat.gui": "^0.7.5",
"file-loader": "^3.0.1",
"glsl-noise": "^0.0.0",
"glslify": "^7.0.0",
"glslify-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"postprocessing": "^5.4.0",
"raw-loader": "^1.0.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-router-dom": "^4.3.1",
"stats-js": "^1.0.0",
"styled-components": "^4.1.3",
"terser-webpack-plugin": "^1.2.1",
"three": "^0.123.0",
"webpack": "^4.28.4",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"core-js": "^3.8.1",
"gsap": "^3.6.0",
"regenerator-runtime": "^0.13.7"
}
}