-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.37 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": "mimir",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "start-server-and-test dev http://localhost:3000 cypress:open",
"cypress:open": "cypress open"
},
"dependencies": {
"@apollo/client": "^3.7.0",
"@heroicons/react": "^2.0.11",
"@uiball/loaders": "^1.2.6",
"graphql": "^16.6.0",
"next": "^12.3.1",
"next-auth": "^4.14.0",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.36.1",
"react-hot-toast": "^2.4.0",
"react-timeago": "^7.1.0"
},
"devDependencies": {
"@testing-library/cypress": "^8.0.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.2.0",
"@types/node": "18.7.14",
"@types/react": "^18.0.18",
"@types/react-dom": "18.0.6",
"@types/react-timeago": "^4.1.3",
"autoprefixer": "^10.4.8",
"cypress": "^11.0.1",
"cypress-real-events": "^1.7.2",
"cypress-social-logins": "^1.14.0",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"jest": "^29.2.1",
"jest-environment-jsdom": "^29.2.1",
"postcss": "^8.4.16",
"start-server-and-test": "^1.14.0",
"tailwindcss": "^3.1.8",
"ts-jest": "^29.0.3",
"typescript": "4.8.2"
}
}