-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.15 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.15 KB
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
63
64
65
66
67
{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint --fix \"src/**/*.{js,ts,jsx,tsx,astro}\"",
"prettier:format": "prettier --write \"**/*.{astro,tsx,ts,jsx,js,css,json,css,scss,md}\"",
"prettier:check": "npx prettier \"**/*.{astro,tsx,ts,jsx,js,css,json,css,scss,md}\" --check"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^4.3.0",
"@astrojs/ts-plugin": "^1.10.4",
"@datocms/astro": "^0.6.2",
"@fontsource-variable/montserrat": "^5.2.6",
"@fontsource/barlow-condensed": "^5.2.6",
"@iconify-json/material-symbols": "^1.2.29",
"@shadcn/ui": "^0.0.4",
"@tailwindcss/vite": "^4.1.11",
"@types/react": "^19.0.3",
"@types/react-dom": "^19.0.2",
"astro": "^5.10.2",
"astro-icon": "^1.1.5",
"radix-ui": "^1.4.2",
"react": "^19.0.0",
"react-datocms": "^7.2.2",
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.1",
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@iconify/react": "^6.0.0",
"@types/node": "22.10.5",
"@types/react": "^19.0.3",
"@types/react-dom": "19.0.2",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eslint": "9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unicorn": "^56.0.1",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"pretty-quick": "^4.0.0",
"tailwind-variants": "^0.3.0",
"tailwindcss": "^4.1.11",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.3.4",
"typescript": "5.7.2"
}
}