forked from microsoft/qsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.5 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",
"./playground",
"./vscode"
],
"license": "MIT",
"engines": {
"node": ">=18.17.1"
},
"scripts": {
"eslint:check": "eslint -c ./.eslintrc.cjs --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",
"@microsoft/quantum-viz.js": "^1.0.5",
"@types/chai": "^4.3.8",
"@types/markdown-it": "^13.0.6",
"@types/mocha": "^10.0.2",
"@types/node": "^18.17",
"@types/vscode": "^1.83.0",
"@types/vscode-webview": "^1.57.3",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@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.50",
"chai": "^4.3.10",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",
"events": "^3.3.0",
"github-markdown-css": "^5.3.0",
"markdown-it": "^13.0.2",
"marked": "^9.1.2",
"mathjax": "^3.2.2",
"mocha": "^10.2.0",
"modern-normalize": "^2.0.0",
"monaco-editor": "^0.44.0",
"preact": "^10.20.0",
"prettier": "^3.2.5",
"punycode": "^2.3.1",
"typescript": "^5.4.3",
"url": "^0.11.3",
"user-agent-data-types": "^0.4.2",
"vscode-uri": "^3.0.8"
}
}