-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
104 lines (104 loc) · 3.03 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "@norse-mono/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "node -r dotenv/config bin/pre-build && next dev",
"build": "node bin/pre-build && next build",
"start": "next start",
"lint": "next lint",
"translate": "node bin/translateFromEnglish"
},
"engines": {
"node": "20.x"
},
"private": true,
"devDependencies": {
"@types/color": "^3.0.3",
"@types/flat": "^5.0.2",
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.195",
"@types/mapbox-gl": "^2.7.11",
"@types/node": "^20.3.2",
"@types/qs": "^6.9.7",
"@types/react": "18.2.14",
"@types/react-dom": "^18.2.8",
"@types/ua-parser-js": "^0.7.39",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint-config-next": "^13.4.12",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"postcss": "^8.4.41",
"postcss-import": "^16.1.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.8"
},
"dependencies": {
"@azure-rest/ai-translation-text": "^1.0.0-beta.1",
"@popperjs/core": "^2.11.8",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@reactour/tour": "^3.4.0",
"@tanstack/react-query": "^5.51.23",
"autoprefixer": "^10.4.20",
"autosuggest-highlight": "^3.3.4",
"axios": "^1.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"color": "^4.2.3",
"copy-webpack-plugin": "^12.0.2",
"dayjs": "^1.11.9",
"dotenv": "^16.3.1",
"eslint": "^8.57.0",
"flat": "^5.0.2",
"fs-extra": "^11.1.1",
"html-react-parser": "^4.0.0",
"i18next": "^23.4.4",
"ioredis": "^5.4.1",
"iso-639-1": "^2.1.15",
"jotai": "^2.9.2",
"lodash": "^4.17.21",
"lucide-react": "^0.424.0",
"mapbox-gl": "^2.15.0",
"matercolors": "^2.3.0",
"nanoid": "^3.3.6",
"next": "^14.2.5",
"next-auth": "^4.24.7",
"next-i18next": "^14.0.0",
"next-themes": "^0.3.0",
"nookies": "^2.5.2",
"qs": "^6.11.2",
"radash": "^12.1.0",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-i18next": "^13.0.1",
"react-popper": "^2.3.0",
"react-to-print": "^2.14.13",
"sharp": "^0.32.1",
"sonner": "^1.5.0",
"sync-rest-client": "^1.0.3",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.6.2",
"twilio": "^4.12.0",
"typescript": "^5.5.4",
"ua-parser-js": "^1.0.39",
"zod": "^3.21.4",
"zustand": "^4.3.8"
}
}