-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 962 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 962 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
38
39
40
{
"name": "wire-a",
"type": "module",
"version": "3.2.0",
"description": "Wire A - Bulma chat UI",
"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: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",
"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": {
"autoprefixer": "10.4.19",
"npm-run-all": "4.1.5"
}
}