-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 856 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": "team-ux.com",
"license": "CC BY-NC-ND",
"type": "module",
"version": "1.0.0",
"packageManager": "pnpm@9.11.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"check": "astro check",
"build": "astro build && cp .htaccess dist",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^4.1.1",
"astro-icon": "1.1.1",
"dialog-polyfill": "0.5.6"
},
"devDependencies": {
"@astrojs/check": "0.9.3",
"@astrojs/sitemap": "3.1.6",
"@astrojs/tailwind": "5.1.1",
"@astrojs/ts-plugin": "1.10.2",
"@percy/cli": "1.29.3",
"@rollup/plugin-yaml": "4.1.2",
"cssnano": "7.0.6",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"sharp": "0.33.5",
"tailwindcss": "3.4.13",
"typescript": "5.6.2"
}
}