We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3e025 commit 7599d84Copy full SHA for 7599d84
2 files changed
packages/cursorless-org/package.json
@@ -17,13 +17,10 @@
17
"@mdx-js/loader": "2.3.0",
18
"@mdx-js/react": "2.3.0",
19
"@next/mdx": "13.4.10",
20
- "eslint": "^8.38.0",
21
- "eslint-config-next": "13.5.4",
22
"next": "13.5.4",
23
"react": "^18.2.0",
24
"react-dom": "^18.2.0",
25
- "react-player": "2.12.0",
26
- "typescript": "^5.1.6"
+ "react-player": "2.12.0"
27
},
28
"devDependencies": {
29
"@svgr/webpack": "6.5.1",
@@ -33,9 +30,12 @@
33
30
"@types/react": "18.0.28",
34
31
"@types/react-dom": "18.0.11",
35
32
"autoprefixer": "10.4.13",
+ "eslint": "^8.38.0",
+ "eslint-config-next": "13.5.4",
36
"http-server": "14.1.1",
37
"postcss": "8.4.31",
38
- "tailwindcss": "3.2.7"
+ "tailwindcss": "3.2.7",
+ "typescript": "^5.1.6"
39
40
"license": "MIT",
41
"main": "./out/index.js",
0 commit comments