This repository was archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.43 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.43 KB
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": "windui",
"type": "module",
"version": "alpha-1.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint": "eslint --ext .astro,.js,.jsx,.ts,.tsx .",
"test": "playwright test",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.0.9",
"@astrojs/tailwind": "^5.1.0",
"@midudev/tailwind-animations": "^0.0.7",
"@nextui-org/react": "^2.2.9",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"alpinejs": "^3.13.3",
"astro": "^4.2.1",
"autoprefixer": "10.4.17",
"clsx": "^2.1.0",
"framer-motion": "^10.18.0",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.3",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^10.0.3",
"split.js": "^1.6.5",
"standard": "^17.1.0",
"stripe": "^14.13.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@playwright/test": "^1.41.1",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"animated-tailwindcss": "4.0.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-astro": "0.31.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-promise": "6.1.1",
"next-auth": "^4.24.5",
"tailwindcss": "^3.4.1",
"tailwindcss-animated": "^1.0.1"
}
}