-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.96 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
{
"name": "eokic-web",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"upgrade-dep": "yarn add @astrojs/compiler@latest @astrojs/sitemap@latest @astrojs/react@latest @astrojs/tailwind@latest @tailwindcss/nesting @tailwindcss/typography astro@latest astro-compress astro-compressor autoprefixer cssnano eokic/flying-focus micromark micromark-extension-directive motus postcss-import sharp tailwindcss",
"upgrade-dev": "yarn add -D @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint eslint-config-airbnb-base eslint-import-resolver-typescript eslint-plugin-astro eslint-plugin-import eslint-plugin-json micromark-util-types typescript",
"upgrade-all": "yarn upgrade-dep && yarn upgrade-dev"
},
"dependencies": {
"@astrojs/compiler": "^2.3.2",
"@astrojs/react": "^3.0.6",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.2",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.10",
"astro": "^3.6.0",
"astro-compress": "^2.2.3",
"astro-compressor": "^0.4.1",
"autoprefixer": "^10.4.16",
"cssnano": "^6.0.1",
"flying-focus": "eokic/flying-focus",
"micromark": "^4.0.0",
"micromark-extension-directive": "^3.0.0",
"motus": "^2.0.5",
"postcss-custom-media": "^10.0.0",
"postcss-import": "^15.1.0",
"sharp": "^0.32.6",
"tailwindcss": "^3.3.5"
},
"devDependencies": {
"@types/react": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"dayjs": "^1.11.9",
"eslint": "^8.54.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-astro": "^0.29.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-json": "^3.1.0",
"micromark-util-types": "^2.0.0",
"typescript": "^5.3.2"
}
}