-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.36 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
{
"name": "vue-cropgram",
"version": "1.0.6",
"description": "Instagram Style Image Uploader for Vue",
"main": "dist/index.common.js",
"unpkg": "dist/index.umd.min.js",
"private": false,
"scripts": {
"demo": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"build": "vue-cli-service build",
"build-bundle": "vue-cli-service build --target lib --name index ./src/index.js"
},
"files": [
"dist/*",
"src/*",
"*.json",
"*.js"
],
"repository": {
"type": "git",
"url": "git://github.com/avidofood/vue-cropgram.git"
},
"author": {
"name": "Philipp Mochine",
"email": "[email protected]",
"url": "https://avidofood.com"
},
"license": "MIT",
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.4",
"@vue/cli-service": "^4.5.4",
"cross-env": "^6.0.3",
"eslint": "^6.6.0",
"eslint-config-avidofood": "^1.1.0",
"laravel-mix": "^5.0.5",
"sass": "^1.26.10",
"sass-loader": "^8.0.2",
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"vue-instagram-cropper": "^1.1.5"
}
}