-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.55 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
51
52
53
54
55
{
"name": "ai-kan",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"write": "prettier --write \"**/app/**/*\"",
"prepare": "husky install",
"cypress:open": "cypress open",
"test": "npx cypress run",
"cy:run": "start-test 3000"
},
"dependencies": {
"@supabase/auth-helpers-nextjs": "^0.7.2",
"@supabase/auth-ui-react": "^0.4.2",
"@supabase/auth-ui-shared": "^0.1.6",
"@supabase/supabase-js": "^2.26.0",
"@types/canvas-confetti": "^1.6.0",
"auto-git-update": "^1.1.1",
"autoprefixer": "^10.4.14",
"next": "^13.4.7",
"openai": "^3.3.0",
"postcss": "^8.4.24",
"react": "^18.2.0",
"react-animated-css": "^1.2.1",
"react-canvas-confetti": "^1.4.0",
"react-dom": "^18.2.0",
"react-xarrows": "^2.0.2",
"tailwindcss": "^3.3.2"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^5.17.1",
"@testing-library/react": "^14.0.0",
"@types/cypress": "^1.1.3",
"@types/jest": "^29.5.2",
"@types/node": "20.3.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"babel-jest": "^29.5.0",
"cypress": "^12.16.0",
"eslint": "^8.43.0",
"eslint-config-next": "13.4.7",
"eventsource-parser": "^1.0.0",
"husky": "^8.0.3",
"prettier": "2.8.8",
"start-server-and-test": "^2.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}