📦 Package Information v0.1.0
This commit is contained in:
parent
c9185a6713
commit
0c3d4799db
75
package.json
Normal file
75
package.json
Normal file
@ -0,0 +1,75 @@
|
||||
{
|
||||
"name": "create-svelte-electron-app",
|
||||
"version": "0.1.0",
|
||||
"description": "A simple starter project to get up and developing quickly with the blend of Svelte and Electron JS for building a Native Desktop App on various OS Platforms like Windows, Linux and macOS using Electron Builder.",
|
||||
"main": "main.js",
|
||||
"author": "Souleh Shaikh <author.souleh@thegeekytutor.com>",
|
||||
"license": "MIT",
|
||||
"private": false,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/soulehshaikh99/create-svelte-electron-app"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/soulehshaikh99/create-svelte-electron-app/issues"
|
||||
},
|
||||
"build": {
|
||||
"icon": "public/favicon.png",
|
||||
"productName": "Svelte and Electron App",
|
||||
"files": [
|
||||
"public/**/*",
|
||||
"main.js"
|
||||
],
|
||||
"win": {},
|
||||
"linux": {},
|
||||
"mac": {}
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"dev": "rollup -c -w",
|
||||
"start": "sirv public",
|
||||
"electron": "wait-on http://localhost:5000 && electron .",
|
||||
"electron-dev": "concurrently \"yarn run dev\" \"yarn run electron\"",
|
||||
"preelectron-pack": "yarn run build",
|
||||
"electron-pack": "electron-builder"
|
||||
},
|
||||
"dependencies": {
|
||||
"electron-serve": "^1.0.0",
|
||||
"sirv-cli": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^14.0.0",
|
||||
"@rollup/plugin-node-resolve": "^8.0.0",
|
||||
"concurrently": "^5.3.0",
|
||||
"electron": "^9.2.1",
|
||||
"electron-builder": "^22.8.0",
|
||||
"rollup": "^2.3.4",
|
||||
"rollup-plugin-livereload": "^1.0.0",
|
||||
"rollup-plugin-svelte": "^5.0.3",
|
||||
"rollup-plugin-terser": "^6.0.0",
|
||||
"svelte": "^3.0.0",
|
||||
"wait-on": "^5.2.0"
|
||||
},
|
||||
"keywords": [
|
||||
"cross-platform",
|
||||
"native-app",
|
||||
"installed-app",
|
||||
"desktop-applications",
|
||||
"windows",
|
||||
"linux",
|
||||
"macos",
|
||||
"html",
|
||||
"css",
|
||||
"javascript",
|
||||
"front-end",
|
||||
"compiler",
|
||||
"svelte",
|
||||
"rollup",
|
||||
"electron",
|
||||
"electron-builder",
|
||||
"electron-serve",
|
||||
"concurrently",
|
||||
"wait-on",
|
||||
"webapp"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user