-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 2 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
{
"name": "jasperro-website",
"version": "1.0.0",
"description": "Jasper Albering's personal website",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"favicons": "node favicons.cjs"
},
"repository": {
"type": "git",
"url": "http://github.com/jasperro/jasperro-website"
},
"author": "Jasper Albering",
"license": "MIT",
"devDependencies": {
"@astrojs/image": "^0.17.3",
"@astrojs/mdx": "^0.19.7",
"@astrojs/sitemap": "^2.0.1",
"@fontsource-variable/lexend": "^5.0.8",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.8",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"astro": "^2.10.1",
"astro-icon": "^0.8.1",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"cssnano-preset-advanced": "^6.0.1",
"datauri": "^4.1.0",
"dayjs": "^1.11.9",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"lodash": "^4.17.21",
"postcss": "^8.4.27",
"postcss-import": "^15.1.0",
"postcss-preset-env": "^9.1.1",
"prettier": "^3.0.1",
"prettier-plugin-astro": "^0.11.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"rollup": "^3.27.2",
"sharp": "^0.32.4",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.1",
"typescript": "~5.1.6"
},
"peerDependencies": {
"postcss": "^8.4.21",
"rollup": "^3.20.2",
"sharp": "^0.31.3"
},
"type": "module",
"packageManager": "[email protected]"
}