-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.87 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.87 KB
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
{
"name": "iosmb-client",
"author": "enzodjabali",
"description": "iOS Message Bridge - A web client for communicating with iOS messages. Send and receive messages from the comfort of your web browser.",
"version": "0.7.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"repository": {
"type": "git",
"url": "https://github.com/enzodjabali/iOSMB-Client.git"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"axios": "^1.3.4",
"bplist-parser": "^0.3.2",
"core-js": "^3.8.3",
"emoji-datasource": "^14.0.0",
"emoji-mart-vue-fast": "^12.0.1",
"emoji-regex": "^10.2.1",
"feather-icons": "^4.29.0",
"heic2any": "^0.0.4",
"jquery": "^3.6.3",
"moment": "^2.29.4",
"rangy": "^1.3.1",
"vue": "^3.2.13",
"vue-class-component": "^8.0.0-0",
"vue-feather": "^2.0.0",
"vue-linkify": "^1.0.1",
"vue-long-click": "^0.1.0",
"vue-native-websocket-vue3": "^3.1.7",
"vue-router": "^4.0.3",
"vuex": "^4.0.0"
},
"devDependencies": {
"@types/jquery": "^3.5.16",
"@types/node": "18.19.0",
"@types/rangy": "^0.0.33",
"@types/vue-router": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-plugin-vuex": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-typescript": "^9.1.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"sass": "^1.58.3",
"sass-loader": "^13.2.0",
"ts-loader": "^8.4.0",
"typescript": "~4.5.5"
}
}