-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.34 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
{
"name": "genek-tomashko-showcase",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"astro": "astro",
"preversion": "astro check"
},
"dependencies": {
"@astrojs/react": "^3.1.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vue": "^4.0.9",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"astro": "^4.16.18",
"astro-seo": "^0.7.6",
"dm-org-ua": "workspace:^",
"dopomoha-kharkiv-crm-ui": "workspace:^",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.3",
"vue": "^3.4.21"
},
"devDependencies": {
"@astrojs/check": "^0.5.10",
"@tailwindcss/typography": "^0.5.12",
"@typescript-eslint/parser": "^6.21.0",
"bumpp": "^9.4.0",
"daisyui": "^3.9.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^0.29.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.12.3",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.13",
"sharp": "^0.32.6",
"simple-git-hooks": "^2.11.1",
"tailwind-scrollbar": "^3.1.0",
"typescript": "^5.4.3"
},
"packageManager": "pnpm@8.11.0"
}