forked from alexandreDavid/vue3-tour
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 842 Bytes
/
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
{
"name": "vue3-tour",
"version": "0.2.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"jump.js": "^1.0.2",
"popper.js": "^1.16.1",
"vue": "^3.0.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.1.5",
"@vue/compiler-sfc": "^3.0.5",
"sass": "^1.32.8",
"vite": "^2.0.5"
},
"main": "dist/vue3-tour.umd.js",
"browser": "dist/vue3-tour.umd.js",
"module": "dist/vue3-tour.es.js",
"repository": {
"type": "git",
"url": "git+https://github.com/alexandreDavid/vue3-tour.git"
},
"keywords": [
"vue",
"tour"
],
"author": "Alexandre David",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexandreDavid/vue3-tour/issues"
},
"homepage": "https://github.com/alexandreDavid/vue3-tour#readme"
}