-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
61 lines (61 loc) · 2.01 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
{
"name": "rubick",
"version": "4.0.2",
"description": "TailwindCSS HTML Admin Template",
"author": "Left4code",
"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"
},
"dependencies": {
"@ckeditor/ckeditor5-build-balloon": "^29.1.0",
"@ckeditor/ckeditor5-build-balloon-block": "^29.1.0",
"@ckeditor/ckeditor5-build-classic": "^29.1.0",
"@ckeditor/ckeditor5-build-decoupled-document": "^29.1.0",
"@ckeditor/ckeditor5-build-inline": "^29.1.0",
"@fullcalendar/core": "^5.11.0",
"@fullcalendar/daygrid": "^5.5.0",
"@fullcalendar/interaction": "^5.11.0",
"@fullcalendar/list": "^5.11.3",
"@fullcalendar/timegrid": "^5.11.0",
"@left4code/tw-starter": "^1.1.0",
"@popperjs/core": "^2.11.5",
"cash-dom": "^8.0.0",
"chart.js": "^2.9.3",
"dayjs": "^1.11.4",
"dropzone": "^5.7.2",
"feather-icons": "^4.29.0",
"highlight.js": "^10.6.0",
"imask": "^6.4.3",
"js-beautify": "^1.14.6",
"litepicker": "^2.0.11",
"pristinejs": "^0.1.9",
"tabulator-tables": "^4.9.1",
"tiny-slider": "^2.9.3",
"tippy.js": "^6.2.7",
"toastify-js": "^1.12.0",
"tom-select": "^1.7.5",
"velocity-animate": "^1.5.2",
"xlsx": "^0.18.5",
"zoom-vanilla.js": "^2.0.6"
},
"devDependencies": {
"autoprefixer": "^10.3.1",
"axios": "^0.21.1",
"browser-sync": "^2.27.5",
"browser-sync-webpack-plugin": "^2.3.0",
"laravel-mix": "^6.0.27",
"lodash": "^4.17.19",
"postcss": "^8.3.6",
"resolve-url-loader": "^4.0.0",
"sass": "^1.37.5",
"sass-loader": "^12.1.0",
"tailwindcss": "^2.2.7"
}
}