-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 2.58 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": "the-laravel-admin-panel",
"version": "1.0.0",
"description": "[![Latest Version on Packagist](https://img.shields.io/packagist/v/the42coders/the-laravel-admin-panel.svg?style=flat-square)](https://packagist.org/packages/the42coders/the-laravel-admin-panel) [![Build Status](https://img.shields.io/travis/the42coders/the-laravel-admin-panel/master.svg?style=flat-square)](https://travis-ci.org/42coders/the-laravel-admin-panel) [![Quality Score](https://img.shields.io/scrutinizer/g/the42coders/the-laravel-admin-panel.svg?style=flat-square)](https://scrutinizer-ci.com/g/the42coders/the-laravel-admin-panel) [![Total Downloads](https://img.shields.io/packagist/dt/the42coders/the-laravel-admin-panel.svg?style=flat-square)](https://packagist.org/packages/the42coders/the-laravel-admin-panel)",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"dev": "NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/maxhutschenreiter/workflow_package.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/maxhutschenreiter/workflow_package#readme",
"devDependencies": {
"laravel-datatables-vite": "^0.4.0",
"laravel-mix": "^5.0.5",
"resolve-url-loader": "^3.1.0",
"sass": "^1.26.10",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"@uppy/core": "^3.0.2",
"@uppy/dashboard": "^3.1.0",
"@uppy/image-editor": "^2.0.1",
"@uppy/tus": "^3.0.2",
"bootstrap": "^5.0.0-beta2",
"bootstrap-icons": "^1.4.0",
"cropperjs": "^1.5.12",
"datatables.net-bs5": "^1.10.25",
"datatables.net-responsive-bs": "^2.2.9",
"datatables.net-responsive-bs5": "^2.2.9",
"dropzone": "^6.0.0-beta.2",
"jquery": "^3.5.1",
"jquery-datatables-checkboxes": "^1.2.12",
"sortablejs": "^1.15.0",
"sweetalert2": "^11.0.11",
"trix": "^1.3.1"
}
}