-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 838 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
{
"name": "yose-main-page",
"version": "1.0.0",
"browserslist": "> 0.5%, last 2 versions, not dead",
"description": "A portfolio main page for moi",
"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/yohn-maistre/yohn-maistre.github.io"
},
"keywords": [],
"author": "Codrops",
"license": "MIT",
"homepage": "https://yohn-maistre.github.io/",
"bugs": {
"url": "https://github.com/yohn-maistre/yose-main-page/issues"
},
"dependencies": {
"gsap": "^3.8.0",
"imagesloaded": "^4.1.4"
},
"devDependencies": {
"parcel": "^2.12.0"
}
}