-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.79 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.79 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
45
46
47
48
49
50
51
{
"private": true,
"scripts": {
"format": "npx prettier --write resources/assets/.",
"format-check": "npx prettier --check resources/assets/.",
"dev": "vite",
"build": "vite build",
"watch": "vite build --watch"
},
"devDependencies": {
"@popperjs/core": "^2.11.8",
"axios": "^1.13.2",
"bootstrap": "^5.3.7",
"laravel-vite-plugin": "^1.1.1",
"prettier": "^2.7.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.93.2",
"sass-loader": "^12.6.0",
"vite": "^5.4.21"
},
"name": "ztl-v2",
"description": "## vZTL Website",
"version": "1.0.0",
"type": "module",
"main": "webpack.mix.js",
"directories": {
"test": "tests"
},
"dependencies": {
"@ckeditor/ckeditor5-adapter-ckfinder": "^47.4.0",
"@ckeditor/ckeditor5-basic-styles": "^47.4.0",
"@ckeditor/ckeditor5-block-quote": "^47.4.0",
"@ckeditor/ckeditor5-dev-translations": "^39.6.3",
"@ckeditor/ckeditor5-dev-utils": "^54.3.1",
"@ckeditor/ckeditor5-editor-classic": "^47.4.0",
"@ckeditor/ckeditor5-essentials": "^47.4.0",
"@ckeditor/ckeditor5-heading": "^47.4.0",
"@ckeditor/ckeditor5-horizontal-line": "^47.4.0",
"@ckeditor/ckeditor5-image": "^47.4.0",
"@ckeditor/ckeditor5-indent": "^47.4.0",
"@ckeditor/ckeditor5-link": "^47.4.0",
"@ckeditor/ckeditor5-list": "^47.4.0",
"@ckeditor/ckeditor5-media-embed": "^47.4.0",
"@ckeditor/ckeditor5-table": "^47.4.0",
"@ckeditor/ckeditor5-theme-lark": "^47.4.0",
"@ckeditor/vite-plugin-ckeditor5": "^0.1.3",
"@eonasdan/tempus-dominus": "^6.9.4",
"@fortawesome/fontawesome-free": "^6.7.2",
"chart.js": "^4.4.8"
}
}