forked from amannn/next-intl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 852 Bytes
/
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
{
"name": "example-app-router",
"version": "2.14.3",
"private": true,
"scripts": {
"dev": "next dev"
},
"dependencies": {
"clsx": "^1.2.1",
"next": "14.0.3",
"next-intl": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.2"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@playwright/test": "^1.33.0",
"@testing-library/react": "^13.0.0",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.176",
"@types/node": "^17.0.23",
"@types/react": "^18.2.29",
"autoprefixer": "^10.4.0",
"eslint": "^8.46.0",
"eslint-config-molindo": "^7.0.0",
"eslint-config-next": "^13.4.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"postcss": "^8.4.23",
"prettier-plugin-tailwindcss": "^0.2.3",
"typescript": "^5.2.2"
}
}