This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
50 lines (50 loc) · 1.42 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
{
"name": "kanban-electron",
"version": "v0.2.2-beta",
"description": "Kanban board with offline persistence",
"main": "./dist/main/index.js",
"scripts": {
"dev": "node .electron-nuxt/dev.js",
"build": "node .electron-nuxt/build.js",
"preinstall": "node .electron-nuxt/check-engines.js",
"postinstall": "electron-builder install-app-deps "
},
"keywords": [],
"author": "trobonox <57040351+trobonox@users.noreply.github.com>",
"license": "MIT",
"homepage": "https://github.com/trobonox/kanban-electron",
"repository": {
"type": "git",
"url": "https://github.com/trobonox/kanban-electron"
},
"engines": {
"node": ">=14.14.9"
},
"resolutions": {
"@types/node": "14.14.9"
},
"devDependencies": {
"@nuxt/postcss8": "^1.1.3",
"@xpda-dev/core": "^0.1.6",
"@xpda-dev/electron-builder": "^0.2.1",
"@xpda-dev/electron-launcher": "^0.3.0",
"@xpda-dev/webpack-step": "^0.1.6",
"autoprefixer": "^10.4.4",
"cross-env": "^7.0.3",
"deepmerge": "^4.2.2",
"electron": "^16.0.5",
"electron-builder": "^22.14.5",
"electron-devtools-installer": "^3.2.0",
"nuxt": "^2.15.8",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.8",
"tailwindcss": "^3.0.24",
"webpack": "^4.46.0",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@nuxtjs/toast": "^3.3.1",
"electron-store": "^8.0.1",
"vue-smooth-dnd": "^0.8.1"
}
}