-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 877 Bytes
/
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
{
"name": "whatis.dev",
"type": "module",
"version": "2.0.0",
"scripts": {
"dev": "astro dev",
"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",
"format": "npx prettier . --write"
},
"dependencies": {
"@astrojs/svelte": "2.1.0",
"@astrojs/tailwind": "3.1.0",
"@astrojs/vercel": "3.2.2",
"@fontsource/space-grotesk": "4.5.13",
"astro": "2.2.0",
"fuse.js": "6.6.2",
"svelte": "3.54.0",
"tailwindcss": "3.0.24"
},
"devDependencies": {
"animated-tailwindcss": "4.0.0",
"eslint": "8.35.0",
"eslint-plugin-astro": "0.23.0",
"prettier": "2.8.4",
"prettier-plugin-astro": "0.8.0",
"standard": "17.0.0"
}
}