-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.28 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
50
51
{
"name": "@example/minimal",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest"
},
"dependencies": {
"@astrojs/tailwind": "^5.0.2",
"@astrojs/vue": "^3.0.4",
"@fontsource/black-ops-one": "^5.0.8",
"@fontsource/figtree": "^5.0.17",
"@fontsource/montserrat": "^5.0.15",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@types/node": "^20.6.0",
"@vitejs/plugin-vue": "^4.5.0",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vuepic/vue-datepicker": "^7.2.2",
"astro": "^3.5.7",
"astro-compressor": "^0.4.1",
"astro-icon": "^0.8.1",
"jsdom": "^22.1.0",
"mitt": "^3.0.1",
"pdfmake": "^0.2.8",
"pinia": "^2.1.7",
"typescript": "^5.3.2",
"vue": "^3.3.8"
},
"devDependencies": {
"@iconify/vue": "^4.1.1",
"@types/pdfmake": "^0.2.8",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^6.12.0",
"autoprefixer": "^10.4.16",
"daisyui": "^4.4.2",
"eslint": "^8.54.0",
"eslint-plugin-vue": "^9.18.1",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.3.5"
}
}