-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.35 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
{
"name": "cbp-vue-crop",
"version": "1.3.0",
"description": "Simple and beauty Image Cropper for Vue",
"main": "dist/cbp-vue-crop.min.js",
"author": {
"name": "Anton Nosenko (chokeberrypie.studio)",
"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",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/voogryk/cbp-vue-crop.git"
},
"devDependencies": {
"babel-core": "^6.1.21",
"babel-loader": "^6.1.0",
"babel-preset-env": "^1.6.0",
"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",
"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"
]
}