Skip to content

Commit dbb4a16

Browse files
committed
nothing
1 parent 146060c commit dbb4a16

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

package.json

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"name": "Gcrypt",
3+
"version": "3.5.0",
4+
"private": false,
5+
"author": "g122622",
6+
"repository": "https://github.com/g122622/gcrypt",
7+
"scripts": {
8+
"serve": "SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts vue-cli-service serve",
9+
"build": "SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts vue-cli-service build",
10+
"lint": "SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts vue-cli-service lint",
11+
"electron:build": "vue-cli-service electron:build",
12+
"electron:serve": "vue-cli-service electron:serve",
13+
"postinstall": "electron-builder install-app-deps",
14+
"postuninstall": "electron-builder install-app-deps"
15+
},
16+
"main": "background.js",
17+
"dependencies": {
18+
"@mdi/font": "5.9.55",
19+
"ace-builds": "^1.24.1",
20+
"axios": "^1.4.0",
21+
"chart.js": "^4.3.0",
22+
"core-js": "^3.8.3",
23+
"dayjs": "^1.11.7",
24+
"electron-store": "^8.1.0",
25+
"fs-extra": "^11.1.0",
26+
"get-windows-shortcut-properties": "^1.1.0",
27+
"lodash": "^4.17.21",
28+
"mitt": "^3.0.0",
29+
"pinia": "2.1.7",
30+
"roboto-fontface": "*",
31+
"vue": "3.3.9",
32+
"vue-json-viewer": "^3.0.4",
33+
"json-editor-vue": "latest",
34+
"vue-router": "^4.0.3",
35+
"vue3-ace-editor": "^2.2.3",
36+
"vuetify": "3.4.2",
37+
"webfontloader": "^1.0.0",
38+
"clipboard": "^2.0.4"
39+
},
40+
"devDependencies": {
41+
"@types/electron-devtools-installer": "^2.2.0",
42+
"@types/webfontloader": "^1.0.0",
43+
"@typescript-eslint/eslint-plugin": "^5.4.0",
44+
"@typescript-eslint/parser": "^5.4.0",
45+
"@vue/cli-plugin-babel": "~5.0.0",
46+
"@vue/cli-plugin-eslint": "~5.0.0",
47+
"@vue/cli-plugin-router": "~5.0.0",
48+
"@vue/cli-plugin-typescript": "~5.0.0",
49+
"@vue/cli-service": "~5.0.0",
50+
"@vue/eslint-config-standard": "^6.1.0",
51+
"@vue/eslint-config-typescript": "^9.1.0",
52+
"electron": "27.1.2",
53+
"electron-bytenode-webpack-plugin": "^1.1.2",
54+
"electron-devtools-installer": "^3.1.0",
55+
"eslint": "^7.32.0",
56+
"eslint-plugin-import": "^2.25.3",
57+
"eslint-plugin-node": "^11.1.0",
58+
"eslint-plugin-promise": "^5.1.0",
59+
"eslint-plugin-vue": "^8.0.3",
60+
"less": "^4.1.3",
61+
"less-loader": "^11.1.0",
62+
"typescript": "~4.5.5",
63+
"vue-cli-plugin-electron-builder": "^2.1.1",
64+
"vue-cli-plugin-vuetify": "~2.5.8",
65+
"webpack-plugin-vuetify": "^2.0.0-alpha.0"
66+
},
67+
"__npminstall_done": false
68+
}

0 commit comments

Comments
 (0)