-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.39 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
{
"name": "console-template-braziljs",
"type": "module",
"version": "1.0.1",
"private": false,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"check": "astro check",
"astro": "astro",
"astro-sync": "astro sync",
"build": "astro build"
},
"dependencies": {
"@astrojs/check": "^0.3.1",
"@astrojs/sitemap": "^3.1.3",
"@astrojs/tailwind": "^5.0.2",
"@astrojs/vue": "^4.0.0",
"@aziontech/azion-theme": "^1.2.2",
"@aziontech/azion-web-kit": "^1.19.1",
"@babel/runtime": "^7.24.0",
"@expressive-code/plugin-line-numbers": "^0.35.2",
"algoliasearch": "^4.22.1",
"astro": "4.3.5",
"astro-expressive-code": "^0.35.2",
"expressive-code": "^0.35.2",
"lottie-web": "^5.12.2",
"node-fetch": "^3.3.2",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primevue": "3.47.2",
"sass": "^1.68.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.2",
"vite": "^4.4.9",
"vite-plugin-dynamic-import": "^1.5.0",
"vue": "^3.3.4",
"vue-instantsearch": "^4.13.5",
"vue3-flip-countdown": "^0.1.6"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.17",
"cssnano": "^6.0.3",
"postcss": "^8.4.33"
}
}