-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
47 lines (47 loc) · 1.37 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
{
"name": "fast_agg",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.6.3",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"@material-ui/core": "^4.5.1",
"file-saver": "^2.0.2",
"papaparse": "^5.1.0",
"react": "^16.10.1",
"react-dom": "^16.10.1"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"gh-pages": "^2.1.1",
"node-sass": "^4.12.0",
"parcel-bundler": "^1.12.3",
"parcel-plugin-static-files-copy": "^2.2.1",
"parcel-plugin-wasm.rs": "^1.2.14"
},
"browserslist": [
">0.25%",
"ie 11",
"not op_mini all"
],
"homepage": "https://stuartlynn.github.io/wasm_geo_agg",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html",
"deploy": "parcel build index.html --public-url https://stuartlynn.github.io/wasm_geo_agg && gh-pages -d dist",
"gh-pages": " gh-pages -d dist"
},
"staticFiles": {
"staticPath": "public"
}
}