-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.4 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
45
46
47
48
49
50
51
52
53
54
{
"name": "mcswf",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "husky"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,svelte}": "eslint"
},
"dependencies": {
"@astrojs/mdx": "^3.0.1",
"@astrojs/react": "^3.0.3",
"@astrojs/svelte": "^5.4.0",
"@astrojs/tailwind": "^5.1.0",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"astro": "^4.9.2",
"astro-icon": "^0.8.1",
"eslint-plugin-svelte": "^2.38.0",
"preline": "^1.9.0",
"prettier-plugin-svelte": "^3.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"svelte": "^4.2.17",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.4.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^9.1.1",
"@iconify/svelte": "^3.1.4",
"@tailwindcss/typography": "^0.5.10",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"flowbite": "^2.3.0",
"flowbite-svelte": "^0.46.1",
"flowbite-svelte-icons": "^1.5.0",
"globals": "^15.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.3"
}
}