-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 973 Bytes
/
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
{
"name": "stackblitz-sdk",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"astro": "astro",
"build": "astro check && astro build",
"postbuild": "cp _headers ./dist/",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@tutorialkit/components-react": "0.0.1-alpha.23",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.75",
"@astrojs/check": "^0.7.0",
"@astrojs/react": "^3.5.0",
"@iconify-json/ph": "^1.1.12",
"@iconify-json/svg-spinners": "^1.1.2",
"@tutorialkit/astro": "0.0.1-alpha.23",
"@tutorialkit/types": "0.0.1-alpha.23",
"@types/node": "^20.12.7",
"@unocss/reset": "^0.59.4",
"@unocss/transformer-directives": "^0.59.4",
"astro": "4.10.2",
"fast-glob": "^3.3.2",
"prettier-plugin-astro": "^0.13.0",
"typescript": "^5.4.5",
"unocss": "^0.59.4"
}
}