forked from RyanCavanaugh/project-references-demo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 800 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
{
"name": "project-references-demo",
"version": "1.0.0",
"description": "The structure of this repo is as follows:",
"main": "index.js",
"scripts": {
"build": "tsc -b -v",
"clean": "tsc -b --clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RyanCavanaugh/project-references-demo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RyanCavanaugh/project-references-demo/issues"
},
"homepage": "https://github.com/RyanCavanaugh/project-references-demo#readme",
"dependencies": {
"ts-loader": "^8.0.3",
"typescript": "^3.9.7",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"devDependencies": {
"fork-ts-checker-webpack-plugin": "^5.1.0"
}
}