UNPKG

quasar

Version:

Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time

129 lines (128 loc) 4.7 kB
{ "name": "quasar", "version": "2.11.9", "description": "Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time", "main": "dist/quasar.cjs.prod.js", "module": "dist/quasar.esm.prod.js", "unpkg": "dist/quasar.umd.prod.js", "jsdelivr": "dist/quasar.umd.prod.js", "typings": "dist/types/index.d.ts", "files": [ "dist", "lang", "icon-set", "src", "wrappers" ], "scripts": { "clean": "node build/script.clean.js", "dev": "cd ./dev && node ./script.dev.js dev && cd ..", "dev:build": "cd ./dev && node ./script.build.js dev && cd ..", "dev:ssr": "cd ./dev && node ./script.dev.js dev -m ssr && cd ..", "dev:build:ssr": "cd ./dev && node ./script.build.js dev -m ssr && cd ..", "dev:cordova:ios": "cd ./dev && node ./script.dev.js dev -m cordova -T ios && cd ..", "dev:cordova:android": "cd ./dev && node ./script.dev.js dev -m cordova -T android && cd ..", "dev:capacitor:ios": "cd ./dev && node ./script.dev.js dev -m capacitor -T ios && cd ..", "dev:capacitor:android": "cd ./dev && node ./script.dev.js dev -m capacitor -T android && cd ..", "dev:umd": "node build/script.test-umd.js", "dev:quploader": "cd dev/upload-server && yarn && cd ../.. && node dev/upload-server/server.js", "build": "node build/script.build.js", "lint": "eslint --ext .js,.vue src dev", "lint-fix": "eslint --ext .js,.vue src dev --fix", "format:types": "prettier --write \"types/**/*.{d.ts,ts,json}\"", "test:create": "node ./test/cypress/helpers/create-spec.js -c", "test:build": "node build/script.build.js js api && node build/script.build.js js transforms", "test:e2e": "yarn test:build && cd ./dev && cross-env NODE_ENV=test start-test \"node ./script.dev.js\" http-get://localhost:9000 \"cypress open --e2e\" && cd ..", "test:e2e:ci": "yarn test:build && cd ./dev && cross-env NODE_ENV=test start-test \"node ./script.dev.js\" http-get://localhost:9000 \"cypress run --e2e\" && cd ..", "test:component": "yarn test:build && cd ./dev && cross-env NODE_ENV=test cypress open --component && cd ..", "test:component:run": "yarn test:build && cd ./dev && cross-env NODE_ENV=test cypress run --component && cd ..", "test:component:ci": "yarn test:build && cd ./dev && cross-env NODE_ENV=test cypress run --component --record --parallel && cd .." }, "repository": { "type": "git", "url": "git+https://github.com/quasarframework/quasar.git" }, "keywords": [ "vuejs", "vue", "quasar", "js", "phone", "tablet", "desktop", "spa", "pwa", "website", "electron" ], "author": { "name": "Razvan Stoenescu", "email": "razvan.stoenescu@gmail.com", "url": "https://quasar.dev" }, "license": "MIT", "bugs": { "url": "https://github.com/quasarframework/quasar/issues" }, "funding": { "type": "github", "url": "https://donate.quasar.dev" }, "homepage": "https://quasar.dev", "devDependencies": { "@quasar/app-vite": "^1.2.0", "@quasar/extras": "^1.15.11", "@quasar/quasar-app-extension-testing-e2e-cypress": "^5.1.0", "@rollup/plugin-node-resolve": "^11.2.1", "@rollup/plugin-replace": "^2.3.3", "autoprefixer": "^10.4.13", "babel-preset-es2015-rollup": "^3.0.0", "cli-highlight": "^2.1.11", "cssnano": "^5.1.14", "cypress": "^12.7.0", "diff": "^5.1.0", "eslint": "^7.4.0", "eslint-config-standard": "^17.0.0", "eslint-friendly-formatter": "^4.0.1", "eslint-plugin-cypress": "^2.12.1", "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^15.6.1", "eslint-plugin-no-only-tests": "^2.6.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-vue": "^8.0.0", "fast-glob": "^3.2.7", "module-alias": "^2.2.2", "postcss-rtlcss": "^4.0.2", "prettier": "^2.8.3", "recast": "^0.18.5", "rimraf": "^3.0.1", "rollup": "^2.34.0", "table": "^6.8.1", "typescript": "^4.9.5", "uglify-es": "^3.3.9", "vue": "^3.2.47", "vue-router": "^4.1.6", "yargs": "^17.6.2" }, "vetur": { "tags": "dist/vetur/quasar-tags.json", "attributes": "dist/vetur/quasar-attributes.json" }, "web-types": "dist/web-types/web-types.json", "browserslist": [ "last 10 Chrome versions", "last 10 Firefox versions", "last 10 Edge versions", "last 10 Safari versions", "last 10 Android versions", "last 10 ChromeAndroid versions", "last 10 FirefoxAndroid versions", "last 10 iOS versions" ], "engines": { "node": ">= 10.18.1", "npm": ">= 6.13.4", "yarn": ">= 1.21.1" } }