-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.54 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
{
"name": "cineplus",
"private": true,
"version": "1.1.0",
"buildVersion": 7,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"build:android": "node ./build.js 'android'",
"build:ios": "node ./build.js 'ios'",
"preview": "vite preview",
"test:e2e": "cypress run",
"test:unit": "vitest",
"lint": "eslint"
},
"dependencies": {
"@capacitor/android": "5.2.2",
"@capacitor/app": "5.0.6",
"@capacitor/core": "^5.6.0",
"@capacitor/haptics": "5.0.6",
"@capacitor/ios": "^5.6.0",
"@capacitor/keyboard": "5.0.6",
"@capacitor/live-updates": "^0.1.0",
"@capacitor/status-bar": "5.0.6",
"@ionic/storage": "^4.0.0",
"@ionic/vue": "^7.2.2",
"@ionic/vue-router": "^7.2.2",
"axios": "^1.4.0",
"chart.js": "^4.3.3",
"dayjs": "^1.11.9",
"dotenv": "^16.3.1",
"firebase": "^10.9.0",
"ionicons": "^7.1.2",
"pinia": "^2.1.6",
"swiper": "^10.1.0",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@capacitor/cli": "5.2.2",
"@types/node": "^20.4.7",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.4.1",
"autoprefixer": "^10.4.14",
"cypress": "^12.17.3",
"eslint": "^8.46.0",
"eslint-plugin-vue": "^9.16.1",
"jsdom": "^22.1.0",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"vite": "^4.4.8",
"vitest": "^0.32.4",
"vue-tsc": "^1.8.8"
}
}