forked from alex-oleshkevich/vue-introjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "vue-introjs",
"version": "1.3.2",
"description": "intro.js bindings for Vue",
"main": "dist/index.min.js",
"repository": "https://github.com/alex-oleshkevich/vue-introjs",
"author": "Alex Oleshkevich",
"license": "MIT",
"scripts": {
"watch": "webpack -w",
"build:dev": "webpack",
"build": "webpack -p",
"test": "jest",
"lint": "eslint --ext .js src/"
},
"peerDependencies": {
"intro.js": "^2.7.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.5",
"babel-jest": "^23.2.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"eslint": "^5.0.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-html": "^4.0.5",
"jest": "^23.2.0",
"jest-serializer-vue": "^2.0.2",
"uglifyjs-webpack-plugin": "^1.2.7",
"vue": "^2.5.16",
"webpack": "^4.14.0",
"webpack-cli": "^3.0.8"
}
}