forked from AreWeAntiCheatYet/AreWeAntiCheatYet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.44 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
{
"name": "areweanticheatyet",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"export": "next export",
"gen-rss": "esno tools/feed.ts",
"validate": "esno tools/validate.ts",
"prefetch": "esno tools/prefetch.ts"
},
"dependencies": {
"@emotion/react": "11.11.0",
"@emotion/server": "11.11.0",
"@mantine/core": "7.1.1",
"@mantine/form": "7.1.1",
"@mantine/hooks": "7.1.1",
"@mantine/modals": "7.1.1",
"@mantine/next": "6.0.21",
"@mantine/notifications": "7.1.1",
"@mantinex/dev-icons": "1.0.1",
"@mantinex/mantine-header": "1.0.2",
"@next/bundle-analyzer": "13.3.1",
"@tabler/icons-react": "2.9.0",
"dayjs": "1.11.11",
"diff": "5.1.0",
"fast-xml-parser": "4.2.7",
"next": "13.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.5"
},
"devDependencies": {
"@next/eslint-plugin-next": "13.2.4",
"@types/diff": "^5.0.2",
"@types/node": "18.11.19",
"@types/react-dom": "18.2.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"esmo": "^0.16.3",
"prettier": "^2.8.4",
"typescript-language-server": "4.3.3",
"vscode-langservers-extracted": "4.8.0"
}
}