-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
63 lines (63 loc) · 1.96 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
{
"name": "vue-visual",
"version": "2.7.0",
"description": "Vue 2 image and video loader supporting lazy loading, background videos, fixed aspect ratios, low rez poster images, transitions, loaders, slotted content and more and more",
"main": "index.js",
"scripts": {
"build": "webpack",
"version": "npm run build && git add -A",
"postversion": "git push --follow-tags && yarn storybook:deploy",
"storybook": "start-storybook -p 6006",
"storybook:build": "build-storybook",
"storybook:deploy": "storybook-to-ghpages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BKWLD/vue-visual.git"
},
"keywords": [
"vue",
"lazy-load",
"cover-video"
],
"author": "Bukwild",
"license": "MIT",
"bugs": {
"url": "https://github.com/BKWLD/vue-visual/issues"
},
"homepage": "https://github.com/BKWLD/vue-visual#readme",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@storybook/addon-actions": "^5.0.6",
"@storybook/addon-knobs": "^5.0.6",
"@storybook/addon-links": "^5.0.6",
"@storybook/addon-storysource": "^5.0.6",
"@storybook/addons": "^5.0.6",
"@storybook/storybook-deployer": "^2.8.1",
"@storybook/vue": "^5.0.6",
"babel-loader": "^8.0.5",
"babel-preset-vue": "^2.0.2",
"coffee-loader": "^0.9.0",
"coffeescript": "^2.4.0",
"css-loader": "^2.1.1",
"express": "^4.14.0",
"express-urlrewrite": "^1.2.0",
"mini-css-extract-plugin": "^0.5.0",
"pug": "^3.0.1",
"pug-plain-loader": "^1.0.0",
"selenium-server": "^2.53.1",
"storybook-addon-vue-info": "^1.0.1",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue": "^2.6.10",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^5.94.0",
"webpack-cli": "^3.3.0",
"webpack-dev-middleware": "^5.3.4",
"webpack-node-externals": "^1.7.2"
}
}