-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "boostgrammar.io",
"description": "Improve your grammar skills thanks to IA",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start:api": "node ./api/index.js",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint . --ext .js,.astro,.ts,.tsx",
"lint:fix": "npm run lint -- --fix",
"prettier:check": "npx prettier . --check",
"prettier:fix": "npx prettier . --write"
},
"dependencies": {
"@astrojs/preact": "2.0.0",
"@astrojs/tailwind": "3.0.0",
"@fontsource/inter": "4.5.15",
"@supabase/supabase-js": "2.4.1",
"astro": "^2.0.6",
"autoprefixer": "10.4.13",
"preact": "10.11.3",
"tailwindcss": "3.2.4",
"wc-toast": "1.2.9"
},
"devDependencies": {
"@tailwindcss/line-clamp": "0.4.2",
"@typescript-eslint/parser": "5.49.0",
"eslint": "8.32.0",
"eslint-plugin-astro": "0.23.0",
"postcss": "8.4.21",
"prettier": "2.8.3",
"prettier-plugin-astro": "0.7.2",
"standard": "17.0.0"
}
}