-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.37 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
{
"name": "hextraction-catalog",
"private": true,
"version": "0.0.1",
"description": "Hextraction Catalog",
"repository": "https://github.com/cadeluca/hextraction-catalog",
"type": "module",
"scripts": {
"gen:mdx": "node ./src/data/generateMdxFiles.js",
"gen:data": "node ./src/data/updateTiles.js",
"gen:db": "node ./src/data/setupDb.js",
"gen:full": "npm run gen:db && gen:data && run gen:mdx",
"build:full": "npm run gen:full && next build",
"build": "next build",
"dev": "next",
"start": "next start"
},
"dependencies": {
"@napi-rs/simple-git-linux-x64-gnu": "^0.1.19",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/react-table": "^8.20.5",
"dotenv": "^16.4.5",
"googleapis": "^144.0.0",
"lucide-react": "^0.453.0",
"next": "^14.2.5",
"nextra": "^3.0.11",
"nextra-theme-docs": "3.0.11*",
"puppeteer": "^23.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7"
},
"dependenciesMeta": {
"nextra": {
"injected": true
},
"nextra-theme-docs": {
"injected": true
}
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "22.8.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14"
}
}