-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.68 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
{
"name": "tarkov-live-map",
"version": "0.1.0",
"description": "A project that allows the user to view a map in the game Escape From Tarkov and show the current location and share it with friends.",
"repository": "https://github.com/LI-NA/tarkov-live-map.git",
"author": "LI-NA <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"dev:https": "node devServer.js",
"build": "next build",
"start": "next start",
"lint": "next lint",
"sort": "sort-json ./public/locales/**/*.json"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-menubar": "^1.1.1",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.1.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"i18next": "^23.11.2",
"konva": "^9.3.6",
"next": "14.2.2",
"next-i18next": "^15.3.0",
"next-language-detector": "^1.1.0",
"react": "^18",
"react-dom": "^18",
"react-i18next": "^14.1.0",
"react-konva": "^18.2.10",
"tailwind-merge": "^2.3.0",
"use-image": "^1.1.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/sort-json": "^2",
"@types/wicg-file-system-access": "^2023.10.5",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint": "^8",
"eslint-config-next": "14.2.2",
"postcss": "^8",
"sort-json": "^2.0.1",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]"
}