-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
64 lines (64 loc) · 2.92 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
{
"private": true,
"scripts": {
"dev": "node node_modules/cross-env/src/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"build": "node node_modules/cross-env/src/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "node node_modules/cross-env/src/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"observe": "node node_modules/cross-env/src/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "node node_modules/cross-env/src/bin/cross-env.js NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "node node_modules/cross-env/src/bin/cross-env.js NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"watch-prod": "node node_modules/cross-env/src/bin/cross-env.js NODE_ENV=production node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"laravel-echo-server": "^1.6.2",
"tailwindcss": "^1.8.10",
"vue-template-compiler": "^2.6.12"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^2.0.0",
"axios": "^0.20.0",
"cross-env": "^7.0.2",
"fuzzysort": "^1.1.4",
"glob-all": "^3.2.1",
"pusher-js": "^7.0.0",
"quill": "^1.3.7",
"quill-plugin-image-upload": "^0.0.6",
"laravel-echo": "^1.8.1",
"laravel-mix": "^5.0.5",
"linkifyjs": "^2.1.9",
"luxon": "^1.25.0",
"purgecss-webpack-plugin": "^3.0.0",
"vue": "^2.6.12",
"vue-click-outside": "^1.1.0",
"vuejs-datepicker": "^1.6.2",
"vuex": "^3.5.1",
"webpack": "^4.44.2"
},
"resolutions": {
"set-value": "^2.0.1"
},
"standard": {
"ignore": [
"public/",
"webpack.config.js",
"webpack.mix.js"
],
"globals": [
"Vue",
"axios",
"luxon",
"Laravel",
"Echo",
"EventBus",
"history"
]
},
"plugins": [
"html"
],
"version": "0.0.0"
}