-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 1.08 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
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"build:tutorials": "npm run build:tutorial:phaser && npm run build:tutorial:babylonjs && npm run build:tutorial:playcanvas",
"build:tutorial:phaser": "tutomd tutomd/phaser/ --out dist/learn/phaser",
"build:tutorial:babylonjs": "tutomd tutomd/babylonjs/ --out dist/learn/babylonjs",
"build:tutorial:playcanvas": "tutomd tutomd/playcanvas/ --out dist/learn/playcanvas"
},
"dependencies": {
"@astrojs/mdx": "^1.0.0",
"@astrojs/react": "^3.0.0",
"@astrojs/rss": "^2.4.4",
"@astrojs/sitemap": "^2.0.2",
"@astrojs/tailwind": "^5.0.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"astro": "^3.0.7",
"astro-analytics": "^2.6.0",
"astro-expressive-code": "^0.38.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.3",
"tutomd": "^1.0.7"
},
"devDependencies": {
"open-graph-scraper": "^6.2.2"
}
}