-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 886 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": "scroll-js-uiux",
"version": "1.0.0",
"browserslist": "> 0.5%, last 2 versions, not dead",
"description": "18000 universes design, we fly in this design.",
"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/python019/scroll-js-ui.ux"
},
"keywords": [],
"author": "subux",
"license": "MIT",
"homepage": "https://github.com/python019/scroll-js-ui.ux",
"bugs": {
"url": "https://github.com/python019/scroll-js-ui.ux"
},
"devDependencies": {
"parcel": "^2.7.0"
},
"dependencies": {
"@studio-freight/lenis": "^0.2.9",
"gsap": "^3.11.3",
"imagesloaded": "^5.0.0"
}
}