-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "website-resume",
"version": "1.0.0",
"description": "A resume website built in PUG and bootstrap for front-end development",
"main": "dest/index.html",
"scripts": {
"start": "parcel serve src/index.pug",
"build": "parcel build src/index.pug --detailed-report 5 --target browser --experimental-scope-hoisting browser --public-url ./"
},
"repository": {
"type": "git",
"url": "https://github.com/Midlight25/website-resume"
},
"keywords": [
"HTML",
"CSS",
"Javascript",
"Typescript",
"Parcel",
"Pug",
"Bootstrap",
"Sass"
],
"author": "Michael Mesquita",
"license": "MIT",
"bugs": {
"url": "https://github.com/Midlight25/website-resume/issues"
},
"homepage": "https://github.com/Midlight25/website-resume#readme",
"devDependencies": {
"@prettier/plugin-pug": "^1.13.5",
"prettier": "2.2.1"
},
"dependencies": {
"@popperjs/core": "^2.9.1",
"bootstrap": "^5.0.0-beta3",
"bootstrap-icons": "^1.4.0",
"parcel-bundler": "^1.12.5",
"pug": "^3.0.2",
"sass": "^1.32.8",
"typescript": "^4.2.3"
}
}