-
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.41 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.41 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": "holybible",
"version": "2.6.0",
"description": "holybible webapp",
"main": "index.js",
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"clean": "rm -rf .next out",
"preexport": "npm run build",
"export": "next export",
"lint": "eslint",
"lint:fix": "eslint --fix",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joostory/holybible.git"
},
"keywords": [
"holybible",
"webapp"
],
"author": "Joo",
"license": "MIT",
"bugs": {
"url": "https://github.com/joostory/holybible/issues"
},
"homepage": "https://github.com/joostory/holybible#readme",
"devDependencies": {
"@tailwindcss/postcss": "^4.3.1",
"@types/luxon": "^3.7.1",
"@types/node": "^25.9.3",
"@types/papaparse": "^5.5.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"css": "^3.0.0",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.9",
"jest": "^30.4.2",
"post": "^0.0.1",
"tailwindcss": "^4.3.1",
"typescript": "^6.0.3"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@tailwindcss/typography": "^0.5.20",
"axios": "^1.18.0",
"classnames": "^2.5.1",
"daisyui": "^5.5.23",
"jotai": "^2.20.1",
"luxon": "^3.7.2",
"next": "^16.2.9",
"papaparse": "^5.5.3",
"react": "^19.2.7",
"react-dom": "^19.2.7"
}
}