-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
83 lines (83 loc) · 2.42 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
{
"name": "pulse-sms-web",
"version": "v1.3.6",
"description": "Pulse SMS - text from your computer.",
"author": {
"name": "Luke Klinker",
"email": "[email protected]",
"url": "https://klinkerapps.com"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"deploy": "npm run build; touch dist/CNAME; echo \"pulsesms.app\" > dist/CNAME; push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@bugsnag/js": "^7.5.4",
"@bugsnag/plugin-vue": "^7.5.4",
"@xkeshi/image-compressor": "^0.5.3",
"axios": "^0.21.1",
"emoji-mart-vue-fast": "^7.0.7",
"emoji-toolkit": "^6.0.1",
"firebase": "^5.10.1",
"hotkeys-js": "^3.6.3",
"jump.js": "^1.0.2",
"linkifyjs": "^2.1.9",
"lodash": "^4.17.15",
"object-hash": "^2.1.1",
"reconnecting-websocket": "^4.4.0",
"vue": "^2.6.12",
"vue-color": "^2.8.1",
"vue-flatpickr-component": "^9.0.3",
"vue-i18n": "^8.22.3",
"vue-router": "^3.4.9",
"vue-search-select": "^2.9.3",
"vuejs-dialog": "^1.4.2",
"vuex": "^3.6.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.12.1",
"@vue/cli-plugin-babel": "~4.5.10",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.10",
"@vue/cli-service": "~4.5.10",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.0.0",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^6.2.2",
"grpc": "^1.23.3",
"lint-staged": "^8.1.5",
"node-sass": "^5.0.0",
"push-dir": "^0.4.1",
"sass-loader": "^10.1.0",
"sw-precache-webpack-plugin": "^0.11.5",
"vue-template-compiler": "^2.6.10",
"worker-loader": "^2.0.0"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"license": "(Apache-2.0 AND MIT)",
"lint-staged": {
"*.{js,vue}": [
"vue-cli-service lint",
"git add"
]
},
"repository": "https://github.com/klinker-apps/pulse-sms-web"
}