mirror of
https://github.com/TheGreyDiamond/open360viewer.git
synced 2025-07-17 20:33:48 +02:00
some dep updates
This commit is contained in:
@ -18,5 +18,5 @@ If you are developing you might want to use `npm run startDev` as it also builds
|
|||||||
- adds possibilty to support Windows's Open with feature
|
- adds possibilty to support Windows's Open with feature
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
19
package.json
19
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "open360viewer",
|
"name": "open360viewer",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "An opensource 360° image viewer written in NodeJS using Electron and Marzipano",
|
"description": "An opensource 360° image viewer written in NodeJS using Electron and Marzipano",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"360",
|
"360",
|
||||||
@ -48,19 +48,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-free": "^5.15.4",
|
"@fortawesome/fontawesome-free": "^6.2.0",
|
||||||
"@themesberg/flowbite": "^1.2.0",
|
|
||||||
"file-type": "^16.5.3",
|
"file-type": "^16.5.3",
|
||||||
|
"flowbite": "^1.5.3",
|
||||||
|
"glob": "^8.0.3",
|
||||||
"marzipano": "^0.10.2"
|
"marzipano": "^0.10.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@electron-forge/cli": "^6.0.0-beta.61",
|
"electron": "^21.0.1",
|
||||||
"@electron-forge/maker-deb": "^6.0.0-beta.61",
|
"electron-packager": "^15.5.2",
|
||||||
"@electron-forge/maker-rpm": "^6.0.0-beta.61",
|
"minify": "^9.1.0",
|
||||||
"@electron-forge/maker-squirrel": "^6.0.0-beta.61",
|
"tailwindcss": "^3.2.4"
|
||||||
"@electron-forge/maker-zip": "^6.0.0-beta.61",
|
|
||||||
"electron": "^16.0.6",
|
|
||||||
"minify": "^8.0.3",
|
|
||||||
"tailwindcss": "^3.0.11"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -14,13 +14,14 @@
|
|||||||
<center>
|
<center>
|
||||||
|
|
||||||
<!--<img src="static/icon.png" alt="Logo" height="40px"></img>-->
|
<!--<img src="static/icon.png" alt="Logo" height="40px"></img>-->
|
||||||
<h1>360 Viewer</h1></center>
|
<h1>open360viewer</h1>
|
||||||
<h3 id="current">1.0.1</h3>
|
<h3 id="current">1.0.2</h3>
|
||||||
<h4>Made by TheGreydiamond.</h4>
|
<h4>Made by TheGreydiamond.</h4>
|
||||||
|
Thank you for using open360viewer!<br>
|
||||||
<small style="padding: 1px; margin: 0px;">
|
<small style="padding: 1px; margin: 0px;">
|
||||||
We are using node <script>document.write(process.versions.node)</script>,
|
We are using node <script>document.write(process.versions.node)</script>,
|
||||||
Chrome <script>document.write(process.versions.chrome)</script>,
|
Chrome <script>document.write(process.versions.chrome)</script>,
|
||||||
and Electron <script>document.write(process.versions.electron)</script>.
|
and Electron <script>document.write(process.versions.electron)</script>.</center>
|
||||||
</small>
|
</small>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@ -4,5 +4,5 @@ module.exports = {
|
|||||||
theme: {
|
theme: {
|
||||||
extend: {},
|
extend: {},
|
||||||
},
|
},
|
||||||
plugins: [require("@themesberg/flowbite/plugin")],
|
plugins: [require("flowbite/plugin")],
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user