forked from codrops/SuperfluidLayout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 802 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": "SuperfluidLayout",
"version": "1.0.0",
"description": "",
"default": "dist/index.html",
"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/SuperfluidLayout.git"
},
"keywords": [],
"author": "Codrops",
"license": "MIT",
"homepage": "https://tympanus.net/codrops",
"bugs": {
"url": "https://github.com/codrops/SuperfluidLayout/issues"
},
"devDependencies": {
"parcel": "latest"
},
"dependencies": {
"gsap": "^3.7.1",
"imagesloaded": "^4.1.4",
"split-type": "^0.2.5"
}
}