-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.68 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
{
"name": "vue-product-zoom",
"version": "0.0.38",
"main": "dist/assets/js/app.bundle.js",
"description": "Vue Package for responsive Zoom Product Images . Under Bootstrap 3 environment.",
"author": "[email protected]",
"private": false,
"scripts": {
"dev": "NODE_ENV=development node_modules/.bin/webpack-dev-server --open --config webpack.dev.config.js",
"docs": "NODE_ENV=development node_modules/.bin/webpack --config webpack.docs.config.js",
"publish": "NODE_ENV=production node_modules/.bin/webpack --config webpack.publish.config.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/vue-fontawesome": "^0.1.6",
"bulma": "^0.7.4",
"docsify-cli": "^4.3.0",
"file-loader": "^4.0.0",
"url-loader": "^2.0.1",
"vue": "^2.5.21",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.4.3",
"autoprefixer": "^9.5.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^2.0.1",
"css-loader": "^2.1.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"html-webpack-plugin": "^3.2.0",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yajinn/vue-product-zoomer2"
},
"bugs": {
"url": "https://github.com/yajinn/vue-product-zoomer2/issues"
}
}