-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 724 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 724 Bytes
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
{
"name": "odrl-wizard-tutorial",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"astro": "astro",
"build": "astro check && astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@tutorialkit/react": "1.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/react": "^3.6.0",
"@tutorialkit/astro": "1.3.0",
"@tutorialkit/theme": "1.3.0",
"@tutorialkit/types": "1.3.0",
"@types/node": "^20.14.6",
"@types/react": "^18.3.3",
"astro": "^4.15.0",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.4.5"
}
}