-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
137 lines (137 loc) · 4.06 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
{
"name": "quilting",
"source": "src/index.ts",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"type": "module",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
}
},
"scripts": {
"build": "rimraf dist && mkdir dist && node esbuild.js",
"docs": "jsdoc-to-readme --src *.js",
"watch": "parcel watch --port 2345",
"demo": "npx parcel examples/index.html --dist-dir examples/dist/ --port 2345",
"dev": "npm-run-all --parallel watch demo",
"alglbraic": "python ./gl/generator/__init__.py --glslify --out gl/algebra clifford-algebra CGA3 '1 1 1 1 -1' quaternions",
"glslify": "glslify gpu/gl/index.glsl --output gpu/lib.glsl",
"dev-glsl": "watch 'npm run glslify' gpu/gl",
"test": "tap --ts test/**/*.ts"
},
"glslify": {
"transform": [
"glslify-import"
]
},
"devDependencies": {
"@loaders.gl/gltf": "^3.1.8",
"@parcel/optimizer-data-url": "^2.6.1",
"@parcel/resolver-glob": "^2.6.1",
"@parcel/transformer-glsl": "^2.6.2",
"@parcel/transformer-inline-string": "^2.6.1",
"@types/delaunator": "^5.0.0",
"@types/expect": "^24.3.0",
"@types/lodash-es": "^4.17.5",
"@types/mocha": "^9.1.0",
"@types/tape": "^4.13.2",
"array-normalize": "^2.0.0",
"bunny": "^1.0.1",
"deno": "^0.1.1",
"esbuild-plugin-glslify": "^1.0.1",
"fpsmeter": "^0.3.1",
"ganja.js": "^1.0.194",
"glsl-solid-wireframe": "^1.0.1",
"glslify": "^7.1.1",
"glslify-import": "^3.1.0",
"glslify-squish": "^1.0.4",
"matcap": "^0.0.2",
"mesh-simplify": "^2.0.0",
"normals": "^1.1.0",
"npm-run-all": "^4.1.5",
"parcel": "^2.2.0",
"parcel-transformer-svelte": "^1.2.3",
"primitive-cube": "^2.0.1",
"quaternion": "^1.3.0",
"refine-mesh": "^1.0.1",
"regl": "^2.1.0",
"regl-camera": "^2.1.1",
"resl": "^1.0.3",
"rollup-plugin-glslify": "^1.2.1",
"rounded-box": "^1.0.4",
"tap": "^15.1.6",
"tape": "^5.4.1",
"tape-watch": "^2.3.0",
"ts-mocha": "^9.0.2",
"ts-node": "^10.4.0",
"typescript": ">=3.0.0",
"vectors": "^0.1.0",
"vite": "^2.9.1",
"vite-plugin-glsl": "^0.1.2",
"vite-plugin-glslify": "^2.0.1",
"wait-promise": "^0.4.1",
"watch": "^1.0.2"
},
"dependencies": {
"@most/core": "^1.6.1",
"@most/dom-event": "^2.2.0",
"@most/scheduler": "^1.3.0",
"@polymer/paper-spinner": "^3.0.2",
"@teropa/triangle-tessellation": "^1.1.0",
"@thi.ng/geom": "^3.2.0",
"@thi.ng/geom-accel": "^3.1.8",
"@thi.ng/geom-voronoi": "^2.2.8",
"@thi.ng/poisson": "^2.1.8",
"@thi.ng/vectors": "^7.5.5",
"angle-normals": "^1.0.0",
"barycentric": "^1.0.1",
"bound-points": "^1.0.0",
"combinatorial-generators": "^1.1.2",
"cumulative-sum": "^1.0.0",
"d3-scale": "^4.0.2",
"delaunator": "^5.0.0",
"extract-svg-path": "^2.1.0",
"gl-matrix": "^3.4.3",
"glsl-fractal-brownian-noise": "^1.1.0",
"human-format": "^1.0.0",
"inertial-turntable-camera": "^2.0.4",
"invert-permutation": "^1.0.0",
"load-svg": "^1.0.0",
"lodash-es": "^4.17.21",
"mda": "github:micahscopes/mda.js",
"merge-vertices": "^1.0.1",
"moize": "^6.1.0",
"msgpack": "^1.0.3",
"msgpackr": "^1.6.1",
"normalized-interaction-events": "^2.0.1",
"picogl": "github:micahscopes/picogl.js#base-vertex-base-instance-build",
"rbush": "^3.0.1",
"rbush-knn": "^3.0.1",
"simplicial-complex": "^1.0.0",
"svg-mesh-3d": "^1.1.0",
"threads": "^1.7.0",
"workerpool": "^6.2.1"
},
"description": "work in progress",
"version": "0.0.0",
"directories": {
"example": "examples",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/micahscopes/quilting.git"
},
"alias": {
"tinyqueue": "./node_modules/tinyqueue/tinyqueue.js",
"process": false
},
"author": "micahscopes",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/micahscopes/quilting/issues"
},
"homepage": "https://github.com/micahscopes/quilting#readme"
}