generated from onwidget/astrowind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·70 lines (70 loc) · 1.96 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@onwidget/astrowind",
"description": "A template to make your website using Astro + Tailwind CSS.",
"version": "0.9.8",
"private": true,
"homepage": "https://sofiahag.github.io/my_astro_page",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier -w .",
"lint:eslint": "eslint . --ext .js,.ts,.astro"
},
"devDependencies": {
"@astrojs/image": "^0.17.0",
"@astrojs/mdx": "^0.19.7",
"@astrojs/partytown": "^1.2.3",
"@astrojs/rss": "^2.4.3",
"@astrojs/sitemap": "^1.3.3",
"@astrojs/tailwind": "^3.1.3",
"@astrolib/analytics": "^0.3.0",
"@astrolib/seo": "^0.3.0",
"@fontsource/inter": "^4.5.15",
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"astro": "^2.5.6",
"astro-compress": "^2.0.8",
"astro-icon": "^0.8.1",
"eslint": "^8.42.0",
"eslint-plugin-astro": "^0.27.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"gh-pages": "^5.0.0",
"limax": "2.1.0",
"mdast-util-to-string": "^3.2.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.10.0",
"reading-time": "^1.5.0",
"sharp": "^0.32.4",
"svgo": "2.8.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.3"
},
"engines": {
"node": ">=16.12.0"
},
"dependencies": {
"@astrojs/vue": "^2.2.1",
"@babel/core": "^7.0.0-0",
"@emailjs/browser": "^3.11.0",
"@fontsource/bubblegum-sans": "^5.0.3",
"emailjs": "^4.0.2",
"next": "^13.4.7",
"peer": "^1.0.0",
"prop-types": "^15.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-sky": "^1.1.0",
"react-typed": "^1.2.0",
"react-wavify": "^1.8.3",
"typed.js": "^2.0.16",
"vite": "^4.0.0",
"vue": "^3.3.4",
"webpack": "^4.0.0 || ^5.0.0"
}
}