-
Notifications
You must be signed in to change notification settings - Fork 90
/
package.json
54 lines (54 loc) · 1.49 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
53
54
{
"name": "qsc-workspace",
"workspaces": [
"./npm/qsharp",
"./playground",
"./vscode"
],
"license": "MIT",
"engines": {
"node": ">=18.17.1"
},
"scripts": {
"eslint:check": "eslint -c ./eslint.config.mjs --max-warnings 0 ./",
"prettier:check": "prettier -c --no-config ./",
"check": "npm run eslint:check && npm run prettier:check",
"prettier:fix": "prettier -w --no-config ./"
},
"private": true,
"devDependencies": {
"@anywidget/types": "^0.1.4",
"@eslint/js": "^9.9.1",
"@microsoft/quantum-viz.js": "^1.0.5",
"@parcel/watcher": "^2.4.1",
"@types/chai": "^4.3.8",
"@types/markdown-it": "^14.1.1",
"@types/mocha": "^10.0.2",
"@types/node": "^18.17",
"@types/vscode": "^1.83.0",
"@types/vscode-webview": "^1.57.3",
"@vscode/debugadapter": "^1.63.0",
"@vscode/debugprotocol": "^1.63.0",
"@vscode/extension-telemetry": "^0.8.5",
"@vscode/markdown-it-katex": "^1.0.0",
"@vscode/test-web": "^0.0.61",
"chai": "^4.3.10",
"esbuild": "^0.23.1",
"eslint": "^9.1.0",
"events": "^3.3.0",
"github-markdown-css": "^5.3.0",
"globals": "^15.9.0",
"markdown-it": "^14.1.0",
"mocha": "^10.2.0",
"modern-normalize": "^2.0.0",
"monaco-editor": "^0.44.0",
"preact": "^10.20.0",
"prettier": "^3.3.3",
"punycode": "^2.3.1",
"typescript": "^5.5.4",
"typescript-eslint": "^8.3.0",
"url": "^0.11.3",
"user-agent-data-types": "^0.4.2",
"vscode-uri": "^3.0.8"
}
}