-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
72 lines (72 loc) · 2.03 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "vue-bootstrap-slider",
"version": "2.1.8",
"description": "Vue bindings for seiyria/bootstrap-slider",
"author": "pimlie <[email protected]>",
"main": "dist/vue-bootstrap-slider.common.js",
"web": "dist/vue-bootstrap-slider.js",
"module": "lib/index.js",
"jsnext:main": "lib/index.js",
"license": "MIT",
"homepage": "https://github.com/pimlie/vue-bootstrap-slider",
"repository": {
"type": "git",
"url": "git+https://github.com/pimlie/vue-bootstrap-slider.git"
},
"files": [
"dist",
"lib",
"es"
],
"scripts": {
"build": "scripts/build.sh",
"lint": "eslint --ignore-path .gitignore --ext .js,.vue lib tests",
"test": "jest",
"release": "npm run build && npm run test && standard-version"
},
"keywords": [
"vue-component",
"vue",
"component",
"bootstrap",
"bootstrap-slider"
],
"dependencies": {
"bootstrap-slider": "^10.6.0",
"lodash": "^4.17.11"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/runtime": "^7.3.1",
"@nuxtjs/eslint-config": "^0.0.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"babel-preset-env": "^1.7.0",
"bootstrap": "^4.2.1",
"eslint": "^5.13.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jest": "^22.2.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.1.0",
"jest": "^24.1.0",
"rollup": "^1.1.2",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-terser": "^4.0.4",
"rollup-plugin-vue": "^4.7.1",
"rollup-watch": "^4.3.1",
"standard-version": "^4.4.0",
"uglify-es": "^3.3.10",
"vue": "^2.6.3",
"vue-jest": "^3.0.2",
"vue-template-compiler": "^2.6.3"
}
}