-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
49 lines (49 loc) · 1.42 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
{
"name": "image-viewer-gallery",
"version": "2.4.3",
"scripts": {
"dev": "webpack-dev-server --config webpack.config.dev.js",
"dist": "cross-env NODE_ENV=production webpack --display-optimization-bailout --config webpack.config.dist.js"
},
"description": "A lib for image display.",
"main": "dist/imageViewer.common.js",
"repository": {
"type": "git",
"url": "git+https://github.com/KyLeoHC/ImageViewer.git"
},
"keywords": [
"image"
],
"author": "KyLeo",
"license": "MIT",
"bugs": {
"url": "https://github.com/KyLeoHC/ImageViewer/issues"
},
"homepage": "https://github.com/KyLeoHC/ImageViewer#readme",
"devDependencies": {
"autoprefixer": "^8.4.1",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"cross-env": "^5.0.1",
"css-loader": "^0.28.4",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
"html-loader": "^0.5.5",
"postcss-loader": "^2.1.4",
"style-loader": "^0.21.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vconsole": "^3.2.0",
"webpack": "^4.6.0",
"webpack-cli": "^2.1.2",
"webpack-dev-server": "^3.1.3"
}
}