quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
105 lines • 2.96 kB
JSON
{
"name": "quasar",
"version": "2.19.2",
"description": "Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time",
"keywords": [
"desktop",
"electron",
"js",
"phone",
"pwa",
"quasar",
"spa",
"tablet",
"vue",
"vuejs",
"website"
],
"homepage": "https://quasar.dev",
"bugs": {
"url": "https://github.com/quasarframework/quasar/issues"
},
"license": "MIT",
"author": {
"name": "Razvan Stoenescu",
"email": "razvan.stoenescu@gmail.com",
"url": "https://quasar.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quasarframework/quasar.git"
},
"funding": {
"type": "github",
"url": "https://donate.quasar.dev"
},
"files": [
"dist",
"lang",
"icon-set",
"src",
"wrappers"
],
"type": "module",
"module": "dist/quasar.client.js",
"typings": "dist/types/index.d.ts",
"unpkg": "dist/quasar.umd.prod.js",
"jsdelivr": "dist/quasar.umd.prod.js",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"require": "./dist/quasar.server.prod.cjs",
"node": "./dist/quasar.server.prod.js",
"import": "./dist/quasar.client.js"
},
"./wrappers": {
"require": "./wrappers/index.cjs",
"import": "./wrappers/index.js"
},
"./*": "./*"
},
"devDependencies": {
"cli-highlight": "^2.1.11",
"cross-env": "^10.1.0",
"diff": "^8.0.3",
"fs-extra": "^11.3.4",
"kolorist": "^1.8.0",
"lightningcss": "^1.32.0",
"open": "^10.1.0",
"postcss-rtlcss": "^5.4.0",
"rolldown": "1.0.0-rc.10",
"sass-embedded": "^1.98.0",
"table": "^6.8.2",
"tinyglobby": "^0.2.10",
"typescript": "^5.6.2",
"vue": "^3.5.30",
"@quasar/extras": "1.17.0"
},
"engines": {
"node": ">= 10.18.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},
"vetur": {
"tags": "dist/vetur/quasar-tags.json",
"attributes": "dist/vetur/quasar-attributes.json"
},
"web-types": "dist/web-types/web-types.json",
"scripts": {
"clean": "node build/script.clean.js",
"build": "node build/script.build.js",
"dev": "cd ./playground && quasar dev && cd ..",
"dev:ssr": "cd ./playground && quasar dev -m ssr && cd ..",
"dev:build": "cd ./playground && quasar build && cd ..",
"dev:build:ssr": "cd ./playground && quasar build -m ssr && cd ..",
"dev:umd": "node build/script.test-umd.js",
"dev:quploader": "cd ./playground/upload-server && pnpm i && cd ../.. && node playground/upload-server/server.js",
"lint": "oxfmt && oxlint --fix",
"lint:check": "oxfmt --check && oxlint",
"test": "pnpm --filter quasar-ui-test test",
"test:watch": "pnpm --filter quasar-ui-test test:watch",
"test:watch:ui": "pnpm --filter quasar-ui-test test:watch:ui",
"test:specs": "node ./testing/specs/script.js",
"test:specs:ci": "node ./testing/specs/script.js --ci"
}
}