-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
49 lines (49 loc) · 1.4 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
49
{
"name": "hr",
"version": "2.3.0",
"description": "HR - Human Resources portal",
"type": "module",
"packageManager": "[email protected]",
"private": true,
"author": {
"name": "cssninjaStudio <[email protected]> (https://cssninja.io)"
},
"license": "MIT",
"scripts": {
"dev": "astro dev & json-server --watch db.json --routes routes.json --port 8090",
"dev:astro": "astro dev",
"dev:server": "json-server --watch db.json --routes routes.json --port 8090",
"start": "astro dev",
"build": "run-s build:*",
"build:update-bulma-colors": "bulma-css-vars",
"build:astro": "astro build",
"preview": "astro preview",
"astro": "astro",
"server:preview": "json-server -q --read-only --routes routes.json --host 0.0.0.0 --port 8090 db.json"
},
"dependencies": {
"@alpinejs/collapse": "3.13.10",
"@alpinejs/intersect": "3.13.10",
"@alpinejs/persist": "3.13.10",
"alpinejs": "3.13.10",
"astro": "4.7.0",
"axios": "1.6.8",
"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",
"json-server": "0.17.3",
"npm-run-all": "4.1.5",
"unplugin-fonts": "1.1.1"
}
}