-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.31 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.31 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"version": "1.0.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "npx serve@latest out",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"prepare": "husky",
"publish:git": "release-it",
"test": "echo \"No tests specified\" && exit 0",
"test:watch": "echo \"No tests specified\" && exit 0",
"test:cov": "echo \"No tests specified\" && exit 0",
"test:debug": "echo \"No tests specified\" && exit 0",
"test:ci": "echo \"No tests specified\" && exit 0",
"crowdin": "crowdin",
"translations:upload": "yarn crowdin upload",
"translations:download": "yarn crowdin download",
"translations:sync": "yarn translations:upload && yarn translations:download"
},
"dependencies": {
"@crowdin/cli": "^4.14.1",
"@heroicons/react": "^2.2.0",
"@next/third-parties": "^16.2.4",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@tailwindcss/postcss": "^4.2.2",
"@tanstack/react-query": "^5.99.0",
"@types/node": "25.6.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cssnano": "^7.1.5",
"deepmerge-ts": "^7.1.5",
"embla-carousel-auto-scroll": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"eslint": "^9.0.0",
"eslint-config-next": "^16.2.4",
"highcharts": "^12.6.0",
"highcharts-react-official": "^3.2.3",
"lucide-react": "^1.8.0",
"motion": "^12.38.0",
"next": "^16.2.4",
"next-intl": "^4.9.1",
"next-pwa": "^5.6.0",
"next-themes": "^0.4.6",
"postcss": "^8.5.10",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-github-calendar": "^5.0.6",
"react-icon-cloud": "^4.1.7",
"react-icons": "^5.6.0",
"react-modal-sheet": "^5.6.0",
"react-snowfall": "^2.4.0",
"react-tooltip": "^5.30.1",
"react-use-lanyard": "^0.3.6",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.1.13",
"tailwindcss-animate": "^1.0.7",
"typescript": "6.0.3"
},
"devDependencies": {
"@commitlint/cli": "20.5.0",
"@commitlint/config-angular": "20.5.0",
"@release-it/conventional-changelog": "^10.0.6",
"@types/minimatch": "^6.0.0",
"husky": "^9.1.7",
"lint-staged": "^16.4.0",
"release-it": "^20.0.0",
"tsx": "^4.21.0"
}
}