-
Notifications
You must be signed in to change notification settings - Fork 135
/
Copy pathpackage.json
33 lines (33 loc) · 919 Bytes
/
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
{
"name": "tsdoc-playground",
"version": "0.0.0",
"description": "An interactive web application for experimenting with TSDoc syntax",
"private": true,
"license": "MIT",
"scripts": {
"build": "heft build --clean",
"start": "heft start",
"_phase:build": "heft run --only build -- --clean"
},
"dependencies": {
"@microsoft/tsdoc": "workspace:*",
"@types/react": "16.9.11",
"@types/react-dom": "16.9.3",
"monaco-editor": "~0.50.0",
"promise": "~8.0.3",
"react": "~16.14.0",
"react-dom": "~16.14.0",
"tslib": "~2.5.3"
},
"devDependencies": {
"@rushstack/heft": "^0.68.10",
"@rushstack/heft-web-rig": "~0.25.12",
"@types/webpack-env": "1.18.0",
"eslint": "~8.57.0",
"eslint-plugin-header": "~3.1.1",
"handlebars": "~4.7.7",
"handlebars-loader": "~1.7.3",
"monaco-editor-webpack-plugin": "~7.1.0",
"webpack": "~5.92.1"
}
}