-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
47 lines (47 loc) · 1.17 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
{
"name": "vue3-plotly",
"version": "0.0.7",
"description": "",
"main": "dist/library.js",
"module": "dist/library.mjs",
"files": [
"dist/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"deplot": "bash deploy.sh",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VanOord/vue3-plotly.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/VanOord/vue3-plotly/issues"
},
"homepage": "https://github.com/VanOord/vue3-plotly#readme",
"peerDependencies": {
"vue": "^3.2.21"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.5",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/compiler-sfc": "^3.3.4",
"eslint": "^8.43.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-vue": "^9.15.0",
"rollup": "^3.25.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-vue": "^6.0.0",
"vuepress": "^1.9.9"
},
"dependencies": {
"plotly.js-dist": "^2.24.2"
}
}