-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 998 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": "unocss-tutorial",
"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",
"deploy": "httpyac deploy.http --all",
"rendertodo": "mdimg -i .todo -o .todo.png -w 600 --css githubdark"
},
"dependencies": {
"@tutorialkit/react": "^0.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/react": "^3.6.2",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tutorialkit/astro": "^0.2.0",
"@tutorialkit/theme": "^0.2.0",
"@tutorialkit/types": "^0.2.0",
"@types/node": "^20.16.3",
"@types/react": "^18.3.5",
"astro": "^4.15.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.2.6",
"svelte": "^5.0.0-next.201",
"typescript": "^5.4.5"
}
}