-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1013 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
{
"name": "ar-three-play",
"version": "0.0.1",
"description": "A demo AR web app that run in WebARonARKit and WebARonARCore",
"main": "dist/main.min.js",
"module": "./src/main.js",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w"
},
"author": "Karl Hedin Sånemyr <[email protected]>",
"license": "apache-2.0",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"eslint": "^4.17.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"rollup": "^0.55.3",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-cleanup": "^2.0.0",
"rollup-plugin-livereload": "^0.6.0",
"rollup-plugin-node-globals": "^1.1.0",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-regenerator": "^0.5.4",
"rollup-plugin-serve": "^0.4.2"
},
"dependencies": {
"lodash-es": "^4.17.5",
"three": "^0.89.0",
"three.ar.js": "^0.1.7"
}
}