-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
166 lines (166 loc) · 5.03 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
165
166
{
"name": "piling.js",
"version": "0.10.0",
"description": "A WebGL-based Library for Visual Piling/Stacking",
"author": [
{
"name": "Fritz Lekschas",
"url": "https://lekschas.de"
},
{
"name": "Xinyi Zhou"
}
],
"keywords": [
"piling",
"stacking",
"visualization",
"webgl"
],
"license": "MIT",
"main": "dist/piling.js",
"module": "dist/piling.esm.js",
"files": [
"src/*",
"dist/piling.js",
"dist/piling.min.js",
"dist/piling.esm.js",
"dist/piling-library.js",
"dist/piling-library.min.js",
"dist/piling-library.esm.js",
"dist/piling-renderer.js",
"dist/piling-renderer.min.js",
"dist/piling-renderer.esm.js",
"dist/piling-aggregator.js",
"dist/piling-aggregator.min.js",
"dist/piling-aggregator.esm.js",
"dist/piling-dimensionality-reducer.js",
"dist/piling-dimensionality-reducer.min.js",
"dist/piling-dimensionality-reducer.esm.js"
],
"scripts": {
"build": "rm -rf dist/*; rollup -c;",
"build-webpage": "mkdir -p webpage-build; rm -rf webpage-build/*; cd webpage && npm run build && cd ..; cp -r webpage/public/* webpage-build; ./copy-example-data.sh; cp examples/index-public.html webpage-build/demos/index.html; touch webpage-build/demos/.nojekyll; rollup --config=rollup-examples.config.js",
"deploy": "npm run build-webpage; gh-pages -d webpage-build -t --git git",
"lint": "eslint src examples rollup.config.js webpack.config.js",
"precommit": "NODE_ENV=production lint-staged",
"prepublishOnly": "npm run test",
"prerelease": "npm run build; zip -r dist.zip dist",
"pretest": "npm run lint",
"start": "webpack-dev-server --config ./webpack.config.js --mode development --open",
"test": "rollup -c; webpack --config ./webpack.config.js",
"watch": "rollup -cw"
},
"lint-staged": {
"*.js": [
"pretty-quick --staged",
"eslint --fix",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "npm run precommit"
}
},
"prettier": {
"singleQuote": true
},
"dependencies": {
"@flekschas/utils": "~0.29.0",
"camera-2d-simple": "~2.2.0",
"deep-equal": "~1.1.0",
"dom-2d-camera": "~1.0.1",
"gl-matrix": "~3.1.0",
"liang-barsky": "~1.0.4",
"ndarray": "~1.0.19",
"ndarray-convolve": "~2.0.0",
"normalize-wheel": "~1.0.1",
"pixi.js": "~5.1.6",
"pub-sub-es": "~1.2.2",
"rbush": "~3.0.1",
"redux": "~4.0.5",
"redux-batched-actions": "~0.5.0",
"redux-freeze": "~0.1.7",
"skmeans": "~0.11.3",
"style-object-to-css-string": "~1.0.1",
"umap-js": "~1.3.2",
"with-raf": "~1.1.1"
},
"peerDependencies": {
"pixi.js": "~5.1.6",
"umap-js": "~1.3.2"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/plugin-transform-regenerator": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/runtime": "^7.10.4",
"@observablehq/plot": "^0.2.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.1.0",
"@rollup/plugin-replace": "^2.3.3",
"@tensorflow/tfjs-core": "^1.7.4",
"acorn": "^7.3.1",
"babel-loader": "^8.1.0",
"babel-plugin-lodash": "^3.3.4",
"browser-env": "^3.3.0",
"css-loader": "^3.6.0",
"d3": "^5.16.0",
"d3-scale-chromatic": "^1.5.0",
"d3-shape": "^1.3.7",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-svelte3": "^2.7.3",
"esm": "^3.2.25",
"gh-pages": "^3.1.0",
"glob": "^7.1.6",
"html-inline-css-webpack-plugin": "^1.8.1",
"html-webpack-plugin": "^4.3.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"mini-css-extract-plugin": "^0.9.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"puppeteer": "^2.1.1",
"raw-loader": "^4.0.1",
"rollup": "^2.21.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-filesize": "^9.0.2",
"rollup-plugin-inject-process-env": "^1.3.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-postcss": "^4.0.1",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-visualizer": "^4.0.4",
"sass": "^1.39.0",
"sass-loader": "^10.2.0",
"style-loader": "^1.2.1",
"unminified-webpack-plugin": "^2.0.0",
"vega": "^5.20.2",
"vega-lite": "^5.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"zarr": "^0.3.0"
},
"homepage": "https://github.com/flekschas/piling.js",
"repository": {
"type": "git",
"url": "git://github.com/flekschas/piling.js.git"
},
"bugs": {
"url": "https://github.com/flekschas/piling.js/issues"
}
}