-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.34 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
{
"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": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@tailwindcss/forms": "^0.3.1",
"@tailwindcss/typography": "^0.4.1",
"alpinejs": "^2.7.3",
"axios": "^0.21",
"bootstrap": "^4.6.0",
"bs4-summernote": "^0.8.10",
"chart.js": "^2.9.4",
"chocolat": "^1.0.4",
"codemirror": "^5.61.1",
"datatables.net-bs4": "^1.10.24",
"jquery": "^3.5.1",
"jquery-sparkline": "^2.4.0",
"jquery-ui": "^1.12.1",
"jquery.nicescroll": "^3.7.6",
"laravel-mix": "^6.0.19",
"lodash": "^4.17.19",
"moment": "^2.29.1",
"owl.carousel": "^2.3.4",
"popper.js": "^1.16.1",
"postcss": "^8.3.0",
"postcss-import": "^14.0.2",
"resolve-url-loader": "^3.1.3",
"sass": "^1.34.0",
"sass-loader": "^11.1.1",
"sweetalert": "^2.1.2",
"tailwindcss": "^2.0.1",
"tooltip-js": "^3.0.0"
},
"dependencies": {
"datatables": "^1.10.18"
}
}