-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 2.25 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
{
"private": true,
"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": "npm run development -- --watch",
"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 --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^0.19.2",
"bootstrap": "^4.0.0",
"cross-env": "^7.0",
"jquery": "^3.2",
"laravel-mix": "^5.0.1",
"lodash": "^4.17.13",
"popper.js": "^1.12",
"resolve-url-loader": "^3.1.0",
"sass": "^1.15.2",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.11",
"worker-loader": "^2.0.0"
},
"dependencies": {
"annyang": "^2.6.1",
"cropperjs": "^1.5.6",
"dropzone": "^5.7.0",
"fuse.js": "^5.2.3",
"idb-keyval": "^3.2.0",
"keycode": "^2.2.0",
"lottie-web": "^5.6.10",
"music-metadata-browser": "^2.0.5",
"plyr": "^3.6.2",
"smooth-scrollbar": "^8.5.2",
"vue": "^2.6.11",
"vue-awesome": "v2",
"vue-clipboard2": "^0.3.1",
"vue-focuspoint-component": "^2.0.1",
"vue-image-compare2": "^0.9.0",
"vue-infinite-loading": "^2.4.5",
"vue-input-autowidth": "^1.0.10",
"vue-ls": "^3.2.1",
"vue-notif": "^1.1.10",
"vue-tippy": "v2",
"vue-touch": "^2.0.0-beta.4",
"vue2-filters": "^0.11.0"
},
"name": "laravel",
"description": "<p align=\"center\"><img src=\"https://res.cloudinary.com/dtfbvvkyp/image/upload/v1566331377/laravel-logolockup-cmyk-red.svg\" width=\"400\"></p>",
"version": "1.0.0",
"main": "webpack.mix.js",
"directories": {
"test": "tests"
},
"keywords": [],
"author": "",
"license": "ISC"
}