-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 835 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 835 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
30
31
32
33
34
35
36
{
"name": "netflix-extension",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "webpack --watch",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "netflix-extension"
},
"author": "MaxPower",
"license": "ISC",
"devDependencies": {
"@types/chrome": "0.0.130",
"@types/node": "^14.14.27",
"awesome-typescript-loader": "^5.2.1",
"copy-webpack-plugin": "^7.0.0",
"cpy-cli": "^3.1.1",
"css-loader": "^5.0.2",
"mini-css-extract-plugin": "^1.3.6",
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.5",
"sass-loader": "^11.0.1",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"typescript": "^4.1.5",
"webpack": "^5.21.2",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"html-webpack-plugin": "^5.1.0"
}
}