-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.25 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": "@javascript-nz/javascript.org.nz",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"clean": "rm -rf dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JavaScript-NZ/javascript.org.nz.git"
},
"bugs": {
"url": "https://github.com/JavaScript-NZ/javascript.org.nz/issues"
},
"homepage": "https://github.com/JavaScript-NZ/javascript.org.nz#readme",
"author": "JavaScript-NZ <[email protected]>",
"license": "MIT",
"dependencies": {
"@astrojs/netlify": "^2.6.0",
"@astrojs/prism": "^1.0.2",
"@astrojs/react": "^2.2.1",
"@astrojs/rss": "^2.0.0",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^3.1.3",
"@heroicons/react": "^2.0.18",
"@markdoc/markdoc": "^0.2.1",
"astro": "^1.9.2",
"astro-markdoc-renderer": "0.0.1-alpha.1",
"globby": "^13.1.3",
"gray-matter": "^4.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"slugify": "^1.6.5",
"tailwindcss": "^3.3.2",
"zod": "^3.20.2"
},
"devDependencies": {
"daisyui": "^3.6.3",
"prettier-plugin-astro": "^0.7.2",
"typescript": "^4.9.4"
}
}