forked from bbbtttiii/lightning-load
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.62 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
55
56
57
58
59
{
"name": "webpage-audit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --passWithNoTests --verbose",
"test:watch": "jest --watch --verbose",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.3",
"@neondatabase/serverless": "^1.0.1",
"@upstash/redis": "^1.35.3",
"a11y-mcp-server": "^1.0.14",
"axios": "^1.11.0",
"cheerio": "^1.1.2",
"drizzle-kit": "^0.31.4",
"drizzle-orm": "^0.44.5",
"next": "14",
"pdfkit": "^0.17.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@next/eslint-plugin-next": "^14",
"@tailwindcss/postcss": "^4",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@types/node": "^24.2.1",
"@types/pdfkit": "^0.17.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/webpack": "^5.28.5",
"babel-jest": "^30.0.5",
"eslint": "^8",
"eslint-config-next": "15.4.6",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.0.5",
"jest-environment-jsdom": "^30.0.5",
"node-mocks-http": "^1.17.2",
"tailwindcss": "^4",
"typescript": "^5",
"webpack": "^5.101.0"
},
"resolutions": {
"strip-ansi": "6.0.1"
}
}