-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.43 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
{
"name": "v-image-view",
"version": "0.0.1",
"description": "vue image view component",
"main": "dist/v-image-view.min.js",
"keywords": ["vue", "image", "view", "component"],
"repository": {
"type": "git",
"url": "git+https://github.com/relign/v-image-view.git"
},
"author": {
"name": "relign",
"email": "[email protected]"
},
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"start": "serve --single"
},
"devDependencies": {
"babel-core": "^6.1.21",
"babel-loader": "^6.1.0",
"babel-preset-env": "^1.6.0",
"bootstrap-sass": "^3.3.7",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"eslint": "^4.2.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"file-loader": "^0.9.0",
"node-sass": "^3.4.1",
"pug": "^2.0.0-beta6",
"sass-loader": "^3.1.1",
"url-loader": "^0.5.9",
"vue": "^2.4.0",
"vue-loader": "^12.1.0",
"vue-template-compiler": "^2.3.3",
"webpack": "^2.7.0",
"webpack-dev-server": "^2.4.5"
},
"pre-commit": [
"eslint"
],
"dependencies": {
"viewerjs": "^0.7.1"
}
}