forked from alexandreDavid/vue3-tour
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 914 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
38
39
40
41
42
{
"name": "vue3-tour",
"version": "0.3.4",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"hash-sum": "^2.0.0",
"jump.js": "^1.0.2",
"vue": "^3.2.37"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.0",
"sass": "^1.53.0",
"vite": "^2.0.5"
},
"files": [
"dist",
"src"
],
"main": "dist/vue3-tour.umd.js",
"browser": "dist/vue3-tour.umd.js",
"module": "dist/vue3-tour.es.js",
"types": "types/vue3-tour.d.ts",
"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"
}