-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 883 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
{
"name": "automatic-octo-enigma",
"version": "1.0.0",
"description": "A Practice project following a tutorial by yuri3D scrolling effects with webGL and three.js",
"main": "index.js",
"scripts": {
"dev": "parcel src/index.html",
"build": "parcel build src/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octanym/automatic-octo-enigma.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/octanym/automatic-octo-enigma/issues"
},
"homepage": "https://github.com/octanym/automatic-octo-enigma#readme",
"devDependencies": {
"glslify-bundle": "^5.1.1",
"glslify-deps": "^1.3.1",
"parcel-bundler": "^1.12.4",
"sass": "^1.29.0"
},
"dependencies": {
"@glidejs/glide": "^3.4.1",
"three": "^0.122.0",
"three-orbit-controls": "^82.1.0"
}
}