-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 735 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 735 Bytes
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
{
"name": "Debug_Evaluation",
"version": "1.0.0",
"private": true,
"description": "Hack to test flight evaluation debugging.",
"main": "index.js",
"scripts": {
"build": "webpack --mode=development --watch",
"release": "webpack --mode=production",
"publish": "npm run release && dotnet publish -c Release"
},
"keywords": [],
"author": "o365-flex",
"license": "ISC",
"devDependencies": {
"clean-webpack-plugin": "1.0.1",
"css-loader": "2.1.0",
"html-webpack-plugin": "4.0.0-beta.5",
"mini-css-extract-plugin": "0.5.0",
"ts-loader": "5.3.3",
"typescript": "3.3.3",
"webpack": "4.29.3",
"webpack-cli": "3.2.3"
},
"dependencies": {
"@aspnet/signalr": "^1.1.4"
}
}