new
parents
Showing
+354 -0
.editorconfig
0 → 100644
.env
0 → 100644
.eslintignore
0 → 100644
.eslintrc.cjs
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
.npmrc
0 → 100644
.vscode/extensions.json
0 → 100644
.vscode/settings.json
0 → 100644
This diff is collapsed.
.yarnrc
0 → 100644
README.md
0 → 100644
index.html
0 → 100644
jsconfig.json
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "com.prisca.apps", | ||
"version": "0.0.1", | ||
"description": "Prisca Apps v.1.0", | ||
"productName": "PriscaApps", | ||
"author": "mjoserizal <jrizal963@student.uns.ac.id>", | ||
"private": true, | ||
"scripts": { | ||
"lint": "eslint --ext .js,.vue ./", | ||
"format": "prettier --write \"**/*.{js,vue,scss,html,md,json}\" --ignore-path .gitignore", | ||
"test": "echo \"No test specified\" && exit 0", | ||
"dev": "quasar dev", | ||
"build": "quasar build" | ||
}, | ||
"dependencies": { | ||
"@fortawesome/fontawesome-free": "^6.5.1", | ||
"@fortawesome/fontawesome-svg-core": "^6.5.1", | ||
"@fortawesome/free-solid-svg-icons": "^6.5.1", | ||
"@quasar/extras": "^1.16.4", | ||
"axios": "^1.6.7", | ||
"dayjs": "^1.11.11", | ||
"form-data": "^4.0.0", | ||
"html2canvas": "^1.4.1", | ||
"jspdf": "^2.5.1", | ||
"mitt": "^3.0.1", | ||
"pinia": "^2.0.11", | ||
"quasar": "^2.8.0", | ||
"sweetalert2": "^11.6.13", | ||
"tailwindcss": "^3.4.1", | ||
"toastify-js": "^1.12.0", | ||
"vue": "^3.2.29", | ||
"vue-i18n": "^9.0.0", | ||
"vue-router": "^4.3.0", | ||
"vue3-google-login": "^2.0.29", | ||
"vuex": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"@intlify/vite-plugin-vue-i18n": "^3.3.1", | ||
"@quasar/app-vite": "^1.4.3", | ||
"@quasar/cli": "^2.4.1", | ||
"autoprefixer": "^10.4.17", | ||
"dotenv": "^16.4.5", | ||
"electron": "^29.1.0", | ||
"electron-packager": "^17.1.1", | ||
"eslint": "^8.11.0", | ||
"eslint-config-prettier": "^8.1.0", | ||
"eslint-plugin-vue": "^9.0.0", | ||
"postcss": "^8.4.33", | ||
"prettier": "^2.5.1", | ||
"workbox-build": "^7.0.0", | ||
"workbox-cacheable-response": "^7.0.0", | ||
"workbox-core": "^7.0.0", | ||
"workbox-expiration": "^7.0.0", | ||
"workbox-precaching": "^7.0.0", | ||
"workbox-routing": "^7.0.0", | ||
"workbox-strategies": "^7.0.0" | ||
}, | ||
"engines": { | ||
"node": "^20 || ^18 || ^16", | ||
"npm": ">= 6.13.4", | ||
"yarn": ">= 1.21.1" | ||
} | ||
} |
postcss.config.js
0 → 100644
public/favicon.ico
0 → 100644
63 KB
11.3 KB
14.4 KB