-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
33 lines (33 loc) · 1.02 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
{
"name": "tutorial-quest",
"version": "0.0.2",
"description": "Find Target 🎯 Communicate 📡 Raid ⚔️ Push Code 🎉",
"repository": "https://github.com/OpenSourceRaidGuild/tutorial-quest",
"homepage": "https://tutorial-quest.vercel.app/docs/en/tutorial-quest",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"add": "all-contributors add",
"generate": "all-contributors generate"
},
"dependencies": {
"@changesets/cli": "^2.18.0",
"@docsearch/react": "^1.0.0-alpha.27",
"@silvenon/remark-smartypants": "^1.0.0",
"@tailwindcss/typography": "^0.4.1",
"rehype-autolink-headings": "^6.1.0",
"remark-emoji": "^3.0.1",
"remark-gfm": "^3.0.0",
"remark-sectionize": "^1.1.1",
"remark-slug": "^7.0.0"
},
"devDependencies": {
"@astrojs/renderer-preact": "^0.2.2",
"@snowpack/plugin-dotenv": "^2.2.0",
"all-contributors-cli": "^6.20.0",
"astro": "^0.20.12",
"tailwindcss": "^2.2.17"
}
}