-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.34 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "panducovid",
"version": "1.0.0",
"private": true,
"description": "Spread awareness about COVID-19",
"homepage": "https://panducovid.pages.dev",
"bugs": {
"url": "https://github.com/natainditama/panducovid/issues",
"email": "natainditama.dev@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/natainditama/panducovid"
},
"author": {
"name": "natainditama",
"email": "natainditama.dev@gmail.com",
"url": "https://github.com/natainditama"
},
"keywords": [
"html-template",
"parcel",
"healthcare"
],
"license": "MIT",
"source": "src/index.html",
"scripts": {
"build": "parcel build",
"start": "yarn clean && parcel",
"clean": "yarn rimraf -rf .parcel-cache"
},
"devDependencies": {
"@parcel/packager-raw-url": "2.12.0",
"@parcel/packager-xml": "2.12.0",
"@parcel/transformer-webmanifest": "2.12.0",
"@parcel/transformer-xml": "2.12.0",
"parcel": "^2.11.0",
"postcss": "^8.4.33",
"posthtml-aria-tabs": "^1.0.0",
"posthtml-include": "^2.0.0",
"posthtml-noscript": "^0.2.4",
"posthtml-webp": "^2.2.0",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"tailwindcss": "^3.4.1"
},
"dependencies": {
"@fancyapps/ui": "^5.0.33",
"flickity": "^3.0.0",
"jquery": "^3.7.1",
"smooth-scroll": "^16.1.3"
}
}