-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.96 KB
/
package.json
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
68
69
70
71
72
73
74
{
"name": "@pdanpdan/quasar-play",
"version": "1.2.15",
"description": "Playground for Quasar Framework",
"productName": "Quasar Play",
"author": {
"name": "Dan Popescu",
"email": "[email protected]",
"url": "https://github.com/pdanpdan"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/pdanpdan"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pdanpdan/quasar-play.git"
},
"keywords": [
"vue",
"vue3",
"quasar",
"framework",
"play",
"playground",
"repl"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pdanpdan/quasar-play/issues"
},
"homepage": "https://pdanpdan.github.io/quasar-play",
"type": "module",
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview --host",
"lint": "eslint --ext .js,.vue,.cjs,.ts .",
"typecheck": "vue-tsc --noEmit",
"generate-pwa-assets": "pwa-assets-generator"
},
"devDependencies": {
"@chenfengyuan/vue-qrcode": "^2.0.0",
"@pdanpdan/vue-repl": "^1.0.20",
"@quasar/extras": "^1.16.9",
"@quasar/vite-plugin": "^1.6.0",
"@types/file-saver": "^2.0.7",
"@types/node": "^20.10.7",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@vite-pwa/assets-generator": "^0.2.2",
"@vitejs/plugin-vue": "^5.0.2",
"autoprefixer": "^10.4.16",
"deepmerge": "^4.3.1",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"postcss": "^8.4.33",
"prettier": "^3.1.1",
"qrcode": "^1.5.3",
"quasar": "^2.14.2",
"sass": "=1.69.5",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-compression2": "^0.11.0",
"vite-plugin-mkcert": "^1.17.1",
"vite-plugin-pwa": "^0.17.4",
"vue": "^3.4.5",
"vue-tsc": "1.9.0-alpha.3",
"workbox-window": "^7.0.0"
},
"packageManager": "[email protected]"
}