-
Notifications
You must be signed in to change notification settings - Fork 0
/
package1.json
85 lines (85 loc) · 2.43 KB
/
package1.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
{
"name": "webgpu-webpack-starter",
"version": "1.0.0",
"description": "A starter template for WebGPU development the uses webpack to build the code and manage dependencies.",
"main": "app.js",
"scripts": {
"start": "webpack serve --open",
"build": "webpack",
"serve": "webpack server",
"deploy": "webpack --mode=production",
"debug": "node --inspect-brk=9229 node_modules/.bin/webpack serve --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Twinklebear/webgpu-webpack-starter.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Twinklebear/webgpu-webpack-starter/issues"
},
"homepage": "https://github.com/Twinklebear/webgpu-webpack-starter#readme",
"devDependencies": {
"@types/gl-matrix": "^3.2.0",
"@types/node": "^20.11.20",
"@types/plotly.js": "^2.12.25",
"@webgpu/types": "^0.1.30",
"buffer": "^6.0.3",
"gl-matrix": "^3.4.3",
"html-webpack-plugin": "^5.3.2",
"jpeg-js": "^0.4.4",
"ts-loader": "^9.4.2",
"tsconfig-paths": "^4.1.2",
"typescipt": "^1.0.0",
"webpack": "^5.88.2",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
},
"dependencies": {
"@ag-grid-community/core": "^32.0.1",
"@spreadtheweb/multi-range-slider": "^1.0.3",
"@types/watch": "^1.0.6",
"@webgpu/types": "^0.1.30",
"3d-view-controls": "^2.2.2",
"ag-grid-community": "^30.0.0",
"ag-grid-enterprise": "^30.0.2",
"assert": "^2.0.0",
"axios": "^1.4.0",
"bootstrap": "^5.3.0",
"browserify-fs": "^1.0.0",
"child_process": "^1.0.2",
"colormap": "^2.3.2",
"csv-parser": "^3.0.0",
"csvtojson": "^2.0.10",
"cytoscape-cise": "^1.0.0",
"deepzoomtools": "^0.0.1",
"deno": "^0.1.1",
"fs": "^0.0.1-security",
"interpolate-arrays": "^1.0.4",
"module-alias": "^2.2.2",
"openai": "^4.24.7",
"openseadragon": "^4.1.1",
"pandas": "^0.0.3",
"pandas-js": "^0.2.4",
"papaparse": "^5.4.1",
"plotly": "^1.0.6",
"plotly.js": "^2.25.0",
"plotly.js-dist": "^2.25.0",
"prismjs": "^1.29.0",
"process": "^0.11.10",
"properties-reader": "^2.2.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-select": "^5.8.0",
"request": "^2.88.2",
"sharp": "^0.33.4",
"store": "^2.0.12",
"stream": "^0.0.2"
},
"_moduleAliases": {
"@modules": "build/modules",
"@core": "build/core"
}
}