-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.32 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
{
"name": "@ossph/vue-footprints",
"version": "2.0.0",
"description": "Breadcrumbs for Vue.js with Vue Router",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --fix --ext .js,.vue ./",
"build": "rollup --config"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/OSSPhilippines/vue-footprints.git"
},
"keywords": [
"vue",
"vue3",
"vue-router",
"breadcrumbs"
],
"author": "Joff Tiquez",
"license": "MIT",
"bugs": {
"url": "https://github.com/OSSPhilippines/vue-footprints/issues"
},
"homepage": "https://github.com/OSSPhilippines/vue-footprints#readme",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-terser": "^0.4.0",
"eslint": "^8.10.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.0.0",
"eslint-webpack-plugin": "^3.1.1",
"rollup": "^3.10.1"
},
"peerDependencies": {
"vue": "^3.3.1",
"vue-router": "^4.1.6"
},
"dependencies": {}
}