| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "name": "capacitor-app",
- "version": "1.0.0",
- "description": "An Amazing Capacitor App",
- "main": "index.js",
- "scripts": {
- "serve": "vue-cli-service serve",
- "build": "vue-cli-service build && npx cap copy",
- "build-dev": "vue-cli-service build --mode development && npx cap copy",
- "lint": "vue-cli-service lint"
- },
- "keywords": [
- "capacitor",
- "mobile"
- ],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@capacitor-community/file-opener": "^1.0.5",
- "@capacitor/android": "^5.0.0",
- "@capacitor/app": "^5.0.2",
- "@capacitor/cli": "^5.0.0",
- "@capacitor/core": "^5.0.0",
- "@capacitor/filesystem": "^5.0.2",
- "@capacitor/ios": "^5.0.0",
- "@capacitor/status-bar": "^5.0.2",
- "axios": "^0.19.0",
- "babel-plugin-import": "^1.13.3",
- "capacitor-plugin-safe-area": "^2.0.0",
- "core-js": "^2.6.5",
- "crypto-js": "^4.1.1",
- "dayjs": "^1.10.4",
- "ip": "^1.1.5",
- "photoswipe": "^4.1.3",
- "probe-image-size": "^6.0.0",
- "qs": "^6.9.4",
- "resolve-url": "^0.2.1",
- "url-search-params-polyfill": "^7.0.0",
- "vant": "^2.12.3",
- "vconsole-webpack-plugin": "^1.4.2",
- "vue": "^2.6.10",
- "vue-bus": "^1.2.1",
- "vue-loading-template": "^1.3.2",
- "vue-meta": "^2.3.1",
- "vue-router": "^3.0.3",
- "vue2-toast": "^2.1.0",
- "vueg": "^1.4.5",
- "vuex": "^3.0.1"
- },
- "devDependencies": {
- "@vue/cli-plugin-babel": "^3.12.0",
- "@vue/cli-plugin-eslint": "^4.1.0",
- "@vue/cli-service": "^3.12.0",
- "@vue/eslint-config-prettier": "^5.0.0",
- "babel-eslint": "^10.0.3",
- "eslint": "^5.16.0",
- "eslint-plugin-prettier": "^3.1.1",
- "eslint-plugin-vue": "^5.0.0",
- "less": "^3.0.4",
- "less-loader": "^6.0.0",
- "lint-staged": "^9.5.0",
- "prettier": "^1.19.1",
- "style-resources-loader": "^1.2.1",
- "vue-cli-plugin-style-resources-loader": "^0.1.3",
- "vue-template-compiler": "^2.6.10"
- },
- "lint-staged": {
- "*.{js,vue}": [
- "vue-cli-service lint",
- "git add"
- ]
- }
- }
|