- Go backend (server/)
- Frontend (web/, server/static/)
- Database and deployment files
- Scripts and docs
Co-Authored-By: 狸花猫/Claude-Qwen3.6-Plus 🐾
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "@antv/g-webgpu",
|
|
"version": "0.7.2",
|
|
"description": "",
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"types": "es/index.d.ts",
|
|
"sideEffects": true,
|
|
"files": [
|
|
"dist",
|
|
"lib",
|
|
"es",
|
|
"README.md"
|
|
],
|
|
"unpkg": "dist/gwebgpu.js",
|
|
"scripts": {
|
|
"tsc": "tsc --project tsconfig.build.json",
|
|
"clean": "rimraf dist; rimraf es; rimraf lib;",
|
|
"build": "run-p build:*",
|
|
"build:cjs": "BABEL_ENV=cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --delete-dir-on-start",
|
|
"build:esm": "BABEL_ENV=esm babel src --root-mode upward --out-dir es --source-maps --extensions .ts,.tsx --delete-dir-on-start",
|
|
"watch": "BABEL_ENV=esm babel src --watch --root-mode upward --out-dir es --source-maps --extensions .ts,.tsx --delete-dir-on-start"
|
|
},
|
|
"author": "xiaoiver",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@antv/g-webgpu-core": "^0.7.2",
|
|
"@antv/g-webgpu-engine": "^0.7.2",
|
|
"gl-matrix": "^3.1.0",
|
|
"gl-vec2": "^1.3.0",
|
|
"lodash": "^4.17.15"
|
|
},
|
|
"devDependencies": {
|
|
"@types/gl-matrix": "^2.4.5",
|
|
"@types/hammerjs": "^2.0.36",
|
|
"@types/lodash": "^4.14.138"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|