-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.39 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.39 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
51
52
53
{
"name": "fork-commit-merge-web",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --coverage"
},
"engines": {
"node": "22.x"
},
"dependencies": {
"@ant-design/icons": "^6.0.0",
"@clerk/nextjs": "^6.35.6",
"@clerk/themes": "^2.2.3",
"@heroicons/react": "^2.0.18",
"framer-motion": "^12.0.0",
"next": "16.1.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intersection-observer": "^10.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@eslint/eslintrc": "^3.3.1",
"@jest/globals": "^30.2.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/jest": "^30.0.0",
"@types/node": "25.3.3",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.24",
"babel-jest": "^29.7.0",
"baseline-browser-mapping": "^2.9.3",
"eslint": "10.0.2",
"eslint-config-next": "^16.0.1",
"expect": "^30.2.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"postcss": "8.5.8",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.7.1",
"tailwindcss": "3.4.19",
"ts-jest": "^29.4.5",
"typescript": "5.9.3"
}
}