-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 855 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 855 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
29
{
"name": "webpack-typescript-britecharts-setup",
"version": "1.0.0",
"description": "Setup for typescript and britecharts, testing for @typed repo.",
"private": true,
"repository": "https://github.com/DalerAsrorov/webpack-typescript-britecharts-setup.git",
"author": "DalerAsrorov <asrorids@gmail.com>",
"license": "MIT",
"scripts": {
"build": "webpack",
"start:dev": "webpack-dev-server",
"start": "webpack-dev-server"
},
"devDependencies": {
"@types/d3-selection": "^1.4.1",
"css-loader": "^3.5.3",
"html-webpack-plugin": "^4.3.0",
"style-loader": "^1.2.1",
"ts-loader": "^7.0.4",
"typescript": "^3.9.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"britecharts": "^3.0.0-alpha-2.4",
"d3-selection": "^1.4.1"
}
}