-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.52 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
{
"name": "provided",
"version": "1.0.7",
"description": "A collection of packages provided by Cratecode which are available inside of its containers.",
"repository": "https://github.com/Cratecode/provided.git",
"author": "Jonah Uellenberg",
"license": "Apache-2.0",
"dependencies": {
"@chakra-ui/react": "3.2.2",
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"@types/body-parser": "1.19.5",
"@types/cookie-parser": "1.4.8",
"@types/express": "5.0.0",
"@types/express-fileupload": "1.5.1",
"@types/express-session": "1.18.1",
"@types/jquery": "3.5.32",
"@types/node": "22.10.1",
"@types/p5": "1.7.6",
"@types/prompts": "2.4.9",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/yargs": "17.0.33",
"axios": "1.7.8",
"body-parser": "1.20.3",
"bufferutil": "4.0.8",
"commander": "12.1.0",
"cookie-parser": "1.4.7",
"cratecode": "1.0.8",
"discord.js": "14.16.3",
"dotenv": "16.4.5",
"erlpack": "0.1.4",
"express": "4.21.1",
"express-fileupload": "1.5.1",
"express-session": "1.18.1",
"express-validator": "7.2.0",
"framer-motion": "11.12.0",
"http-proxy-middleware": "3.0.3",
"jest": "29.7.0",
"jquery": "3.7.1",
"next": "15.0.3",
"node-fetch": "3.3.2",
"p5": "1.11.2",
"prompts": "2.4.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"ts-node": "10.9.2",
"typescript": "5.7.2",
"utf-8-validate": "6.0.5",
"yargs": "17.7.2",
"zlib-sync": "0.1.9"
}
}