-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 970 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 970 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
31
32
33
34
35
36
37
{
"name": "rails-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",
"postinstall": "patch-package"
},
"dependencies": {
"@codemirror/lang-yaml": "^6.1.2",
"@codemirror/legacy-modes": "^6.5.1",
"@tutorialkit/react": "1.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/react": "^3.6.0",
"@flydotio/dockerfile": "^0.7.10",
"@tutorialkit/astro": "1.5.0",
"@tutorialkit/theme": "1.5.0",
"@tutorialkit/types": "1.5.0",
"@types/mdast": "^4.0.4",
"@types/node": "^20.14.6",
"@types/react": "^18.3.3",
"astro": "^4.15.0",
"patch-package": "^8.0.0",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.4.5",
"unist-util-visit": "^5.0.0"
}
}