-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.09 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.09 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
{
"name": "i18n",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap",
"build:local": "prettier --write . && stylelint --allow-empty-input && next build",
"clean": "rm -rf .next && rm -rf node_modules && yarn cache clean"
},
"dependencies": {
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-unused-imports": "^4.1.4",
"jsqr": "^1.4.0",
"khmercal": "^0.1.0",
"lucide-react": "^0.528.0",
"next": "^15.4.3",
"next-intl": "^3.26.1",
"next-pwa": "^5.6.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.6",
"pdfjs-dist": "4.2.67",
"prettier": "^3.6.2",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "24.0.15",
"@types/react": "19.1.8",
"baseline-browser-mapping": "^2.9.11",
"eslint": "8",
"eslint-config-next": "15.1.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "5.8.3"
}
}