-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.18 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "another-tone-js",
"source": "src/index.html",
"targets": {
"default": {
"distDir": "./build"
}
},
"version": "1.0.0",
"description": "Boilerplate for a fast start with three.js",
"scripts": {
"start": "parcel --https",
"build": "parcel build --public-url '.'",
"deploy": "gh-pages -d build",
"copy-assets-to-dist": "cp -r static dist",
"copy-assets-to-build": "cp -r static build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/birdlaketree/another-tone-js.git"
},
"keywords": [
"javascript",
"parcel",
"three.js",
"3D",
"boilerplate"
],
"author": "vedran.kolac@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/birdlaketree/another-tone-js/issues"
},
"homepage": "https://birdlaketree.github.io/another-tone-js/",
"devDependencies": {
"@parcel/transformer-sass": "^2.3.2",
"parcel": "^2.3.2"
},
"browserslist": "> 0.5%, last 2 versions, not dead",
"dependencies": {
"@enable3d/ammo-physics": "^0.25.1",
"gh-pages": "^3.2.3",
"three": "^0.138.3",
"tone": "^14.7.77"
}
}