-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.17 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
{
"name": "lightgallery-demo",
"version": "1.0.0",
"description": "lightgallery.js demo built with vue",
"main": "index.js",
"scripts": {
"build": "webpack",
"serve": "serve -p 1337",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ymyang/lightgallery-demo.git"
},
"keywords": [
"lightgallery",
"vue"
],
"author": "ymyang",
"license": "ISC",
"bugs": {
"url": "https://github.com/ymyang/lightgallery-demo/issues"
},
"homepage": "https://github.com/ymyang/lightgallery-demo#readme",
"dependencies": {
"lg-thumbnail.js": "^1.0.0",
"lightgallery.js": "^1.0.1",
"vue": "^2.2.6"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"serve": "^5.1.4",
"url-loader": "^0.5.8",
"vue-loader": "^11.3.4",
"vue-style-loader": "^3.0.0",
"vue-template-compiler": "^2.2.6",
"webpack": "^2.4.1"
}
}