-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.53 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.6",
"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": "2.8.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@types/body-parser": "1.19.2",
"@types/cookie-parser": "1.4.3",
"@types/express": "4.17.17",
"@types/express-fileupload": "1.4.1",
"@types/express-session": "1.17.7",
"@types/jquery": "3.5.16",
"@types/node": "20.4.4",
"@types/p5": "1.6.2",
"@types/prompts": "2.4.4",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@types/yargs": "17.0.24",
"axios": "1.4.0",
"body-parser": "1.20.2",
"bufferutil": "4.0.7",
"commander": "11.0.0",
"cookie-parser": "1.4.6",
"cratecode": "1.0.7",
"discord.js": "14.11.0",
"dotenv": "16.3.1",
"erlpack": "0.1.4",
"express": "4.18.2",
"express-fileupload": "1.4.0",
"express-session": "1.17.3",
"express-validator": "7.0.1",
"framer-motion": "10.13.0",
"http-proxy-middleware": "3.0.0-beta.1",
"jest": "29.6.1",
"jquery": "3.7.0",
"next": "13.4.12",
"node-fetch": "3.3.1",
"p5": "1.7.0",
"prompts": "2.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"ts-node": "10.9.1",
"typescript": "5.1.6",
"utf-8-validate": "6.0.3",
"yargs": "17.7.2",
"zlib-sync": "0.1.8"
}
}