-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.3 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
64
65
66
67
68
{
"name": "Gcrypt",
"version": "3.7.0",
"private": false,
"author": "g122622",
"repository": "https://github.com/g122622/gcrypt",
"scripts": {
"serve": "SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts vue-cli-service serve",
"build": "SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts vue-cli-service build",
"lint": "SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
"main": "background.js",
"dependencies": {
"@mdi/font": "5.9.55",
"ace-builds": "^1.24.1",
"axios": "^1.4.0",
"chart.js": "^4.3.0",
"clipboard": "^2.0.4",
"core-js": "^3.8.3",
"dayjs": "^1.11.7",
"electron-store": "^8.1.0",
"fs-extra": "^11.1.0",
"get-windows-shortcut-properties": "^1.1.0",
"json-editor-vue": "latest",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"pinia": "2.1.7",
"roboto-fontface": "*",
"vue": "3.3.9",
"vue-json-viewer": "^3.0.4",
"vue-router": "^4.0.3",
"vue3-ace-editor": "^2.2.3",
"vuetify": "3.4.2",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@types/electron-devtools-installer": "^2.2.0",
"@types/webfontloader": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-standard": "^6.1.0",
"@vue/eslint-config-typescript": "^9.1.0",
"electron": "27.1.2",
"electron-bytenode-webpack-plugin": "^1.1.2",
"electron-devtools-installer": "^3.1.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^8.0.3",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"typescript": "^5.7.2",
"vue-cli-plugin-electron-builder": "^2.1.1",
"vue-cli-plugin-vuetify": "~2.5.8",
"webpack-plugin-vuetify": "^2.0.0-alpha.0"
},
"__npminstall_done": false
}