forked from Sitronik/v3-tour
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.51 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": "v3-tour",
"version": "3.1.2",
"description": "v3-tour is a lightweight, simple and customizable tour plugin for use with Vue.js. It provides a quick and easy way to guide your users through your application.",
"author": "Sitronik <[email protected]>",
"license": "MIT",
"main": "dist/v3-tour.es.js",
"module": "dist/v3-tour.umd.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sitronik/v3-tour.git"
},
"typings": "types/index.d.ts",
"keywords": [
"vue",
"tour"
],
"homepage": "https://github.com/sitronik/v3-tour.git",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vite build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@popperjs/core": "^2.11.0",
"hash-sum": "^2.0.0",
"jump.js": "^1.0.2"
},
"devDependencies": {
"@rollup/plugin-dynamic-import-vars": "^1.1.1",
"@vitejs/plugin-vue": "^1.2.1",
"@vue/cli-plugin-babel": "^5.0.0-alpha.8",
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-plugin-unit-jest": "^5.0.0-alpha.8",
"@vue/cli-service": "^4.5.11",
"@vue/compiler-sfc": "^3.0.11",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "^2.0.0-rc.4",
"babel-eslint": "^10.1.0",
"core-js": "^3.9.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"sass": "^1.32.8",
"sass-loader": "^8.0.2",
"vite": "^2.1.5",
"vue": "^3.0.11",
"webpack": "^4.46.0",
"rollup-plugin-copy": "^3.4.0"
}
}