-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.12 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
{
"name": "webchuck-ide",
"private": true,
"version": "2.1.4",
"type": "module",
"scripts": {
"clean": "rm -rf dist",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint --fix --ext .js,.ts src",
"format": "prettier --write src"
},
"devDependencies": {
"@types/js-search": "^1.4.4",
"@types/pako": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.57.0",
"postcss": "^8.4.23",
"prettier": "2.8.7",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.3",
"vite": "^4.2.0"
},
"dependencies": {
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"js-search": "^2.0.1",
"jszip": "^3.10.1",
"monaco-editor": "^0.37.1",
"monaco-vim": "^0.4.0",
"pako": "^2.1.0",
"webchuck": "github:ccrma/webchuck",
"xterm-link-provider": "^1.3.1"
}
}