-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.29 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "nextjsmasters",
"version": "0.1.0",
"private": true,
"type": "commonjs",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 4002",
"lint": "next lint --fix --dir src",
"codegen": "graphql-codegen --config .graphqlrc.ts",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@apollo/experimental-nextjs-app-support": "^0.8.0",
"@clerk/nextjs": "^4.31.4",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.6",
"@parcel/watcher": "^2.4.1",
"@playwright/test": "^1.46.1",
"@tailwindcss/typography": "^0.5.14",
"@types/mdx": "^2.0.13",
"clsx": "^2.1.1",
"framer-motion": "^11.3.30",
"next": "14.1.0",
"popmotion": "^11.0.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"server-only": "^0.0.1",
"stripe": "^14.25.0",
"stripe-event-types": "^3.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/client-preset": "4.2.2",
"@graphql-codegen/import-types-preset": "^3.0.0",
"@graphql-codegen/introspection": "4.0.2",
"@graphql-typed-document-node/core": "^3.2.0",
"@next/env": "^14.2.6",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"add": "^2.0.6",
"autoprefixer": "^10.4.20",
"babel-jest": "^29.7.0",
"checkly": "latest",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"graphql": "^16.9.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"pnpm": "^8.15.9",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.10",
"ts-jest": "^29.2.5",
"ts-node": "latest",
"typescript": "^5.5.4"
}
}