-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 912 Bytes
/
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
{
"name": "@irfanismail/vue-layout",
"description": "VueLayout is a simple yet dynamic way to handle your layouts inside a Vue application",
"private": false,
"version": "0.1.3",
"keywords": [
"vue",
"layout",
"dynamic",
"router"
],
"author": "irfan ismail <[email protected]> (https://irfanismail.com/)",
"homepage": "https://github.com/irfancoder/vue-layout.git",
"main": "dist/vue-layout.es.js",
"repository": {
"type": "git",
"url": "https://github.com/irfancoder/vue-layout.git"
},
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"release": "standard-version"
},
"dependencies": {},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.0",
"standard-version": "^9.3.2",
"vite": "^2.8.0",
"vue": "^3.2.31"
},
"peerDependencies": {
"vue-router": "^4.0.13"
}
}