-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
59 lines (59 loc) · 1.39 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
{
"name": "mintgarden-studio",
"version": "0.1.7",
"main": "dist/electron/main/index.js",
"description": "Mint Chia NFTs with ease.",
"author": "Andreas Greimel <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"package": "electron-builder"
},
"engines": {
"node": ">=14.17.0"
},
"devDependencies": {
"@headlessui/vue": "^1.6.5",
"@heroicons/vue": "^1.0.6",
"@tailwindcss/forms": "^0.5.2",
"@vitejs/plugin-vue": "^2.3.3",
"@vueuse/core": "^8.9.4",
"autoprefixer": "^10.4.7",
"bech32": "^2.0.0",
"electron": "^19.0.3",
"electron-builder": "^23.0.3",
"electron-builder-notarize": "^1.5.0",
"jdenticon": "^3.1.1",
"nft.storage": "^6.3.0",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.4",
"typescript": "^4.7.3",
"vite": "^2.9.9",
"vite-plugin-electron": "^0.6.0",
"vite-plugin-resolve": "^2.1.2",
"vue": "^3.2.36",
"vue-router": "^4.0.16",
"vue-tsc": "^0.36.0"
},
"env": {
"VITE_DEV_SERVER_HOST": "127.0.0.1",
"VITE_DEV_SERVER_PORT": 3344
},
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue"
],
"dependencies": {
"axios": "^0.27.2",
"chia-agent": "^6.0.0",
"electron-store": "^8.0.2",
"electron-updater": "^5.2.1",
"greenwebjs": "^1.1.6"
}
}