-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.44 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
{
"name": "roy-eden-astro-portfolio",
"version": "1.0.4",
"private": true,
"author": {
"name": "Roy Eden"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint src/",
"format": "prettier --write src/",
"post-cli": "node cli.mjs"
},
"devDependencies": {
"@astrojs/image": "^0.16.7",
"@astrojs/mdx": "^0.19.1",
"@astrojs/prefetch": "^0.2.1",
"@astrojs/sitemap": "^1.3.1",
"@astrojs/svelte": "^2.1.1",
"@astrojs/tailwind": "^3.1.2",
"@astrojs/vercel": "^3.3.0",
"@fontsource/inter": "^4.5.15",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"@types/prompts": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"astro": "^2.4.4",
"astro-icon": "^0.8.0",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-astro": "^0.27.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"kleur": "^4.1.5",
"ora": "^6.3.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-svelte": "^2.10.0",
"prettier-plugin-tailwindcss": "^0.2.8",
"prompts": "^2.4.2",
"sharp": "^0.32.1",
"simple-astro-seo": "^0.1.3",
"slugify": "^1.6.6",
"svelte": "^3.59.1",
"yargs-parser": "^21.1.1"
}
}