forked from alexzuza/angular-view-updates-tracer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 698 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "angular-view-updates-tracer",
"version": "1.0.0",
"description": "Chrome extension that enables highlighting view updates in Angular applications built with ViewEngine(>=4.0.0 <9.0.0)",
"scripts": {
"start": "webpack --config config/webpack.dev.js --watch",
"build": "webpack --config config/webpack.prod.js",
"clean": "rimraf dist"
},
"keywords": [],
"author": "Alexey Zuev",
"license": "MIT",
"devDependencies": {
"@types/chrome": "0.0.86",
"copy-webpack-plugin": "^5.0.3",
"prettier": "^1.18.2",
"ts-loader": "^6.0.4",
"typescript": "^3.5.2",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5",
"webpack-merge": "^4.2.1"
}
}