-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 953 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
35
{
"name": "packages-web",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/tailwind": "5.1.0",
"astro": "4.5.12",
"astro-icon": "1.1.0",
"react-icons": "5.0.1",
"sharp": "0.33.3",
"tailwindcss": "3.4.3"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.1.20",
"@iconify-json/iconamoon": "^1.1.4",
"@iconify-json/teenyicons": "^1.1.9",
"@phosphor-icons/core": "^2.1.1",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.1",
"prettier-plugin-astro": "^0.13.0"
}
}