-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.88 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "bible-history",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "TINA_PUBLIC_IS_LOCAL=true tinacms dev -c \"next dev -p 3002\"",
"build": "tinacms build && next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@bibleup/bibleup": "^1.1.0",
"@hookform/resolvers": "^3.9.0",
"@prisma/client": "^5.18.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@sindresorhus/slugify": "^2.2.1",
"@smakss/react-scroll-direction": "^4.2.0",
"@uidotdev/usehooks": "^2.4.1",
"autoprefixer": "^10.4.19",
"breakpoint-sass": "^3.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"immer": "^10.1.1",
"lucide-react": "^0.427.0",
"next": "14.2.5",
"next-themes": "^0.3.0",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.53.0",
"react-intersection-observer": "^9.13.0",
"react-markdown": "^9.0.1",
"react-reftagger": "^2.1.0",
"remark-gfm": "^4.0.0",
"sass": "^1.77.8",
"sqlite3": "^5.1.7",
"stylelint": "^16.7.0",
"stylelint-config-sass-guidelines": "^12.0.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.2",
"stylelint-scss": "^6.4.1",
"tinacms": "^2.2.1",
"yet-another-react-lightbox": "^3.21.2",
"zod": "^3.23.8",
"zod-form-data": "^2.0.2"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.13.2",
"@tinacms/cli": "^1.6.1",
"@types/node": "^20.16.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"eslint-plugin-next-on-pages": "^1.13.2",
"prisma": "^5.18.0",
"typescript": "^5"
}
}