-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
30 lines (30 loc) · 873 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
{
"name": "@pojntfx/felicitas.pojtinger.com",
"version": "0.0.1",
"description": "My personal site.",
"main": "index.js",
"scripts": {
"fmt": "prettier --write .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pojntfx/felicitas.pojtinger.com.git"
},
"author": "Felicitas Pojtinger <[email protected]>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/pojntfx/felicitas.pojtinger.com/issues"
},
"homepage": "https://github.com/pojntfx/felicitas.pojtinger.com#readme",
"dependencies": {
"@fireworks-js/web": "^2.10.8",
"@fontsource/lato": "^4.5.10",
"@patternfly/patternfly": "^6.0.0",
"magic-snowflakes": "^6.3.0"
},
"devDependencies": {
"prettier": "^2.8.8",
"prettier-plugin-go-template": "^0.0.13"
}
}