-
-
Notifications
You must be signed in to change notification settings - Fork 668
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.51 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
{
"private": true,
"scripts": {
"build": "vite build"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-block-scoping": "^7.12.1",
"@babel/preset-env": "^7.13.15",
"@codemirror/commands": "^6.10.3",
"@codemirror/lang-cpp": "^6.0.3",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.11",
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/language": "^6.12.3",
"@codemirror/search": "^6.7.0",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.43.0",
"@hotwired/stimulus": "^3.1.0",
"@hotwired/turbo": "^8.0.2",
"@popperjs/core": "^2.9.2",
"axios": "^1.1.3",
"bootstrap": "^5.3.8",
"cropperjs": "^1.5.11",
"cross-env": "^10.1.0",
"dropzone": "^5.9.2",
"flatpickr": "^4.6.3",
"frappe-charts": "^1.6.1",
"inputmask": "^5.0.6",
"laravel-vite-plugin": "^3.0.0",
"leaflet": "^1.7.1",
"postcss": "^8.2.10",
"prettier": "3.8.1",
"qs": "^6.14.0",
"quill": "^2.0.0",
"rtlcss": "^4.0.0",
"sass": "^1.69.7",
"sass-loader": "^16.0.5",
"sortablejs": "^1.13.0",
"stimulus-vite-helpers": "^3.0.1",
"tom-select": "^2.3.1",
"vite": "^8.0.0",
"vite-plugin-manifest-sri": "^0.2.0",
"vite-plugin-rtl-css": "^1.0.6"
}
}