-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.13 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
{
"name": "float",
"version": "2.2.2",
"description": "Astro + Bulma + AlpineJS Dashboard Kit",
"type": "module",
"private": true,
"author": {
"name": "cssninjaStudio <hello@cssninja.io> (https://cssninja.io)"
},
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "run-s build:*",
"build:update-bulma-colors": "bulma-css-vars",
"build:astro": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@alpinejs/collapse": "3.13.9",
"@alpinejs/intersect": "3.13.9",
"@alpinejs/persist": "3.13.9",
"@iconify/iconify": "3.1.1",
"alpinejs": "3.13.9",
"apexcharts": "3.49.0",
"astro": "4.6.3",
"billboard.js": "3.11.3",
"bulma": "0.9.4",
"fuse.js": "7.0.0",
"iconify-icon": "^2.0.0",
"js-datepicker": "5.18.2",
"lozad": "1.16.0",
"moment": "2.30.1",
"notyf": "3.10.0",
"plyr": "3.7.8",
"sass": "1.75.0",
"simplebar": "6.2.5"
},
"devDependencies": {
"@cssninja/bulma-css-vars": "0.9.2",
"autoprefixer": "10.4.19",
"npm-run-all": "4.1.5"
}
}