-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 902 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 902 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
{
"name": "admin-hub",
"version": "2.0.0",
"description": "GetCandy Admin Hub",
"main": "index.js",
"author": "GetCandy",
"license": "MIT",
"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": {
"apexcharts": "^3.35.4",
"filepond": "^4.30.4",
"filepond-plugin-file-validate-size": "^2.2.7",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-preview": "^4.6.11",
"flatpickr": "^4.6.13",
"fs": "^0.0.1-security",
"laravel-mix": "^6.0.39",
"quill": "^1.3.7",
"sortablejs": "^1.14.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.4.0",
"tailwindcss": "^3.0.2"
}
}