-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 998 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 998 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
41
42
{
"name": "group",
"version": "3.1.1",
"description": "ardency.sh - group website",
"type": "module",
"private": true,
"author": {
"name": "ardency.sh"
},
"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.11.1",
"@alpinejs/intersect": "3.11.1",
"@alpinejs/persist": "3.11.1",
"@iconify/iconify": "3.1.0",
"alpinejs": "3.11.1",
"astro": "2.1.5",
"autocompleter": "6.1.0",
"bulma": "0.9.4",
"fuse.js": "6.5.3",
"js-datepicker": "5.16.0",
"lozad": "1.16.0",
"moment": "2.29.1",
"notyf": "3.10.0",
"plyr": "3.7.3",
"sass": "1.57.0",
"simplebar": "6.2.0"
},
"devDependencies": {
"@cssninja/bulma-css-vars": "0.9.2",
"autoprefixer": "10.4.13",
"npm-run-all": "4.1.5"
}
}