-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.17 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.17 KB
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
{
"name": "tutorial-vite-plugin",
"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.22",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@astrojs/check": "^0.6.0",
"@astrojs/react": "^3.3.4",
"@iconify-json/ph": "^1.1.12",
"@iconify-json/svg-spinners": "^1.1.2",
"@tutorialkit/astro": "0.0.1-alpha.22",
"@tutorialkit/types": "0.0.1-alpha.22",
"@types/node": "^20.12.7",
"@unocss/reset": "^0.59.4",
"@unocss/transformer-directives": "^0.59.4",
"astro": "^4.8.6",
"fast-glob": "^3.3.2",
"magic-string": "^0.30.10",
"prettier-plugin-astro": "^0.13.0",
"typescript": "^5.4.5",
"unocss": "^0.59.4",
"vite": "^5.2.0",
"yaml": "^2.4.5"
},
"packageManager": "[email protected]+sha512.d1a029e1a447ad90bc96cd58b0fad486d2993d531856396f7babf2d83eb1823bb83c5a3d0fc18f675b2d10321d49eb161fece36fe8134aa5823ecd215feed392"
}