forked from vega/voyager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
162 lines (162 loc) · 5.42 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"name": "datavoyager",
"version": "2.0.0-alpha.24",
"description": "",
"author": {
"name": "UW Interactive Data Lab",
"url": "http://idl.cs.washington.edu"
},
"collaborators": [
"Kanit Wongsuphasawat <kanitw@gmail.com> (http://kanitw.yellowpigz.com)",
"Dominik Moritz <domoritz@cs.washington.edu> (http://domoritz.de)",
"Jeffrey Heer <jheer@uw.edu> (http://jheer.org)"
],
"repository": {
"type": "git",
"url": "https://github.com/vega/voyager.git"
},
"main": "build/lib-voyager.js",
"license": "BSD-3-Clause",
"scripts": {
"// for postinstall need to rebuild sass. Otherwise, yarn would forgot to include vendor for node-sass": "",
"postinstall": "npm rebuild node-sass",
"start": "webpack-dev-server --open --config config/webpack.config.dev.js",
"start:headless": "webpack-dev-server --config config/webpack.config.dev.js",
"start:server": "cross-env SERVER=\"http://localhost:3000\" webpack-dev-server --open --config config/webpack.config.dev.js",
"build": "node scripts/build.js",
"postbuild": "npm run tsc && npm run build:lib",
"build:lib": "webpack --config config/webpack.config.lib.js",
"watch": "webpack --config config/webpack.config.dev.js -d --watch",
"clean": "find -E dist -regex '.*\\.(js|js.map|d.ts)' -delete",
"lint": "tslint -c tslint.json 'src/**/*.ts' 'src/**/*.tsx'",
"lint-fix": "npm run lint -- --fix",
"tsc": "tsc",
"test": "npm run tsc && npm run test:logic && npm run test:ui",
"test:logic": "TZ=America/Los_Angeles jest --maxWorkers=4 --no-cache --coverage",
"test:ui": "NODE_ENV=test node scripts/jest-ui.js",
"posttest": "npm run lint",
"codecov": "jest --no-cache --coverage --maxWorkers=4 && codecov",
"deploy": "npm run clean && npm run lint && npm run test && scripts/publish.sh && node scripts/deploy.js"
},
"dependencies": {
"ajv": "^5.2.2",
"compassql": "0.20.2",
"font-awesome": "^4.7.0",
"font-awesome-sass-loader": "^1.0.3",
"isomorphic-fetch": "^2.2.1",
"moment": "^2.18.1",
"normalize-scss": "^6.0.0",
"papaparse": "^4.3.5",
"rc-slider": "^8.2.0",
"re-reselect": "0.6.2",
"react": "^15.4.2",
"react-copy-to-clipboard": "^5.0.0",
"react-css-modules": "^4.1.0",
"react-datetime": "^2.8.10",
"react-dnd": "^2.2.3",
"react-dnd-html5-backend": "^2.2.3",
"react-dom": "^15.4.2",
"react-file-download": "^0.3.4",
"react-jsonschema-form": "^0.49.0",
"react-modal": "^2.0.6",
"react-redux": "^5.0.2",
"react-spinners": "^0.0.30",
"react-split-pane": "^0.1.58",
"react-tabs": "^1.1.0",
"react-tabs-redux": "^2.0.1",
"react-tether": "^0.5.6",
"redux": "^3.6.0",
"redux-action-log": "^2.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"redux-undo": "1.0.0-beta9-9-6",
"reselect": "^2.5.4",
"tether": "^1.4.0",
"throttle-debounce": "^1.0.1",
"tslib": "^1.5.0",
"vega": "4.0.0",
"vega-datasets": "^1.8.0",
"vega-expression": "^2.3.1",
"vega-lite": "2.4.0",
"vega-typings": "^0.2.15",
"vega-tooltip": "^0.4.2",
"vega-util": "1.7.0"
},
"devDependencies": {
"@types/classnames": "^0.0.32",
"@types/d3-selection": "^1.1.0",
"@types/enzyme": "^2.8.0",
"@types/es6-promise": "^0.0.32",
"@types/fetch-mock": "^5.8.2",
"@types/isomorphic-fetch": "^0.0.34",
"@types/jest": "^18.1.1",
"@types/json-stable-stringify": "^1.0.31",
"@types/node": "^8.0.22",
"@types/papaparse": "^4.1.30",
"@types/react": "^15.0.8",
"@types/react-css-modules": "^3.7.6",
"@types/react-dnd": "^2.0.32",
"@types/react-dnd-html5-backend": "^2.1.7",
"@types/react-dom": "^0.14.23",
"@types/react-hot-loader": "^3.0.3",
"@types/react-redux": "^4.4.36",
"@types/react-split-pane": "^0.1.6",
"@types/react-tabs": "^1.0.0",
"@types/redux-logger": "^3.0.0",
"@types/throttle-debounce": "^1.0.0",
"@types/webpack": "^3.0.9",
"@types/webpack-env": "^1.13.0",
"autoprefixer": "^6.7.6",
"case-sensitive-paths-webpack-plugin": "^2.0.0",
"codecov": "^1.0.1",
"cross-env": "^5.0.1",
"css-loader": "^0.26.1",
"enzyme": "^2.8.2",
"extract-text-webpack-plugin": "2.1.2",
"fetch-mock": "^5.11.0",
"file-loader": "^0.10.1",
"fs-extra": "^3.0.1",
"gh-pages": "^1.0.0",
"html-webpack-plugin": "^2.28.0",
"jest": "20",
"node-sass": "^4.12.0",
"postcss-loader": "^1.3.3",
"react-addons-test-utils": "15.4.2",
"react-dev-utils": "^0.5.2",
"react-hot-loader": "next",
"sass-loader": "^5.0.1",
"source-map-loader": "^0.1.6",
"style-loader": "^0.13.1",
"ts-jest": "20",
"ts-loader": "^2.3.2",
"tslint": "^4.5.0",
"tslint-config-standard": "^4.0.0",
"tslint-react": "^2.3.0",
"typescript": "^2.3.4",
"url-loader": "^0.5.8",
"vega-util": "1.7.0",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.11.2",
"webpack-manifest-plugin": "^1.1.0",
"webpack-notifier": "^1.5.0"
},
"jest": {
"transform": {
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testPathIgnorePatterns": [
"<rootDir>/dist/",
"<rootDir>/node_modules/",
"<rootDir>/build/"
],
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"coverageDirectory": "./coverage/",
"collectCoverage": true,
"mapCoverage": true
}
}