-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 2.13 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
{
"name": "ionic-vue-rxdb",
"version": "0.0.1",
"private": true,
"description": "Offline fist ionic project",
"scripts": {
"serve": "npm-run-all --parallel serve:json serve:app",
"serve:app": "vue-cli-service serve",
"serve:json": "json-server --host 0.0.0.0 --watch db.json",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@capacitor-community/sqlite": "^5.0.4",
"@capacitor/android": "5.1.1",
"@capacitor/app": "5.0.5",
"@capacitor/core": "^5.1.1",
"@capacitor/haptics": "5.0.5",
"@capacitor/keyboard": "5.0.5",
"@capacitor/preferences": "^5.0.5",
"@capacitor/status-bar": "5.0.5",
"@ionic/vue": "^7.1.1",
"@ionic/vue-router": "^7.1.1",
"axios": "^1.4.0",
"core-js": "^3.31.0",
"dexie": "^3.2.4",
"lodash": "^4.17.21",
"lokijs": "^1.5.12",
"luxon": "^3.3.0",
"rxdb": "^14.14.1",
"rxjs": "^7.8.1",
"uuid": "^9.0.0",
"vue": "^3.3.4",
"vue-router": "^4.2.3"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@capacitor/cli": "3.5.0",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.182",
"@types/lokijs": "^1.5.7",
"@types/luxon": "^2.3.1",
"@types/uuid": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@vue/cli-plugin-babel": "~5.0.0-rc.1",
"@vue/cli-plugin-e2e-cypress": "~5.0.0-rc.1",
"@vue/cli-plugin-eslint": "~5.0.0-rc.1",
"@vue/cli-plugin-router": "~5.0.0-rc.1",
"@vue/cli-plugin-typescript": "~5.0.0-rc.1",
"@vue/cli-plugin-unit-jest": "~5.0.0-rc.1",
"@vue/cli-service": "~5.0.0-rc.1",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/test-utils": "^2.0.0-rc.16",
"@vue/vue3-jest": "^27.0.0-alpha.3",
"babel-jest": "^27.3.1",
"cypress": "^8.7.0",
"eslint": "^8.4.1",
"eslint-plugin-vue": "^8.2.0",
"jest": "^27.3.1",
"json-server": "^0.17.0",
"npm-run-all": "^4.1.5",
"ts-jest": "^27.0.7",
"typescript": "^4.3.5"
}
}