-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 3.16 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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "laravel-media-manager",
"version": "1.0.0",
"description": "[![Latest Version on Packagist](https://img.shields.io/packagist/v/plank/media-manager.svg?style=flat-square)](https://packagist.org/packages/plank/media-manager) [![Build Status](https://img.shields.io/travis/plank/media-manager/master.svg?style=flat-square)](https://travis-ci.org/plank/media-manager) [![Quality Score](https://img.shields.io/scrutinizer/g/plank/media-manager.svg?style=flat-square)](https://scrutinizer-ci.com/g/plank/media-manager) [![Total Downloads](https://img.shields.io/packagist/dt/plank/media-manager.svg?style=flat-square)](https://packagist.org/packages/plank/media-manager)",
"main": "index.js",
"directories": {
"test": "tests"
},
"alias": {
"vue": "./node_modules/vue/dist/vue.common.js"
},
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --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",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"eslint": "./node_modules/.bin/eslint resources/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plank/laravel-media-manager.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/plank/laravel-media-manager/issues"
},
"homepage": "https://github.com/plank/laravel-media-manager#readme",
"devDependencies": {
"@vue/component-compiler-utils": "^3.2.0",
"axios": "^0.20.0",
"cross-env": "^5.1",
"eslint": "^7.14.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-vue": "^7.1.0",
"laravel-mix": "^5.0.5",
"resolve-url-loader": "^3.1.0",
"sass": "^1.33.0",
"sass-loader": "^9.0",
"stylelint": "^13.13.1",
"stylelint-config-standard-scss": "^1.1.0",
"stylelint-scss": "^3.19.0",
"stylelint-webpack-plugin": "^2.1.1",
"vue-moment": "^4.1.0",
"vue-simple-context-menu": "^3.4.1",
"vue-template-compiler": "^2.6.12",
"vue-toast-notification": "^0.6.1",
"vue2-dropzone": "^3.6.0",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.0"
},
"dependencies": {
"lang": "^0.1.1",
"search": "^1.0.0",
"vue": "^2.6.12",
"vue-hot-reload-api": "^2.3.4",
"vue-i18n": "^8.22.1"
}
}