forked from MekaAuto/MekaAuto-Front
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.17 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 2.17 KB
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
{
"name": "meka-auto",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"watch": "vite build --watch",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"ionic:build": "npm run build",
"ionic:serve": "npm run dev",
"postbuild": "purgecss --css node-modules/mdb-vue-ui-kit/css/*.css --content dist/index.html dist/assets/*.js --output dist/assets",
"generate-pwa-assets": "pwa-assets-generator --preset all public/logo.svg"
},
"dependencies": {
"@capacitor/android": "5.1.1",
"@capacitor/app": "5.0.5",
"@capacitor/cli": "5.1.1",
"@capacitor/core": "5.1.1",
"@capacitor/haptics": "5.0.5",
"@capacitor/ios": "5.1.1",
"@capacitor/keyboard": "5.0.5",
"@capacitor/local-notifications": "5.0.6",
"@capacitor/status-bar": "5.0.5",
"@codetrix-studio/capacitor-google-auth": "3.3.2",
"@headlessui/vue": "1.7.16",
"@heroicons/vue": "2.0.18",
"@tailwindcss/forms": "0.5.3",
"jwt-decode": "3.1.2",
"lodash": "^4.17.21",
"pinia": "^2.1.6",
"purgecss": "5.0.0",
"sass": "1.63.6",
"tw-elements": "1.0.0-rc.1",
"vue": "3.3.4",
"vue-router": "4.2.2",
"vue3-toastify": "0.1.11"
},
"devDependencies": {
"@capacitor/assets": "2.0.4",
"@fullhuman/postcss-purgecss": "5.0.0",
"@popperjs/core": "2.11.8",
"@rushstack/eslint-patch": "1.2.0",
"@tsconfig/node18": "2.0.1",
"@types/node": "18.17.11",
"@vite-pwa/assets-generator": "0.0.4",
"@vitejs/plugin-vue": "4.2.3",
"@vue/eslint-config-prettier": "7.1.0",
"@vue/eslint-config-typescript": "11.0.3",
"@vue/tsconfig": "0.4.0",
"autoprefixer": "10.4.14",
"eslint": "8.39.0",
"eslint-plugin-vue": "9.11.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.26",
"prettier": "2.8.8",
"tailwindcss": "3.3.3",
"typescript": "5.0.4",
"vite": "4.4.9",
"vite-plugin-pwa": "0.16.4",
"vue-tsc": "1.6.5"
}
}