-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.55 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
{
"name": "electron-vue-template",
"version": "0.1.0",
"description": "A minimal Electron + Vue application",
"main": "build/main/main.js",
"scripts": {
"dev": "node scripts/dev-server.js",
"build": "node scripts/build.js && electron-builder",
"build:win": "node scripts/build.js && electron-builder --win",
"build:mac": "node scripts/build.js && electron-builder --mac",
"build:linux": "node scripts/build.js && electron-builder --linux"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deluze/electron-vue-template.git"
},
"author": "G-A223, huzouskaya, sharina-ya",
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/jsonwebtoken": "^9.0.5",
"@vitejs/plugin-vue": "^4.0.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"electron": "^25.2.0",
"electron-builder": "^24.2.1",
"ts-node": "^10.9.2",
"typescript": "^4.9.5",
"vite": "^4.5.5"
},
"dependencies": {
"axios": "^1.6.2",
"body-parser": "^1.20.3",
"bootstrap": "^5.3.2",
"cors": "^2.8.5",
"express": "^4.21.1",
"jquery": "^3.7.1",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.11.4",
"phaser": "^3.70.0",
"popper.js": "^1.16.1",
"vee-validate": "^2.2.15",
"vue": "^3.2.47",
"vue-cookies": "^1.8.4",
"vue-router": "^4.5.0",
"vuex": "^4.1.0"
},
"bugs": {
"url": "https://github.com/deluze/electron-vue-template/issues"
},
"homepage": "https://github.com/deluze/electron-vue-template#readme",
"keywords": [],
"license": "ISC"
}