-
Notifications
You must be signed in to change notification settings - Fork 178
/
package.json
164 lines (164 loc) · 5.39 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
163
164
{
"name": "datavoyager",
"version": "2.0.0-alpha.24",
"description": "",
"author": {
"name": "UW Interactive Data Lab",
"url": "http://idl.cs.washington.edu"
},
"collaborators": [
"Kanit Wongsuphasawat <[email protected]> (http://kanitw.yellowpigz.com)",
"Dominik Moritz <[email protected]> (http://domoritz.de)",
"Jeffrey Heer <[email protected]> (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: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": "cross-env TZ=\"America/Los_Angeles\" jest --maxWorkers=4 --no-cache --coverage",
"test:ui": "NODE_ENV=test node scripts/jest-ui.js",
"posttest": "npm run lint",
"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",
"isomorphic-fetch": "^3.0.0",
"moment": "^2.29.1",
"papaparse": "^5.3.1",
"rc-slider": "^8.2.0",
"re-reselect": "^4.0.0",
"react": "^15.5.4",
"react-copy-to-clipboard": "^5.0.3",
"react-css-modules": "^4.7.11",
"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.5",
"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": "^3.2.2",
"react-tabs-redux": "^4.0.0",
"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-7",
"reselect": "^2.5.4",
"tether": "^2.0.0",
"throttle-debounce": "^3.0.1",
"tslib": "^2.3.0",
"vega": "4.0.0",
"vega-datasets": "^1.31.0",
"vega-expression": "^2.3.1",
"vega-lite": "2.4.0",
"vega-tooltip": "^0.4.2",
"vega-typings": "^0.2.15",
"vega-util": "1.7.0"
},
"devDependencies": {
"@types/classnames": "^2.3.1",
"@types/d3-selection": "^2.0.0",
"@types/enzyme": "^2.8.0",
"@types/es6-promise": "^0.0.32",
"@types/fetch-mock": "^7.3.3",
"@types/isomorphic-fetch": "^0.0.35",
"@types/jest": "^18.1.1",
"@types/json-stable-stringify": "^1.0.32",
"@types/node": "~8.0.22",
"@types/papaparse": "^5.2.5",
"@types/react": "^15.7.2",
"@types/react-css-modules": "^4.6.3",
"@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": "^2.1.0",
"@types/webpack": "^3.8.21",
"@types/webpack-env": "^1.16.0",
"autoprefixer": "^6.7.6",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"cross-env": "^5.0.1",
"css-loader": "^3.6.0",
"enzyme": "^2.8.2",
"extract-text-webpack-plugin": "4.0.0-alpha.0",
"fetch-mock": "^5.11.0",
"file-loader": "^6.2.0",
"font-awesome-sass-loader": "^2.0.1",
"fs-extra": "^9.1.0",
"gh-pages": "^3.2.3",
"html-webpack-plugin": "4.0.0",
"jest": "^20",
"node-sass": "^4.14.1",
"normalize-scss": "^7.0.1",
"postcss-loader": "^2.1.6",
"react-addons-test-utils": "^15.6.2",
"react-dev-utils": "^11.0.4",
"react-hot-loader": "^4.5.3",
"sass-loader": "~7.0.0",
"source-map-loader": "^1.1.3",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "2.3.0",
"ts-jest": "^20",
"ts-loader": "^4.5.0",
"tslint": "^4.5.0",
"tslint-config-standard": "^4.0.0",
"tslint-react": "^2.3.0",
"typescript": "2.9.1",
"url-loader": "^0.5.9",
"webpack": "~4.1.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2",
"webpack-manifest-plugin": "^2.2.0",
"webpack-notifier": "^1.13.0"
},
"resolutions": {
"@types/react": "^15.7.2",
"@types/node": "~8.0.22"
},
"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
}
}