-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 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
56
57
{
"name": "staffplan-next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8080",
"build": "next build",
"start": "next start -p 8080",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@apollo/client": "^3.9.7",
"@apollo/experimental-nextjs-app-support": "^0.11.5",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.1.5",
"@tailwindcss/forms": "^0.5.9",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"formik": "^2.4.6",
"graphql": "^16.9.0",
"luxon": "^3.5.0",
"next": "14.2.15",
"react": "^18",
"react-dom": "^18",
"react-easy-infinite-scroll-hook": "^2.1.4",
"react-icons": "^5.3.0",
"react-infinite-scroll-component": "^6.1.0",
"react-router-dom": "^6.27.0",
"react-select": "^5.8.2",
"react-spinners": "^0.14.1",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.26.0",
"@swc/jest": "^0.2.37",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/luxon": "^3.4.2",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"babel-jest": "^29.7.0",
"eslint": "^9",
"eslint-config-next": "15.0.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"tailwindcss": "^3.4.14",
"typescript": "^5"
}
}