-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.2 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
{
"dependencies": {
"axios": "^0.18.1",
"colorbrewer": "^1.3.0",
"frappe-charts": "^1.1.0",
"gh-pages": "^2.0.1",
"lodash": "^4.17.13",
"moment": "^2.24.0",
"pondjs": "^0.8.10",
"prop-types": ">=15.6.0",
"react": "^15.0.0 || ^16.0.0",
"react-bulma-components": "^2.3.0",
"react-dom": "^16.3.0",
"react-markdown": "^4.0.6",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-timeseries-charts": "^0.15.5",
"styled-components": "^4.1.3"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/plugin-transform-runtime": "^7.3.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"gh-pages": "^2.0.1",
"node-sass": "^4.11.0",
"parcel-bundler": "^1.11.0"
},
"scripts": {
"predeploy": "rm -rf dist && parcel build index.html --out-dir dist",
"deploy": "gh-pages -d dist",
"start": "parcel index.html",
"build": "parcel build index.html --out-dir dist && yarn deletemaps",
"deletemaps": "find . -type f -name *.map -delete"
},
"homepage": "http://waxmarketcap.com"
}