forked from quasarframework/quasar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.07 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.07 KB
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
{
"name": "@quasar/vite-plugin",
"version": "1.0.7",
"description": "Vite plugin for Quasar Framework",
"main": "dist/index.js",
"types": "index.d.ts",
"scripts": {
"build": "rollup --config rollup.config.js",
"test": "echo \"Error: no test specified\" && exit 0"
},
"files": [
"dist",
"index.d.ts"
],
"keywords": [
"vite-plugin",
"quasar",
"vite",
"vue",
"vuejs"
],
"author": {
"name": "Razvan Stoenescu",
"email": "razvan.stoenescu@gmail.com",
"url": "https://github.com/quasarframework"
},
"repository": {
"type": "git",
"url": "https://github.com/quasarframework/quasar"
},
"devDependencies": {
"rollup": "^2.58.0"
},
"peerDependencies": {
"quasar": "^2.0.0",
"vite": "^2.0.0",
"vue": "^3.0.0"
},
"license": "MIT",
"bugs": "https://github.com/quasarframework/quasar/issues",
"homepage": "https://quasar.dev",
"funding": {
"type": "github",
"url": "https://donate.quasar.dev"
},
"engines": {
"node": ">=12"
},
"publishConfig": {
"access": "public"
}
}