-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 891 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 891 Bytes
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
{
"name": "axflow-dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint \"src/**/*.{ts,tsx,js,astro}\""
},
"dependencies": {
"@astrojs/check": "^0.3.2",
"@astrojs/mdx": "^2.0.1",
"@astrojs/tailwind": "^5.0.3",
"@fontsource-variable/inter": "^5.0.16",
"@tailwindcss/typography": "^0.5.10",
"astro": "^4.0.4",
"astro-tooltips": "^0.6.2",
"lucide-astro": "^0.298.0",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"eslint-plugin-astro": "^0.31.0",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.2"
}
}