forked from stackblitz/tutorialkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.51 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@tutorialkit/components-react",
"version": "0.0.1-alpha.22",
"description": "TutorialKit's React components",
"type": "module",
"bugs": "https://github.com/stackblitz/tutorialkit/issues",
"homepage": "https://github.com/stackblitz/tutorialkit",
"license": "MIT",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "node ./scripts/build.js"
},
"dependencies": {
"@tutorialkit/runtime": "workspace:*",
"@codemirror/autocomplete": "^6.16.0",
"@codemirror/commands": "^6.4.0",
"@codemirror/lang-css": "^6.2.1",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.2.5",
"@codemirror/lang-sass": "^6.0.2",
"@codemirror/language": "^6.10.1",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.3",
"@lezer/highlight": "^1.2.0",
"@nanostores/react": "0.7.2",
"@radix-ui/react-accordion": "^1.1.2",
"@webcontainer/api": "beta",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"codemirror": "^6.0.1",
"framer-motion": "^11.1.7",
"nanostores": "^0.10.3",
"react": "^18.2.0",
"react-resizable-panels": "^2.0.17"
},
"devDependencies": {
"@tutorialkit/types": "workspace:*",
"@types/react": "^18.2.75",
"@codemirror/search": "^6.5.6",
"fast-glob": "^3.3.2",
"typescript": "^5.4.5"
}
}