-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 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
{
"name": "apollodatabase",
"version": "2.0.0",
"type": "module",
"main": "dist/index.js",
"repository": "https://github.com/SakuraPuare/ApolloDatabase.git",
"author": "Steven Moder <java20131114@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"spider:new": "tsx src/spider/new_page_spider.ts",
"spider:update": "tsx src/spider/update_page_spider.ts",
"spider:apollo": "tsx src/spider/apolloDocSpider.ts"
},
"devDependencies": {
"@types/jsdom": "^21.1.7",
"@types/node": "^22.15.2",
"@types/react": "19.1.2",
"eslint": "^9",
"eslint-config-next": "15.3.1",
"tsx": "^4.19.3",
"tw-animate-css": "^1.2.8",
"typescript": "^5.4.5"
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.4",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"axios": "^1.9.0",
"cheerio": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"jsdom": "^26.1.0",
"lucide-react": "^0.503.0",
"meilisearch": "^0.50.0",
"next": "^15.3.1",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"puppeteer": "^24.9.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.4"
}
}