-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 946 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 946 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
32
33
34
35
{
"name": "doric-three",
"version": "0.1.5",
"main": "dist/bundle_doric-three.js",
"types": "build/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "doric build",
"dev": "cd example && doric dev",
"clean": "cd example && doric clean",
"android": "cd example && doric run android",
"ios": "cd example && doric run iOS"
},
"license": "Apache-2.0",
"dependencies": {
"@types/three": "0.137.0",
"dangle": "^0.1.9",
"three": "0.137.5"
},
"devDependencies": {
"doric": ">=0.10.6",
"doric-cli": ">=0.10.6",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-image": "^2.0.5",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"rollup": "^2.24.0",
"typescript": "^4.2.2"
},
"peerDependencies": {
"doric": ">=0.10.6",
"doric-cli": ">=0.10.6"
}
}