forked from Anemolo/StickyImageEffect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 871 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
{
"name": "ultranoir-deconstruction",
"version": "1.0.0",
"description": "A deconstruction of ultranoir's WebGL project showcase",
"main": "index.js",
"scripts": {
"start": "parcel ./base.html --open",
"build": "npm run prebuild && parcel build ./base.html --public-url ./dist/",
"prebuild": "rm -rf dist",
"postbuild": "mv ./dist/base.html ./index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crnacura/CodropsTemplate.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/crnacura/CodropsTemplate/issues"
},
"homepage": "https://github.com/crnacura/CodropsTemplate#readme",
"devDependencies": {
"@babel/core": "^7.4.0",
"parcel-bundler": "^1.12.3"
},
"dependencies": {
"popmotion": "^8.6.4",
"stats.js": "^0.17.0",
"three": "^0.101.1"
}
}