-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.34 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.34 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
54
{
"name": "uabmagic-api",
"version": "1.0.0",
"description": "A Vercel API for UABMagic.com",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rorpage/uabmagic-api.git"
},
"keywords": [
"disney",
"typescript"
],
"author": "Robbie Page",
"license": "MIT",
"bugs": {
"url": "https://github.com/rorpage/uabmagic-api/issues"
},
"homepage": "https://github.com/rorpage/uabmagic-api#readme",
"devDependencies": {
"@types/dialogflow": "^4.0.4",
"@types/htmlparser2": "^3.10.3",
"@types/node": "^18.11.7",
"@types/node-fetch": "^2.6.2",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/tough-cookie": "^4.0.2",
"@types/uuid": "^3.4.10",
"@types/validator": "^13.7.9",
"@vercel/node": "^1.12.1",
"autoprefixer": "^10.3.5",
"postcss": "^8.4.18",
"tslint": "^6.1.3",
"typescript": "^4.8.4"
},
"dependencies": {
"@supabase/supabase-js": "^2.2.3",
"cheerio": "^1.0.0-rc.12",
"eslint": "^8.27.0",
"eslint-config-next": "^13.0.2",
"got": "11.8.5",
"next": "^13.0.2",
"node-fetch": "2.6.7",
"react": "^18",
"react-dom": "^18",
"title-case": "^3.0.3",
"tough-cookie": "^4.1.2"
}
}