-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.26 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
{
"name": "simase",
"description": "⚡ Asset Management System for PT Perusahaan Listrik Negara (Persero).",
"private": true,
"scripts": {
"dev": "yarn run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "yarn run production",
"production": "mix --production"
},
"devDependencies": {
"@inertiajs/inertia": "^0.10.1",
"@inertiajs/inertia-vue3": "^0.5.2",
"@inertiajs/progress": "^0.2.6",
"@prettier/plugin-php": "0.14.3",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"@vue/compiler-sfc": "^3.2.26",
"autoprefixer": "^10.4.0",
"axios": "^0.24.0",
"browser-sync": "^2.27.7",
"browser-sync-webpack-plugin": "^2.3.0",
"chokidar": "^3.5.2",
"clean-webpack-plugin": "^4.0.0",
"laravel-mix": "^6.0.39",
"lodash": "^4.17.21",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"prettier": "2.0.5",
"tailwindcss": "^3.0.5",
"vue": "^3.2.26",
"vue-loader": "^17.0.0",
"workbox-webpack-plugin": "^6.4.1"
},
"dependencies": {
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.16.5",
"@babel/preset-env": "^7.15.8",
"@babel/runtime": "^7.16.5",
"@headlessui/vue": "^1.4.2",
"@heroicons/vue": "^1.0.6",
"@j-t-mcc/vue3-chartjs": "^1.2.0",
"@protonemedia/inertiajs-tables-laravel-query-builder": "^1.3.4",
"@vuepic/vue-datepicker": "^3.3.1",
"chart.js": "^3.6.0",
"laravel-mix-workbox": "^0.1.4",
"lodash-es": "^4.17.21",
"minify-html-webpack-plugin": "^1.1.6",
"qs": "^6.10.1",
"tailwind-scrollbar": "^1.3.1",
"url-search-params-polyfill": "^8.1.1",
"vue-barcode-reader": "^1.0.2",
"vue-select": "^4.0.0-beta.3",
"webpack": "^5.64.1",
"webpack-cli": "^4.9.1",
"workbox-window": "^6.4.1"
}
}