-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.31 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
{
"name": "vue-navs",
"version": "0.1.34",
"description": "A composite navigation component for vue apps.",
"author": "mode-x",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build-package": "vue-cli-service build --target lib --name VueNavs ./src/components/VueNavs.vue",
"copy": "copyfiles foo.js ./dist"
},
"main": "./dist/VueNavs.common.js",
"files": [
"dist/*"
],
"devDependencies": {
"@vue/cli-plugin-babel": "~4.3.1",
"@vue/cli-plugin-eslint": "~4.3.1",
"@vue/cli-service": "~4.3.1",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"bootstrap": "^4.3.1",
"bulma": "^0.7.5",
"copyfiles": "^2.1.1",
"core-js": "^3.6.4",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^6.2.2",
"hamburgers": "^1.1.3",
"jquery": "^3.4.1",
"node-sass": "^4.9.0",
"popper.js": "^1.15.0",
"prettier": "^1.19.1",
"sass-loader": "^8.0.2",
"vue": "^2.6.10",
"vue-router": "^3.0.7",
"vue-template-compiler": "^2.6.10"
},
"keywords": [
"vue nav",
"side-bar",
"nav-bar",
"components"
],
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/mode-x/vue-navs.git"
}
}