-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
97 lines (97 loc) · 3.2 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "me",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --transformIgnorePatterns \"node_modules/(?!(react-merge-refs))/\"",
"test:watch": "jest --watch --transformIgnorePatterns \"node_modules/(?!(react-merge-refs))/\"",
"test:coverage": "jest --coverage --transformIgnorePatterns \"node_modules/(?!(react-merge-refs))/\"",
"prepare": "husky install",
"lint-staged": "lint-staged",
"next-info": "next info",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@apollo/client": "3.8.7",
"@apollo/experimental-nextjs-app-support": "^0.5.1",
"@habx/apollo-multi-endpoint-link": "^2.9.0",
"@juggle/resize-observer": "^3.4.0",
"@plaiceholder/next": "^3.0.0",
"@react-three/drei": "^9.88.14",
"@react-three/fiber": "^8.15.11",
"@studio-freight/react-lenis": "^0.0.30",
"@tanstack/react-query": "^4.32.1",
"@tanstack/react-query-devtools": "^4.32.1",
"@types/jest": "^29.5.3",
"@types/node": "20.4.6",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/three": "^0.158.2",
"@types/uuid": "^9.0.2",
"date-fns": "^2.30.0",
"framer-motion": "^10.16.5",
"geist": "^1.2.2",
"highlight.js": "^11.9.0",
"lottie-react": "^2.4.0",
"next": "14.1.0",
"next-mdx-remote": "^4.4.1",
"plaiceholder": "^3.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.2",
"react-icons": "^5.0.1",
"react-merge-refs": "^2.0.2",
"react-responsive": "^9.0.2",
"rehype-autolink-headings": "^7.0.0",
"rehype-highlight": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^3.0.1",
"sharp": "^0.32.6",
"three": "^0.158.0",
"uuid": "^9.0.0",
"zustand": "^4.4.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@react-three/test-renderer": "^8.2.0",
"@semantic-release/github": "^9.2.6",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.17",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-testing-library": "^5.11.0",
"husky": "^8.0.3",
"jest": "^29.6.2",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.6.2",
"lint-staged": "^13.2.3",
"msw": "^1.2.3",
"postcss": "^8.4.27",
"prettier": "3.0.1",
"prettier-plugin-tailwindcss": "^0.5.11",
"resize-observer-polyfill": "^1.5.1",
"semantic-release": "^23.0.2",
"tailwind-scrollbar": "^3.0.4",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.1.1",
"typescript": "5.1.6",
"whatwg-fetch": "^3.6.17"
}
}