-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.19 KB
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
{
"name": "react-native-webgpu-three",
"version": "0.0.1",
"description": "Coming soon. Aims to provide support to run [Three.js](https://threejs.org) natively, in React Native.",
"main": "src/index.js",
"types": "types/index.d.ts",
"files": [
"babel",
"metro",
"src",
"types"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sean Henry <sean@binarypulsar.org>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/seanhenry/react-native-webgpu.git"
},
"bugs": {
"url": "https://github.com/seanhenry/react-native-webgpu/issues"
},
"homepage": "https://github.com/seanhenry/react-native-webgpu/tree/main/packages/react-native-webgpu-three",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"peerDependencies": {
"@babel/plugin-transform-export-namespace-from": "^7.24.7",
"fast-text-encoding": "^1.0.6",
"react-native-webgpu": "*",
"three": "0.166.1"
},
"devDependencies": {
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
"fast-text-encoding": "^1.0.6",
"prettier": "^3.3.3",
"react-native-webgpu": "workspace:*"
}
}