-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2 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
66
67
68
{
"name": "bible-explorers",
"version": "2.4.3",
"description": "App for Bible Explorers",
"main": ".vite/build/main.js",
"repository": {
"type": "git",
"url": "https://github.com/bcc-code/bible-explorers.git"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"watch": "vite build --watch",
"preview": "vite preview",
"dev:electron": "electron-vite dev --watch",
"build:electron": "electron-vite build",
"package": "electron-builder --config=electron_builder.js",
"publish": "electron-builder --config=electron_builder.js --publish always"
},
"author": "BCC Media",
"license": "(C) 2024 BCC Media",
"dependencies": {
"@auth0/auth0-spa-js": "^1.21.0",
"@microsoft/applicationinsights-web": "^2.8.3",
"@tweenjs/tween.js": "^18.6.4",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"bccm-video-player": "^1.5.0",
"cannon-es": "^0.20.0",
"cannon-es-debugger": "^1.0.0",
"canvas-confetti": "^1.6.0",
"electron-log": "^5.1.2",
"electron-store": "^8.1.0",
"electron-updater": "^6.1.8",
"electron-vite": "^2.1.0",
"gsap": "^3.11.5",
"howler": "^2.2.4",
"is-electron": "^2.2.2",
"jwt-decode": "^4.0.0",
"konva": "^8.4.3",
"lil-gui": "^0.16.0",
"sass": "^1.79.4",
"three": "^0.151.3",
"tippy.js": "^6.3.7",
"troika-three-text": "^0.45.1",
"update-electron-app": "^3.0.0",
"workbox-cacheable-response": "^6.5.3",
"workbox-precaching": "^6.5.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"electron": "^28.1.4",
"electron-builder": "^24.13.3",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"stylelint": "^16.9.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-scss": "^6.7.0",
"tailwindcss": "^3.4.1",
"vite": "^4.3.9",
"vite-plugin-pwa": "^0.16.4"
},
"optionalDependencies": {
"dmg-license": "^1.0.11"
}
}