-
Notifications
You must be signed in to change notification settings - Fork 327
/
package.json
130 lines (130 loc) · 4.18 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "cdc-flusight-ensemble",
"version": "1.0.0",
"description": "Scripts for cdc-flusight-ensemble data repo",
"scripts": {
"format-metadata": "node ./scripts/format-metadata.js",
"generate-scores": "node ./scripts/generate-scores.js",
"generate-id-mappings": "node ./scripts/generate-id-mappings.js",
"test-viz-master": " cd visualization/vis-master && standard \"./**/*.vue\" \"./**/*.js\" && mocha && cd ../..",
"test": " cd visualization && mocha scripts/test-data.js -R min && cd ..",
"parse-data": "cd visualization && node scripts/parse-data.js && cd ..",
"dev": "cd visualization/vis-master && node build/dev-server.js && cd ../..",
"parse-viz-master": "cd visualization/vis-master && node scripts/parse.js && cd ../..",
"build": "cd visualization/vis-master && rm -rf dist && node --max_old_space_size=60000 build/build.js && cd ../..",
"deploy": "node ./visualization/scripts/gh-deploy.js",
"deploy-origin": "node ./visualization/scripts/gh-deploy-origin.js",
"deploy-ci": "node ./visualization/scripts/gh-deploy-ci.js",
"build-viz-mac": "cd visualization && ./0-init-vis.sh && ./2-mac-build-vis.sh && cd ..",
"build-viz-linux": "cd visualization && ./0-init-vis.sh && ./1-patch-vis.sh && ./2-build-vis.sh && cd ..",
"setup-viz": "cd visualization && ./one-time-setup.sh && cd ..",
"build-run": "npm run build-viz-mac && npm run dev"
},
"author": "Abhinav Tushar <[email protected]>",
"dependencies": {
"array-equal": "^1.0.0",
"babel-runtime": "^6.0.0",
"bulma": "^0.2.1",
"chai": "^4.2.0",
"child-process-promise": "^2.2.1",
"colormap": "^2.2.0",
"d3": "7.6.1",
"d3-collection": "^1.0.7",
"d3-foresight": "0.10.1",
"datamaps": "^0.5.8",
"deep-rename-keys": "^0.2.1",
"flusight-csv-tools": "^0.1.5",
"font-awesome": "^4.6.3",
"fs": "0.0.1-security",
"fs-extra": "^4.0.3",
"hoek": "^6.1.3",
"js-cookie": "^2.1.3",
"js-yaml": "^3.13.1",
"mmwr-week": "^1.1.0",
"mocha": "^5.2.0",
"moize": "^4.0.4",
"moment": "^2.29.4",
"nan": "^2.14.2",
"nprogress": "^0.2.0",
"papaparse": "^5.3.0",
"progress": "^1.1.8",
"request-promise-native": "^1.0.9",
"stringstream": "^1.0.0",
"tablesort": "^5.2.1",
"textures": "^1.0.4",
"tinycolor2": "^1.4.2",
"topojson": "^1.6.27",
"vue": "^1.0.21",
"vue-head": "^2.0.10",
"vue-resource": "^1.3.4",
"vuex": "^2.1.1",
"walk": "^2.3.9",
"wildcard": "^2.0.0"
},
"optionalDependencies": {
"fsevents": "^1.2.4"
},
"license": "MIT",
"private": true,
"standard": {
"parser": "babel-eslint",
"plugins": [
"vue"
],
"ignore": [
"./src/assets/analytics.js",
"./zoltar/*.js"
]
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.0.0",
"babel-register": "^6.0.0",
"chai-json-schema": "^1.4.0",
"connect-history-api-fallback": "^1.1.0",
"css-loader": "^0.25.0",
"eslint-plugin-vue": "^1.0.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.11.1",
"function-bind": "^1.0.2",
"gh-pages": "3.1.0",
"gh-pages-deploy": "^0.4.2",
"html-webpack-plugin": "^2.8.1",
"http-proxy-middleware": "^0.17.2",
"json-loader": "^0.5.4",
"json-schema-generator": "^2.0.3",
"node-sass": "^7.0.0",
"ora": "^0.3.0",
"pug": "^3.0.1",
"sass-loader": "^4.0.2",
"shelljs": "^0.8.5",
"standard": "^8.6.0",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^1.2.0",
"vue-html-loader": "^1.2.3",
"vue-loader": "^8.3.0",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.2",
"webpack-dev-middleware": "^1.8.3",
"webpack-hot-middleware": "^2.12.2",
"webpack-merge": "^0.14.1",
"yaml-loader": "^0.4.0"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"gh-pages-deploy": {
"staticpath": "visualization/vis-master/dist",
"prep": [
"build-viz-mac"
],
"noprompt": false
}
}