-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 836 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·34 lines (34 loc) · 836 Bytes
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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@popperjs/core": "^2.6.0",
"@webpixels/css": "^1.0.1",
"alpinejs": "^3.3.2",
"apexcharts": "^3.19.3",
"chart.js": "^3.5.1",
"choices.js": "^9.0.1",
"dayjs": "^1.8.29",
"dragula": "^3.7.2",
"feather-icons": "^4.28.0",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"perfect-scrollbar": "^1.5.0",
"postcss": "^8.2.13",
"postcss-import": "^14.0.1",
"quill": "^1.3.7",
"resolve-url-loader": "^4.0.0",
"sass": "^1.37.5",
"sass-loader": "^12.1.0",
"simple-datatables": "^3.1.2",
"toastify-js": "^1.8.0"
}
}