-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 2.06 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
{
"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 --disable-host-check --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": {
"@inertiajs/inertia": "0.8.5",
"@inertiajs/inertia-vue": "0.5.5",
"@tailwindcss/custom-forms": "0.2.1",
"@tailwindcss/ui": "0.1.4",
"axios": "0.21.1",
"cross-env": "7.0.3",
"laravel-jetstream": "1.2.0",
"laravel-mix": "5.0.7",
"laravel-mix-tailwind": "0.1.2",
"lodash": "4.17.21",
"resolve-url-loader": "3.1.2",
"sass": "1.32.8",
"sass-loader": "8.0.2",
"tailwindcss": "2.0.4",
"vue": "2.6.12",
"vue-template-compiler": "2.6.12"
},
"dependencies": {
"@chenfengyuan/vue-number-input": "1.2.1",
"@fullcalendar/core": "5.5.1",
"@fullcalendar/daygrid": "5.5.0",
"@fullcalendar/list": "5.5.0",
"@fullcalendar/timegrid": "5.5.1",
"@fullcalendar/vue": "5.5.0",
"animate.css": "4.1.1",
"dayjs": "1.10.4",
"leaflet": "1.7.1",
"luxon": "1.26.0",
"vue-color": "2.8.1",
"vue-cool-lightbox": "2.7.1",
"vue-datetime": "1.0.0-beta.14",
"vue-good-table": "2.21.8",
"vue-meta": "2.4.0",
"vue-multiselect": "2.1.6",
"vue-recaptcha-v3": "2.0.0",
"vue-silentbox": "2.4.3",
"vue2-leaflet": "2.6.0",
"weekstart": "1.1.0"
}
}