-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.72 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
{
"private": true,
"name": "Pasted",
"productName": "Pasted",
"version": "0.7.1",
"description": "Yet another clipboard manager",
"homepage": "https://github.com/skoro/pasted",
"main": ".vite/build/main.js",
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "eslint ./src"
},
"keywords": [
"clipboard",
"clipboard manager",
"app",
"electron"
],
"author": {
"name": "Oleksii Skorobogatko",
"url": "https://github.com/skoro"
},
"license": "MIT",
"devDependencies": {
"@akamfoad/qrcode": "^0.3.2",
"@electron-forge/cli": "^7.2.0",
"@electron-forge/maker-deb": "^7.2.0",
"@electron-forge/maker-rpm": "^7.2.0",
"@electron-forge/maker-squirrel": "^7.2.0",
"@electron-forge/maker-zip": "^7.2.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.2.0",
"@electron-forge/plugin-vite": "^7.2.0",
"@electron-forge/publisher-github": "^7.4.0",
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^9.1.1",
"@vitejs/plugin-vue": "^5.0.2",
"autoprefixer": "^10.4.16",
"electron": "28.1.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.25.0",
"globals": "^15.0.0",
"mousetrap": "^1.6.5",
"pinia": "^2.1.7",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"uuid": "^9.0.1",
"vue": "^3.4.13"
},
"dependencies": {
"electron-squirrel-startup": "^1.0.0"
},
"config": {
"forge": "./forge.config.js"
}
}