-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.22 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
{
"name": "senpai",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier -w .",
"lint:eslint": "eslint . --ext .js,.ts,.astro"
},
"dependencies": {
"@astrojs/check": "^0.3.2",
"@astrojs/netlify": "^3.1.1",
"@astrojs/partytown": "^2.0.4",
"@astrolib/seo": "^1.0.0-beta.5",
"astro": "^4.0.4",
"axios": "^1.6.2",
"lodash.merge": "^4.6.2",
"sharp": "^0.33.0",
"unpic": "^3.16.0"
},
"devDependencies": {
"@astrojs/tailwind": "^5.0.3",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.10",
"@types/js-yaml": "^4.0.9",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-plugin-astro": "^0.30.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"postcss": "^8.4.32",
"postcss-nesting": "^12.0.1",
"prettier": "^3.1.0",
"prettier-plugin-astro": "^0.12.2",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3"
}
}