forked from WhiteCosmos/Gotcha-Rest-Client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 2.97 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
{
"name": "Gotcha",
"jest": {
"rootDir": "./",
"moduleDirectories": [
"node_modules"
],
"modulePaths": [
"<rootDir>"
],
"moduleNameMapper": {
"^@/(.*)$": "<rootDir>/src/$1"
}
},
"version": "1.6.6",
"private": true,
"description": "Gotcha",
"author": "WhiteCosm0s",
"scripts": {
"test": "jest",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"electron:generate-icons": "electron-icon-builder --input=build/icon.png --output=build --flatten"
},
"main": "background.js",
"dependencies": {
"bignumber.js": "^9.1.1",
"codemirror": "^5.63.0",
"codemirror-graphql": "^1.0.2",
"core-js": "^3.6.4",
"dexie": "^3.0.1",
"diff": "^5.1.0",
"easytimer.js": "^4.5.1",
"esm": "^3.2.25",
"express": "^4.17.1",
"fabric": "^4.6.0",
"form-data": "^4.0.0",
"got": "11.8.5",
"graphql": "^15.6.1",
"highlightjs": "^9.16.2",
"hpagent": "^0.1.2",
"httpsnippet": "^2.0.0",
"image-to-base64": "^2.2.0",
"immutable": "^4.0.0",
"internal-ip": "^6.2.0",
"jquery": "^3.6.0",
"js-yaml": "^4.1.0",
"json-merger": "^1.1.9",
"jsonlint": "^1.6.3",
"jsonpath": "^1.1.1",
"jsonpath-plus": "^7.0.0",
"lodash": "^4.17.15",
"markdown-it": "^12.2.0",
"markdown-it-link-attributes": "^3.0.0",
"marked": "^2.1.3",
"md5": "^2.3.0",
"mime": "^2.5.2",
"mime-types": "^2.1.35",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"node-uuid": "^1.4.8",
"nunjucks": "^3.2.3",
"object-sizeof": "^1.6.1",
"parse-url": "^5.0.7",
"pdfjs-dist": "2.2.228",
"query-string": "^7.0.1",
"requirejs": "^2.3.6",
"semver": "^7.3.5",
"smooth-corners": "^1.0.8",
"splitpanes": "^2.4.1",
"to-json-schema": "^0.2.5",
"tough-cookie": "4.1.3",
"url-parse": "^1.5.3",
"uuid": "^8.3.2",
"v-hotkey": "^0.9.0",
"vue": "2.7.16",
"vue-codemirror": "^4.0.6",
"vue-highlightjs": "^1.3.3",
"vue-i18n": "^8.21.0",
"vue-virtual-scroller": "^1.1.2",
"vuedraggable": "^2.24.3",
"vuetify": "2.7.1",
"vuex": "^3.1.3",
"worker-loader": "^3.0.8",
"xml-formatter": "^3.2.0",
"yargs": "^17.2.1"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@fortawesome/fontawesome-free": "^6.2.0",
"@intlify/vue-i18n-loader": "^4.2.0",
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-vuex": "^4.3.1",
"@vue/cli-service": "~4.3.0",
"electron": "11.5.0",
"electron-icon-builder": "^1.0.2",
"electron-rebuild": "^2.3.4",
"jest": "^29.5.0",
"sass": "^1.19.0",
"sass-loader": "^8.0.0",
"script-loader": "^0.7.2",
"vue-cli-plugin-electron-builder": "2.1.1",
"vue-cli-plugin-fontawesome": "~0.3.1",
"vue-cli-plugin-vuetify": "~2.0.5",
"vue-template-compiler": "2.7.16",
"vuetify-loader": "^1.3.0"
}
}