forked from FTBTeam/FTB-App
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.45 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
{
"name": "ftb-app",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "cross-env NODE_ENV=development vue-cli-service electron:serve",
"build": "vue-cli-service electron:build",
"license": "license-checker --json > licenses.json",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"buildall": "vue-cli-service electron:build -mwl",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"vue:build": "vue-cli-service build",
"vue:serve": "vue-cli-service serve"
},
"main": "background.js",
"dependencies": {},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-regular-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@types/got": "^9.6.10",
"@types/jest": "^25.2.2",
"@types/node": "^12.12.39",
"@types/node-fetch": "^2.5.7",
"@types/semver": "^7.2.0",
"@types/showdown": "^1.9.3",
"@types/vue-moment": "^4.0.0",
"@types/webpack-env": "1.14.1",
"@types/xml2js": "^0.4.5",
"@vue/cli-plugin-babel": "~4.3.1",
"@vue/cli-plugin-typescript": "~4.3.1",
"@vue/cli-plugin-unit-jest": "~4.3.1",
"@vue/cli-service": "~4.3.1",
"@vue/test-utils": "1.0.2",
"axios": "^0.19.2",
"babel-core": "7.0.0-bridge.0",
"balloon-css": "^1.0.4",
"core-js": "^3.6.5",
"cross-env": "^7.0.2",
"electron": "^8.4.0",
"electron-dl": "^3.0.0",
"electron-log": "^4.1.2",
"hastebin": "^0.2.1",
"irc-framework": "^4.8.1",
"license-checker": "25.0.1",
"mcping-js": "^1.5.0",
"moment": "^2.25.3",
"node-sass": "^4.14.1",
"rss-parser": "^3.8.0",
"sass-loader": "^8.0.2",
"semver": "^7.3.2",
"showdown": "^1.9.1",
"tailwindcss": "^1.4.6",
"ts-jest": "^25.5.1",
"typescript": "^3.9.2",
"v-selectmenu": "^2.0.2",
"vue": "^2.6.11",
"vue-axios": "^2.1.5",
"vue-class-component": "^7.2.3",
"vue-cli-plugin-electron-builder": "~1.4.6",
"vue-devtools": "^5.1.3",
"vue-moment": "^4.1.0",
"vue-native-websocket": "^2.0.14",
"vue-property-decorator": "^8.4.2",
"vue-router": "^3.1.6",
"vue-showdown": "^2.4.1",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.4.0",
"vuex-class": "^0.3.2"
},
"resolutions": {
"**/fsevents": "^1.2.9"
}
}