-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
113 lines (113 loc) · 3.49 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"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"
}
],
"engines": {
"node": "18.20"
},
"version": "2.5.6",
"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/preset-env": "^7.21.4",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^2.0.10",
"array.prototype.toreversed": "^1.1.1",
"caniuse-lite": "^1.0.30001621",
"electron-log": "^4",
"electron-store": "^8.1.0",
"electron-window-state": "^5.0.3",
"encoding": "^0.1.12",
"flexsearch": "^0.6.32",
"gif-frames": "^1.0.1",
"js-yaml": "^3.14.0",
"luxon": "^3.4.4",
"mark.js": "^8.11.1",
"mnemonist": "^0.39.5",
"path-browserify": "^1.0.1",
"prettier": "^1.18.2",
"readline": "^1.3.0",
"sass.js": "^0.11.1",
"semver": "^7",
"serve-handler": "^6.1.3",
"sharp": "^0.32.1",
"tar": "^6",
"ts-color-class": "^0.10.1",
"unzipper": "^0.11.6",
"vue": "^2.7",
"vue-async-computed": "^3.9.0",
"vue-router": "^3.2.0",
"vue-simple-suggest": "^1.11.1",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24",
"@babel/plugin-transform-optional-chaining": "^7.24",
"@babel/preset-env": "^7.21.4",
"@vue/cli-plugin-e2e-webdriverio": "^5.0.8",
"@vue/cli-plugin-router": "^4.5",
"@vue/cli-service": "^4.5",
"@vue/devtools": "^6.5.0",
"@vue/eslint-config-standard": "^5.1.2",
"acorn": "^8",
"babel-loader": "^8.1.2",
"css-loader": "^3.5",
"electron": "^9.0.0",
"electron-builder-squirrel-windows": "24.13.3",
"electron-devtools-assembler": "^1.2.0",
"electron-icon-builder": "^1.0.2",
"eslint": "^8",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-n": "^16",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.8.0",
"node-loader": "^1.0.3",
"node-sass": "^8",
"sass": "^1.62.1",
"sass-loader": "^10.2.1",
"string-replace-loader": "^3.1.0",
"url-loader": "^4.1.1",
"vue-cli-plugin-electron-builder": "~2.1.1",
"vue-loader": "^17.0.1",
"vue-template-compiler": "^2.7",
"webpack": "^4.18.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.1",
"yaml-loader": "^0.8.0"
},
"resolutions": {
"@achrinza/node-ipc": "^10",
"acorn-jsx": "^5.3.2",
"terser-webpack-plugin": "^3.0.3",
"vue-cli-plugin-electron-builder/electron-builder": "^24",
"vue-loader": "~15.9"
}
}