-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.18 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
{
"name": "example-app-router-single-locale",
"private": true,
"scripts": {
"dev": "next dev",
"lint": "eslint src && tsc && prettier src --check",
"build": "next build",
"start": "next start",
"test": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"framer-motion": "^11.11.11",
"next": "^14.2.4",
"next-intl": "^3.0.0",
"octokit": "^4.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-loading-skeleton": "^3.5.0",
"react-simple-typewriter": "^5.0.1"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.5",
"@types/react": "^18.3.3",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "2.1.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.12.0",
"jsdom": "^25.0.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"typescript": "^5.5.3",
"typescript-eslint": "^8.13.0",
"vitest": "^2.1.4"
}
}