-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "portfolio-astro-vercel",
"type": "module",
"version": "0.0.1",
"private": false,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"lint": "eslint \"src/**/*.ts*\"",
"typecheck": "tsc --project tsconfig.json"
},
"dependencies": {
"@astrojs/solid-js": "^2.0.2",
"@astrojs/tailwind": "^3.0.1",
"@astrojs/vercel": "^3.1.4",
"@trpc/server": "^10.18.0",
"astro": "^2.0.18",
"autoprefixer": "^10.4.13",
"dotenv": "^16.0.3",
"postcss": "^8.4.21",
"solid-js": "^1.6.12",
"tailwindcss": "^3.2.7",
"zod": "^3.21.4"
},
"devDependencies": {
"@contentful/rich-text-types": "^16.0.2",
"@ianvs/prettier-plugin-sort-imports": "^3.7.1",
"@types/eslint": "^8.21.1",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"eslint": "^8.35.0",
"eslint-plugin-astro": "^0.26.1",
"eslint-plugin-solid": "^0.10.0",
"node-fetch": "^3.3.0",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.4"
}
}