-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "miskamyasa.me",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"lint": "eslint --fix --ext .ts,.tsx,.astro src",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "0.19.3",
"@astrojs/partytown": "1.2.1",
"@astrojs/tailwind": "3.1.2",
"@astrojs/ts-plugin": "1.0.4",
"@babel/core": "7.21.8",
"@fontsource-variable/outfit": "5.0.1",
"@kobalte/core": "0.9.6",
"@kobalte/tailwindcss": "0.6.5",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"astro": "2.10.15",
"astro-eslint-parser": "0.14.0",
"astro-icon": "0.8.1",
"eslint": "8.40.0",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-astro": "0.27.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-solid": "0.12.1",
"solid-js": "1.7.5",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
}
}