forked from sexnine/BetterCompass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.74 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
{
"name": "compass-vue",
"version": "1.0.181",
"private": true,
"license": "GPL-3.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --no-clean",
"lint": "vue-cli-service lint",
"postinstall": "patch-package"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@babel/preset-env": "^7.17.10",
"@mdi/js": "^6.6.95",
"@sentry/tracing": "^6.19.3",
"@sentry/vue": "^6.19.3",
"apollo-boost": "^0.4.9",
"axios": "^0.26.1",
"brace": "^0.11.1",
"chart.js": "^3.7.1",
"core-js": "^3.6.5",
"dayjs": "^1.11.0",
"ejs": "^3.1.7",
"glob-parent": "^5.1.2",
"graphql": "^16.3.0",
"graphql-tag": "^2.12.6",
"markdown-it": "^13.0.1",
"markdown-it-emoji": "git+https://github.com/Troplo/markdown-it-unicode-emoji",
"node-ipc": "git+https://git.troplo.com/Troplo/node-ipc",
"nth-check": "^2.0.1",
"patch-package": "^6.4.7",
"prettier": "^2.6.1",
"register-service-worker": "^1.7.1",
"request": "^2.88.2",
"selfsigned": "^2.0.1",
"socket.io-client": "^4.5.1",
"twemoji": "^14.0.2",
"v-year-calendar": "^1.0.2",
"vue": "^2.6.11",
"vue-apollo": "^3.1.0",
"vue-axios": "^3.4.1",
"vue-chartjs": "^4.0.1",
"vue-final-modal": "^2.4.1",
"vue-material-year-calendar": "^1.2.6",
"vue-matomo": "^4.1.0",
"vue-native-notification": "^1.1.1",
"vue-router": "^3.2.0",
"vue-sanitize": "^0.2.1",
"vue-shortkey": "^3.1.7",
"vue-swatches": "^2.1.1",
"vue-toastification": "^1.7.14",
"vue2-ace-editor": "^0.0.15",
"vuedraggable": "^2.24.3",
"vuetify": "^2.6.4",
"vuex": "^3.4.0"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@mdi/font": "6.5.95",
"@sentry/webpack-plugin": "^1.18.8",
"@vue/cli-plugin-babel": "~4.5.15",
"@vue/cli-plugin-eslint": "~4.5.15",
"@vue/cli-plugin-pwa": "~4.5.15",
"@vue/cli-plugin-router": "~4.5.15",
"@vue/cli-plugin-vuex": "~4.5.15",
"@vue/cli-service": "~4.5.15",
"babel-eslint": "^10.1.0",
"dotenv-webpack": "^7.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"material-design-icons-iconfont": "^6.5.0",
"sass": "~1.32.0",
"sass-loader": "^10.0.0",
"vue-cli-plugin-vuetify": "~2.4.7",
"vue-template-babel-compiler": "^1.1.3",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.7.0",
"webpack-auto-inject-version-next": "1.2.4"
},
"resolutions": {
"node-ipc": "git+https://git.troplo.com/Troplo/node-ipc",
"selfsigned": "^2.0.1",
"nth-check": "^2.0.1",
"glob-parent": "^5.1.2",
"ejs": "^3.1.7",
"eventsource": "^2.0.2"
}
}