-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.37 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.37 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
{
"name": "astro-limitless",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest",
"test:e2e": "cypress run",
"ci": "server-test start 4321 test:e2e"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/node": "^8.2.0",
"@astrojs/partytown": "^2.0.4",
"@astrojs/react": "^3.0.10",
"@astrojs/tailwind": "^5.1.0",
"@nextui-org/react": "^2.2.9",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/ssr": "^0.1.0",
"@supabase/supabase-js": "^2.39.3",
"@tanstack/react-query": "^5.24.1",
"astro": "^4.3.5",
"effector": "^23.2.0",
"effector-react": "^23.2.0",
"framer-motion": "^11.0.3",
"js-cookie": "^3.0.5",
"ky": "^1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vitest": "^1.3.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/js-cookie": "^3.0.6",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"cypress": "^13.6.4",
"jsdom": "^24.0.0",
"start-server-and-test": "^2.0.3"
}
}