forked from codrops/ScrollAnimationsGrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 912 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": "ScrollAnimationsGrid",
"version": "1.0.0",
"browserslist": "> 0.5%, last 2 versions, not dead",
"description": "Scroll animations for images when they enter/leave the viewport",
"scripts": {
"start": "parcel src/index.html --open",
"clean": "rm -rf dist/*",
"build:parcel": "parcel build src/index.html --no-content-hash --no-source-maps --public-url ./",
"build": "npm run clean && npm run build:parcel"
},
"repository": {
"type": "git",
"url": "git://github.com/codrops/ScrollAnimationsGrid.git"
},
"keywords": [],
"author": "Codrops",
"license": "MIT",
"homepage": "https://tympanus.net/codrops",
"bugs": {
"url": "https://github.com/codrops/ScrollAnimationsGrid/issues"
},
"devDependencies": {
"parcel": "^2.5.0"
},
"dependencies": {
"@studio-freight/lenis": "^0.1.2",
"gsap": "^3.10.4",
"imagesloaded": "^5.0.0"
}
}