-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 971 Bytes
/
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
{
"name": "xravatar",
"version": "0.0.1",
"description": "XR Avatar tool",
"main": "xravatar.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "rollup -m -c -i lib/xravatar.three.js -o ./dist/xravatar.three.js; rollup -c rollup.config.min.js -m -i lib/xravatar.three.js -o ./dist/xravatar.three.min.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:samsunginternet/xravatar"
},
"author": "Ada Rose Cannon",
"license": "MIT",
"dependencies": {
"comlink": "^4.2.0",
"hammerjs": "^2.0.8",
"hyperhtml": "^2.31.6",
"localforage": "^1.7.3",
"lzma": "^2.3.2",
"three": "^0.111.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^6.0.0",
"eslint": "^6.8.0",
"rollup": "^1.27.13",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-terser": "^5.1.3"
}
}