-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 972 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 972 Bytes
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
{
"name": "un4givenpg.github.io",
"version": "1.0.0",
"description": "",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"dev": "parcel src/index.html --lazy --dist-dir dev",
"build": "parcel build src/index.html --dist-dir docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Un4givenPG/un4givenpg.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Un4givenPG/un4givenpg.github.io/issues"
},
"homepage": "https://github.com/Un4givenPG/un4givenpg.github.io#readme",
"devDependencies": {
"@parcel/transformer-sass": "^2.5.0",
"@types/bootstrap": "^5.1.10",
"bootstrap": "^5.1.3",
"bs5-lightbox": "^1.8.0",
"jquery": "^3.6.0",
"parcel": "^2.5.0",
"sass": "^1.51.0",
"sharp": "^0.32.6"
},
"dependencies": {
"bootstrap-icons": "^1.8.1",
"jquery.cookie": "^1.4.1",
"terser": "^5.14.2"
}
}