forked from cssninjaStudio/krypton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.03 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
{
"name": "krypton",
"version": "5.1.0",
"description": "Krypton - Bulma + Alpine JS ICO/Crypto Starter",
"type": "module",
"private": true,
"author": {
"name": "cssninjaStudio <hello@cssninja.io> (https://cssninja.io)"
},
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "run-s build:*",
"build:astro": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@alpinejs/collapse": "3.12.0",
"@alpinejs/intersect": "3.12.0",
"@alpinejs/persist": "3.12.0",
"@iconify/iconify": "3.1.0",
"alpinejs": "3.12.0",
"astro": "2.3.1",
"bulma": "0.9.4",
"bulma-css-vars": "0.8.0",
"fuse.js": "6.6.2",
"js-datepicker": "5.18.2",
"lozad": "1.16.0",
"moment": "2.29.4",
"notyf": "3.10.0",
"particles.js": "2.0.0",
"plyr": "3.7.8",
"sass": "1.62.1",
"simplebar": "6.2.5"
},
"devDependencies": {
"autoprefixer": "10.4.14",
"npm-run-all": "4.1.5",
"unplugin-fonts": "^1.0.3"
}
}