-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
61 lines (61 loc) · 1.99 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
{
"name": "@xivapi/vue-xivtooltips",
"version": "0.1.10",
"description": "A simple library to display tooltips for Final Fantasy XIV data",
"author": "xivapi <[email protected]>",
"license": "Apache-2.0",
"homepage": "https://github.com/xivapi/vue-xivtooltips",
"repository": {
"type": "git",
"url": "git+https://github.com/xivapi/vue-xivtooltips.git"
},
"bugs": {
"url": "https://github.com/xivapi/vue-xivtooltips/issues"
},
"keywords": [
"ffxiv",
"xivapi"
],
"scripts": {
"build": "vue-cli-service build --target lib --formats umd-min --name VueXIVTooltips --filename vue-xivtooltips src/index.js",
"lint": "eslint --ext .js --ext .vue src",
"build-storybook": "build-storybook",
"build:dev": "vue-cli-service build --mode development --target lib --formats umd --name VueXIVTooltips --filename vue-xivtooltips src/index.js",
"docs": "vue-docgen -c docgen.config.js",
"storybook:build": "vue-cli-service storybook:build -c config/storybook",
"storybook": "vue-cli-service storybook:serve -p 6006 -c config/storybook"
},
"main": "dist/vue-xivtooltips.umd.min.js",
"files": [
"dist",
"NOTICE"
],
"dependencies": {
"lodash-es": "^4.17.15",
"lodash.debounce": "^4.0.8",
"vue-popperjs": "^2.3.0",
"vuex-persist": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.7",
"@storybook/addon-essentials": "^6.0.26",
"@storybook/addon-links": "^6.0.26",
"@storybook/vue": "^6.0.26",
"@vue/cli-plugin-babel": "^4.5.9",
"@vue/cli-plugin-eslint": "^4.5.9",
"@vue/cli-plugin-vuex": "^4.5.9",
"@vue/cli-service": "^4.5.9",
"@vue/compiler-sfc": "^3.0.0-beta.9",
"axios": "^0.21.1",
"babel-loader": "^8.2.2",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^7.0.0-alpha.1",
"postcss": "^7.0.29",
"vue": "^2.6.11",
"vue-cli-plugin-storybook": "~2.0.0",
"vue-docgen-cli": "^4.21.0",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.3.0"
},
"peerDependencies": {}
}