-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 934 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
32
33
{
"name": "share.links",
"version": "1.0.0",
"description": "A site to share links of Omar Rasool's web development work.",
"scripts": {
"clean": "rm -rf dist .parcel-cache",
"watch": "npm run clean && parcel app/index.html --no-cache --no-source-maps --open",
"build": "npm run clean && parcel build app/index.html --dist-dir dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heyomar/share.links.git"
},
"author": "Omar Rasool",
"license": "ISC",
"bugs": {
"url": "https://github.com/heyomar/share.links/issues"
},
"homepage": "https://github.com/heyomar/share.links#readme",
"devDependencies": {
"@parcel/packager-raw-url": "^2.9.3",
"@parcel/transformer-webmanifest": "^2.9.3",
"autoprefixer": "^10.4.15",
"parcel": "^2.9.3",
"postcss": "^8.4.29",
"postcss-cli": "^10.1.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
},
"dependencies": {
"aos": "^2.3.4"
}
}