-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (26 loc) · 870 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
{
"licenses":[
{ "type":"ISC","url" : "https://opensource.org/licenses/ISC"},
{"type":"LGPL-3.0-or-later", "url": "https://www.gnu.org/licenses/lgpl-3.0.en.html"},
{"type": "assetCopyright", "url": "https://localhost:7184/assets/assetCopyrightInfo.txt" }
],
"type": "module",
"scripts": {
"transpile": "tsc && gulp",
"fix": "dotnet script tsxFix.csx",
"build": "npm run transpile && npm run fix",
"test": "npm run build && node ./wwwroot/myTest.js"
},
"devDependencies": {
"@types/node": "22.7.9",
"react": "18.3.1",
"gulp-newer": "1.4.0",
"gulp": "5.0.0",
"typescript": "5.4.5",
"@types/react": "18.3.11",
"@types/jest": "29.5.14",
"node": "22.10.0",
"@microsoft/signalr":"8.0.7"
},
"dependencies": {}
}