-
-
Notifications
You must be signed in to change notification settings - Fork 150
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 KB
/
package.json
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
{
"name": "fresh",
"version": "5.3.0",
"description": "Fresh - Bulma + Alpine JS landing page",
"type": "module",
"private": true,
"author": {
"name": "cssninjaStudio <[email protected]> (https://cssninja.io)"
},
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "run-s build:*",
"build:astro": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@alpinejs/collapse": "3.13.10",
"@alpinejs/intersect": "3.13.10",
"@alpinejs/persist": "3.13.10",
"alpinejs": "3.13.10",
"astro": "4.7.0",
"bulma": "0.9.4",
"bulma-css-vars": "0.8.0",
"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": {
"@fontsource-variable/nunito": "^5.0.19",
"@fontsource-variable/roboto-flex": "^5.0.15",
"@fontsource/material-icons": "^5.0.18",
"autoprefixer": "10.4.19",
"npm-run-all": "4.1.5"
}
}