-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·41 lines (41 loc) · 1.11 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
{
"name": "LOGOS",
"version": "0.1.0",
"license": "LICENSE.md",
"scripts": {
"dev": "astro dev --open",
"build": "astro build && mkdir ./LOGOS && cp -R ./dist/* ./LOGOS && mv ./LOGOS ./dist",
"format": "prettier -w ."
},
"dependencies": {
"@astrojs/image": "^0.14.1",
"@astrojs/mdx": "^0.16.0",
"@astrojs/rss": "^2.1.0",
"astro": "^2.0.11",
"date-fns": "^2.29.3",
"date-fns-tz": "^2.0.0",
"fuse.js": "^6.6.2",
"marked": "^4.2.12",
"react-icons": "^4.7.1"
},
"devDependencies": {
"@astrojs/react": "^2.0.2",
"@astrojs/sitemap": "^1.0.1",
"@astrojs/tailwind": "^3.0.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/github-slugger": "^1.3.0",
"@types/marked": "^4.0.8",
"@types/react": "^18.0.28",
"postcss": "^8.4.20",
"prettier": "^2.8.4",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-tailwindcss": "^0.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.58.1",
"sharp": "^0.31.3",
"tailwind-bootstrap-grid": "^5.0.1",
"tailwindcss": "^3.2.6"
}
}