-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.57 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.57 KB
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.3",
"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.3.5",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@types/body-parser": "^1.19.2",
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.14",
"@types/express-fileupload": "^1.4.1",
"@types/express-session": "^1.17.5",
"@types/jquery": "^3.5.14",
"@types/node": "^18.8.3",
"@types/p5": "^1.4.3",
"@types/prompts": "^2.4.1",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/yargs": "^17.0.13",
"axios": "^1.1.2",
"body-parser": "^1.20.1",
"bufferutil": "^4.0.6",
"commander": "^9.4.1",
"cookie-parser": "^1.4.6",
"cratecode": "^1.0.5",
"discord.js": "^14.5.0",
"dotenv": "^16.0.3",
"erlpack": "^0.1.4",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-session": "^1.17.3",
"express-validator": "^6.14.2",
"framer-motion": "^8.4.0",
"http-proxy-middleware": "^3.0.0-beta.0",
"jest": "^29.1.2",
"jquery": "^3.6.1",
"next": "^12.3.1",
"node-fetch": "^3.2.10",
"p5": "^1.4.2",
"prompts": "^2.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"utf-8-validate": "^5.0.9",
"yargs": "^17.6.0",
"zlib-sync": "^0.1.7"
}
}