forked from microsoft/tsiclient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.25 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
{
"name": "my_package",
"description": "",
"version": "1.0.6",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/tsiclient"
},
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"start": "webpack-dev-server --contentBase pages/samples --mode development --public insights-local.timeseries.azure.com:443 --host insights-local.timeseries.azure.com --port 443 --https"
},
"devDependencies": {
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.9.3",
"sass-loader": "^6.0.7",
"style-loader": "^0.19.1",
"svg-inline-loader": "^0.8.0",
"ts-loader": "^5.2.2",
"typescript": "^3.1.3",
"url-loader": "^1.1.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9"
},
"dependencies": {
"@types/awesomplete": "^1.1.8",
"@types/d3": "^4.13.0",
"array-includes": "^3.0.3",
"awesomplete": "^1.1.2",
"d3": "^4.13.0",
"d3-interpolate-path": "^1.1.1",
"moment-timezone": "^0.5.21",
"npm": "^6.4.0",
"promise-polyfill": "^7.1.0"
}
}