-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.29 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.29 KB
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
{
"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.11.0",
"axios": "^1.6.2",
"bootstrap": "^5.3.0",
"bootstrap-select": "^1.13.18",
"cross-env": "^5.2.1",
"jest": "^24.9.0",
"jquery": "^3.5.1",
"laravel-mix": "^6.0.0",
"lodash": "^4.17.20",
"resolve-url-loader": "^2.3.2",
"sass": "^1.43.4",
"sass-loader": "^12.3.0",
"sass-resources-loader": "^2.2.4",
"webpack": "^5.23.0"
},
"dependencies": {
"@uppy/core": "^3.12.0",
"@uppy/dashboard": "^3.8.3",
"@uppy/xhr-upload": "^3.6.7",
"@yaireo/tagify": "^3.22.3",
"bootstrap-steps": "^1.0.3",
"canvas-datagrid": "^0.22.17",
"chart.js": "^4.4.1",
"flowchart.js": "^1.15.0",
"htmx.org": "^1.9.9",
"laravel-mix-purgecss": "^6.0.0",
"shepherd.js": "^11.2.0",
"vis-data": "^8.0.3",
"vis-network": "^10.0.2",
"xlsx": "^0.15.6"
}
}