-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.66 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
{
"name": "baby-log",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:capacitor": "cross-env BUID_CAP=true vue-cli-service build && cap copy",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@capacitor/android": "^2.4.7",
"@sentry/integrations": "^6.2.3",
"@sentry/tracing": "^6.2.3",
"@sentry/vue": "^6.2.3",
"chart.js": "^2.9.4",
"chartjs-plugin-zoom": "^0.7.7",
"chroma-js": "^2.1.1",
"core-js": "^3.9.1",
"d3": "^6.6.0",
"file-saver": "^2.0.5",
"humanize-duration": "^3.25.1",
"moment": "^2.29.1",
"nanoid": "^3.1.22",
"pouchdb-adapter-http": "^7.2.2",
"pouchdb-adapter-idb": "^7.2.2",
"rxdb": "^9.15.0",
"vue": "^2.6.12",
"vue-router": "^3.5.1",
"vuedraggable": "^2.24.3",
"vuetify": "^2.4.7",
"vuex": "^3.6.2",
"workbox-window": "^6.1.2"
},
"devDependencies": {
"@capacitor/cli": "^2.4.7",
"@capacitor/core": "^2.4.7",
"@mdi/font": "^5.9.55",
"@vue/cli-plugin-babel": "~4.5.12",
"@vue/cli-plugin-eslint": "~4.5.12",
"@vue/cli-plugin-router": "~4.5.12",
"@vue/cli-plugin-vuex": "~4.5.12",
"@vue/cli-service": "~4.5.12",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"eslint": "^7.22.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.7.0",
"prettier": "^2.2.1",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"vue-cli-plugin-vuetify": "~2.3.1",
"vue-template-compiler": "^2.6.12",
"vuetify-loader": "^1.7.2",
"workbox-webpack-plugin": "^6.1.2"
}
}