-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
105 lines (105 loc) · 3.63 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": "mathub",
"version": "0.5.0",
"private": true,
"scripts": {
"serve": "NODE_OPTIONS=--max_old_space_size=4096 vue-cli-service serve --https --mode local-frontend",
"serve-http": "NODE_OPTIONS=--max_old_space_size=4096 vue-cli-service serve --mode local-frontend",
"serve-local-backend": "NODE_OPTIONS=--max_old_space_size=4096 vue-cli-service serve --https --mode local-frontend-and-backend",
"lint": "vue-cli-service lint",
"build": "NODE_OPTIONS=--max_old_space_size=4096 NODE_ENV=production vue-cli-service build --mode vsp-production-deploy",
"build-dev": "NODE_OPTIONS=--max_old_space_size=4096 NODE_ENV=production vue-cli-service build --mode vsp-dev-deploy",
"deploy-surge": "NODE_OPTIONS=--max_old_space_size=4096 NODE_ENV=production vue-cli-service build --mode vsp-dev-deploy && cp dist/index.html dist/200.html && surge -d https://mathub.surge.sh dist/",
"build-staging": "NODE_OPTIONS=--max_old_space_size=4096 NODE_ENV=production vue-cli-service build --mode vsp-staging-deploy",
"unit": "vue-cli-service test:unit"
},
"dependencies": {
"@turf/turf": "^5.1.6",
"blob-util": "^2.0.2",
"bulma": "^0.7.4",
"colormap": "^2.3.0",
"convert-seconds": "^1.0.1",
"core-js": "^2.6.5",
"csvtojson": "^2.0.10",
"d3": "^5.9.1",
"d3-sankey-diagram": "^0.7.3",
"d3-selection": "^1.4.0",
"debounce": "^1.2.0",
"downloadjs": "^1.4.7",
"filesize": "^3.6.1",
"firebase": "^6.3.0",
"firebaseui": "^4.0.0",
"js-cookie": "^2.2.0",
"jsog-typescript": "^1.0.0-1",
"jwt-decode": "^2.2.0",
"keyword-extractor": "0.0.17",
"mapbox-gl": "^0.52.0",
"marked": "^0.7.0",
"medium-zoom": "^1.0.3",
"nprogress": "^0.2.0",
"pako": "^1.0.8",
"proj4": "^2.5.0",
"read-blob": "^1.1.0",
"sax": "^1.2.4",
"scale-color-perceptual": "^1.1.2",
"shapefile": "^0.6.6",
"three": "^0.85.2",
"underscore.string": "^3.3.5",
"vega": "^5.6.0",
"vega-embed": "^5.1.3",
"vega-lite": "^3.4.0",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-drag-drop": "^1.1.4",
"vue-property-decorator": "^8.1.0",
"vue-router": "^3.0.3",
"vue-slider-component": "^3.0.31",
"vue2-dropzone": "^3.5.2",
"xml2js": "^0.4.19"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@types/d3": "^5.7.1",
"@types/debounce": "^1.2.0",
"@types/downloadjs": "^1.4.1",
"@types/jest": "^23.1.4",
"@types/jquery": "^3.3.6",
"@types/js-cookie": "^2.2.0",
"@types/js-yaml": "^3.11.2",
"@types/jwt-decode": "^2.2.1",
"@types/mapbox-gl": "^0.44.2",
"@types/marked": "^0.6.5",
"@types/nprogress": "^0.2.0",
"@types/pako": "^1.0.0",
"@types/proj4": "^2.3.4",
"@types/sax": "^1.0.1",
"@types/shapefile": "^0.6.0",
"@types/sinon": "^7.0.2",
"@types/xml2js": "^0.4.3",
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-plugin-typescript": "^3.11.0",
"@vue/cli-plugin-unit-jest": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/eslint-config-typescript": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"fetch-mock": "^7.2.5",
"jest": "23.6.0",
"jest-localstorage-mock": "^2.4.0",
"pug": "^2.0.4",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.0.0",
"sass": "^1.18.0",
"sass-loader": "^7.1.0",
"sinon": "^7.2.2",
"ts-jest": "^23.0.0",
"typescript": "3.5.3",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.0",
"worker-loader": "^2.0.0"
}
}