-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.07 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.07 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
{
"name": "cimaise",
"private": true,
"license": "GPL-3.0-only",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"postinstall": "node scripts/copy-vendor.js"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@playwright/test": "^1.58.1",
"@tailwindcss/forms": "^0.5.10",
"autoprefixer": "^10.4.21",
"eslint": "^9.19.0",
"tailwindcss": "^3.4.17",
"terser": "^5.44.1",
"vite": "^5.4.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@masonry-grid/vanilla": "^1.1.0",
"@uppy/compressor": "^2.2.1",
"@uppy/core": "^4.2.2",
"@uppy/drag-drop": "^4.2.2",
"@uppy/xhr-upload": "^4.2.2",
"bootstrap": "^5.3.3",
"chart.js": "^4.5.0",
"gsap": "^3.13.0",
"imagesloaded": "^5.0.0",
"jquery": "^3.7.1",
"leaflet": "^1.9.4",
"lenis": "^1.3.16",
"masonry-layout": "^4.2.2",
"select2": "^4.1.0-rc.0",
"simple-parallax-js": "^6.3.3",
"sortablejs": "^1.15.6",
"swiper": "^11.1.15",
"tinymce": "^6.8.6",
"tom-select": "^2.4.3"
}
}