forked from leo60228/unofficial-homestuck-collection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.91 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "unofficial-homestuck-collection",
"description": "An offline collection of Homestuck and its related works.",
"contributors": [
{
"name": "Bambosh",
"url": "https://bambosh.dev"
},
{
"name": "GiovanH",
"url": "https://giovanh.com"
}
],
"version": "2.0.7",
"license": "GPL-3.0",
"repository": "github:Bambosh/unofficial-homestuck-collection",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"electron:generate-icons": "electron-icon-builder --input=./public/icon.png --output=build --flatten",
"dev": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
"main": "background.js",
"dependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-env": "^7.21.4",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^0.1.10",
"babel-loader": "^8.1.2",
"chokidar": "^3.5.3",
"electron-log": "^4.3.0",
"electron-store": "^6.0.0",
"encoding": "^0.1.12",
"flexsearch": "^0.6.32",
"global-agent": "^2.0.2",
"global-tunnel-ng": "^2.7.1",
"graceful-fs": "^4.1.6",
"js-yaml": "^3.14.0",
"luxon": "^1.25.0",
"mark.js": "^8.11.1",
"mnemonist": "^0.38.0",
"module": "^1.2.5",
"node-loader": "^1.0.3",
"prettier": "^1.18.2",
"readline": "^1.3.0",
"sass": "^1.62.1",
"serve-handler": "^6.1.3",
"sharp": "^0.30.1",
"tar": "^6.1.11",
"ts-color-class": "^0.10.1",
"unzipper": "^0.10.11",
"url-loader": "^4.1.1",
"vue": "^2.7",
"vue-loader": "^17.0.1",
"vue-router": "^3.2.0",
"vue-simple-suggest": "^1.11.1",
"vuedraggable": "^2.24.3",
"watchpack-chokidar2": "^2.0.1"
},
"devDependencies": {
"@vue/cli-plugin-router": "~4.4.0",
"@vue/cli-service": "~4.4.0",
"@vue/devtools": "^6.5.0",
"@vue/eslint-config-standard": "^5.1.2",
"electron": "^9.0.0",
"electron-devtools-installer": "^3.1.0",
"electron-icon-builder": "^1.0.2",
"eslint": "^7.24.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^7.8.0",
"node-sass": "^7.0.1",
"sass-loader": "^10.2.1",
"vue-cli-plugin-electron-builder": "~2.1.1",
"vue-template-compiler": "^2.7",
"webpack": "^4.18.0"
},
"resolutions": {
"vue-cli-plugin-electron-builder/electron-builder": "^23.0.2"
}
}