-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.74 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
{
"name": "eve",
"private": true,
"license": "MIT",
"scripts": {
"postinstall": "sed -i 's/ANDROID/IOS/g' node_modules/yasha/src/api/Youtube.js"
},
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^1.7.1",
"@discordjs/voice": "^0.16.0",
"@elastic/elasticsearch": "^8.8.1",
"@emotion/react": "11.11.1",
"@emotion/server": "^11.10.0",
"@mantine/core": "^6.0.14",
"@mantine/dates": "^6.0.14",
"@mantine/form": "^6.0.14",
"@mantine/hooks": "^6.0.14",
"@mantine/next": "^6.0.14",
"@mantine/notifications": "^6.0.14",
"@mantine/nprogress": "^6.0.14",
"axios": "^1.0.0",
"canvas": "^2.11.2",
"cookies-next": "^2.1.2",
"core-js": "^3.31.0",
"dayjs": "^1.11.8",
"discord-api-types": "^0.37.46",
"discord.js": "^14.11.0",
"express": "^4.18.2",
"helmet": "^7.0.0",
"immer": "^10.0.2",
"mariadb": "^3.2.0",
"next": "13.4.3",
"opusscript": "^0.1.0",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"redis": "^4.6.7",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.11",
"spotify-web-api-node": "^5.0.2",
"tabler-icons-react": "^1.56.0",
"tslib": "^2.5.3",
"tsyringe": "^4.8.0",
"url-parse": "^1.5.10",
"yasha": "https://github.com/davidzeng0/yasha.git",
"ytpl": "^2.3.0",
"ytsr": "^3.8.2",
"zod": "^3.21.4"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@nx/cypress": "16.4.0",
"@nx/esbuild": "16.4.0",
"@nx/eslint-plugin": "16.4.0",
"@nx/jest": "16.4.0",
"@nx/js": "16.4.0",
"@nx/linter": "16.4.0",
"@nx/next": "16.4.0",
"@nx/node": "16.4.0",
"@nx/react": "16.4.0",
"@nx/web": "16.4.0",
"@nx/webpack": "16.4.0",
"@nx/workspace": "16.4.0",
"@testing-library/react": "^14.0.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
"@types/node": "^18.16.3",
"@types/react": "18.2.14",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-dom": "18.2.6",
"@types/spotify-web-api-node": "^5.0.7",
"@types/url-parse": "^1.4.8",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"babel-jest": "29.5.0",
"cypress": "^12.15.0",
"esbuild": "^0.18.7",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.7",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-environment-node": "^29.4.1",
"nx": "16.4.0",
"prettier": "^2.6.2",
"ts-jest": "^29.1.0",
"ts-node": "~10.9.1",
"typescript": "^5.1.3",
"webpack": "^5.88.0"
}
}