-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.36 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
{
"name": "nextjs-tailwindcss-template",
"version": "0.1.0",
"packageManager": "[email protected]",
"scripts": {
"start": "next start",
"dev": "next dev",
"build": "next build",
"lint": "next lint",
"deploy": "vercel",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"axios": "^0.26.1",
"classcat": "^5.0.3",
"cookies-next": "^2.0.4",
"daisyui": "^2.13.6",
"date-fns": "^2.28.0",
"fp-ts": "^2.12.2",
"framer-motion": "^6.2.10",
"i18next": "^21.8.9",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-http-backend": "^1.4.1",
"next": "12.1.4",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-i18next": "^11.17.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@types/node": "17.0.23",
"@types/ramda": "^0.28.15",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"autoprefixer": "^10.4.4",
"eslint": "^8.12.0",
"eslint-config-next": "12.1.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-testing-library": "^5.5.1",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"postcss": "^8.4.12",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.0",
"vercel": "^24.0.1"
}
}