-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.32 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
{
"name": "david-andrew.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codemirror/language": "^6.9.3",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@types/codemirror": "^5.60.15",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/react-syntax-highlighter": "^15.5.10",
"@uiw/codemirror-themes": "^4.21.21",
"@uiw/react-codemirror": "^4.21.21",
"autoprefixer": "10.4.15",
"bufferutil": "^4.0.8",
"codemirror": "^6.0.1",
"comlink": "^4.4.1",
"cookies-next": "^4.0.0",
"encoding": "^0.1.13",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"next": "13.4.19",
"postcss": "8.4.29",
"prettier": "^3.1.1",
"pyodide": "0.23.4",
"react": "18.2.0",
"react-audio-player": "^0.17.0",
"react-dom": "18.2.0",
"react-swipeable": "^7.0.1",
"react-syntax-highlighter": "^15.5.0",
"sharp": "^0.32.6",
"sync-message": "^0.0.12",
"tailwind-merge": "^2.0.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"usehooks-ts": "^2.9.1",
"utf-8-validate": "^6.0.3",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0"
}
}