-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.9 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
54
55
56
57
58
59
60
61
62
{
"name": "personal-site",
"version": "2.0.0",
"author": "Matteo Gregoricchio",
"description": "Matteo Gregoricchio personal site",
"repository": {
"type": "git",
"url": "git+https://github.com/followynne/personalsite.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/followynne/personalsite/issues"
},
"homepage": "https://github.com/followynne/personalsite#readme",
"targets": {
"app": {
"distDir": "./dist"
}
},
"scripts": {
"deploy": "gh-pages -d dist",
"lint": "eslint",
"predeploy": "rm -rf dist && parcel build html/index.html ./html/**/*.html --log-level verbose --public-url https://www.matteogregoricchio.com/ && cp CNAME ./dist && cp sitemap.xml ./dist",
"start": "parcel ./html/**/*.html",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.12.0",
"@types/bootstrap": "^5.2.10",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"cssnano": "^7.0.2",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-config-strongloop": "^2.1.0",
"eslint-plugin-html": "^8.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-sonarjs": "^1.0.3",
"gh-pages": "^6.1.1",
"github-markdown-css": "^5.6.0",
"parcel": "^2.12.0",
"postcss": "^8.4.38",
"posthtml-expressions": "^1.11.3",
"posthtml-include": "^2.0.1",
"posthtml-modules": "^0.9.1",
"sass": "^1.77.5",
"typescript": "^5.4.5"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"bootswatch": "^5.3.3",
"flag-icons": "^7.2.3",
"simplelightbox": "^2.14.3",
"swiper": "^11.1.4"
}
}