-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
66 lines (66 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
64
65
66
{
"name": "@morioh/v-lightbox",
"description": "Lightbox Photo Grid and Slideshow component for Vue.Js",
"version": "1.0.3",
"author": "Morioh-Lab",
"main": "./dist/lightbox.min.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --progress --watch --colors",
"prod": "cross-env NODE_ENV=production webpack -p --watch --progress --colors",
"start": "node ./dist/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Morioh-Lab/v-lightbox.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Morioh-Lab/v-lightbox/issues"
},
"homepage": "https://github.com/Morioh-Lab/v-lightbox",
"keywords": [
"vue gallery",
"vue lightbox",
"vue slideshow",
"gallery",
"lightbox",
"slideshow"
],
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-modules-commonjs": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"autoprefixer": "^9.7.6",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"cross-env": "^7.0.2",
"css-loader": "^3.5.3",
"file-loader": "^4.3.0",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-loader": "^0.5.5",
"html-webpack-externals-plugin": "^3.8.0",
"html-webpack-plugin": "^4.2.0",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^2.3.0",
"vue": "^2.6.11",
"vue-loader": "^15.9.1",
"vue-ssr-webpack-plugin": "^3.0.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-node-externals": "^1.7.2"
}
}