-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "crypted-vue-route",
"description": "Crypted Vue Route is a library to encrypt and decrypt your routes in Vue 3 applications.",
"version": "1.0.0",
"type": "module",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/BirajMainali/crypted-vue-route.git"
},
"keywords": [
"crypted-vue-route",
"hash-vue-route",
"encrypted-vue-route",
"vue-route"
],
"author": "Biraj Mainali",
"license": "ISC",
"bugs": {
"url": "https://github.com/BirajMainali/crypted-vue-route/issues"
},
"homepage": "https://github.com/BirajMainali/crypted-vue-route#readme",
"main": "./dist/crypted-vue-route.umd.js",
"module": "./dist/crypted-vue-route.es.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:docs": "vite build --config vite-docs-config.js",
"preview": "vite preview --port 4173"
},
"dependencies": {
"crypted-vue-route": "^0.0.10",
"fflate": "^0.7.3",
"pinia": "^2.0.23",
"short-crypter": "^1.0.0",
"vue": "^3.3.7",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.3",
"vite": "^3.2.7"
}
}