-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1018 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1018 Bytes
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
{
"name": "bible_study",
"version": "1.0.1",
"description": "Bible study tool to sit in front of BSS API",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"screenshots": "node scripts/take-screenshots.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alephcom/bible_study.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/alephcom/bible_study/issues"
},
"homepage": "https://github.com/alephcom/bible_study#readme",
"devDependencies": {
"@vitejs/plugin-react": "^5.1.1",
"playwright": "^1.57.0",
"vite": "^7.2.4"
},
"dependencies": {
"axios": "^1.13.2",
"i18next": "^25.6.3",
"i18next-browser-languagedetector": "^8.2.0",
"js-cookie": "^3.0.5",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-i18next": "^16.3.5",
"react-router-dom": "^7.9.6",
"tom-select": "^2.4.3"
}
}