-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
63 lines (63 loc) · 1.74 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
{
"name": "bottom-navigation-vue",
"version": "3.3.6",
"description": "Vue Bottom Navigation",
"private": false,
"author": {
"name": "Iman Malekian",
"email": "imanmalekian31@gmail.com"
},
"repository": "https://github.com/imanmalekian31/vue-bottom-navigation",
"bugs": "https://github.com/imanmalekian31/vue-bottom-navigation/issues",
"keywords": [
"vue",
"bottom",
"navigation",
"custom",
"curved",
"swipe",
"ring",
"grow",
"bottom-navigation"
],
"files": [
"dist/*"
],
"license": "MIT",
"scripts": {
"build": "rollup -c && npm run buildType",
"buildType": "npx -p typescript tsc src/types/index.ts --declaration --emitDeclarationOnly --outDir dist"
},
"main": "dist/library.js",
"module": "dist/library.mjs",
"types": "dist/index.d.ts",
"peerDependencies": {
"vue": ">=3.x",
"vue-router": ">=4.x"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.4.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.7.0",
"prettier": "^2.8.0",
"rollup": "^2.75.6",
"rollup-plugin-import-css": "^3.0.3",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-vue": "^6.0.0",
"tslib": "^2.4.1",
"typescript": "^4.8.4",
"vue": "^3.2.43",
"vue-router": "^4.1.6"
}
}