forked from orchidsoftware/platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1012 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1012 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
35
36
37
{
"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",
"@hotwired/stimulus": "^3.1.0",
"@hotwired/turbo": "^8.0.2",
"@popperjs/core": "^2.9.2",
"axios": "^1.1.3",
"bootstrap": "~5.3.0",
"codeflask": "^1.4.0",
"cropperjs": "^1.5.11",
"cross-env": "^7.0.0",
"dropzone": "^5.9.2",
"flatpickr": "^4.6.3",
"frappe-charts": "^1.6.1",
"inputmask": "^5.0.6",
"laravel-mix": "^6.0.16",
"leaflet": "^1.7.1",
"quill": "^2.0.0",
"simplemde": "^1.11",
"sortablejs": "^1.13.0",
"tom-select": "^2.3.1",
"postcss": "^8.2.10",
"rtlcss": "^4.0.0",
"sass": "^1.69.7",
"sass-loader": "^16.0.5",
"vite-plugin-rtl-css": "^1.0.6",
"vue-template-compiler": "^2.6.12",
"stimulus-vite-helpers": "^3.0.1",
"vite-plugin-manifest-sri": "^0.2.0"
}
}