-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 823 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 823 Bytes
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
{
"name": "emoji-boid",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npm i && npx rollup --config --watch",
"build": "npm i && npx rollup --config"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-node-resolve": "^16.0.3",
"http-server": "^14.1.1",
"rollup": "^4.53.2",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-glslify": "^1.3.1"
},
"dependencies": {
"@ar-js-org/ar.js": "^3.4.7",
"aframe": "^1.7.1",
"aframe-environment-component": "^1.5.0",
"aframe-orbit-controls": "^1.3.2",
"peerjs": "^1.5.5",
"super-three": "^0.181.0",
"three-loader-3dtiles": "^1.2.7"
}
}