-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 960 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
31
{
"name": "stack-overflow-copy-blocker",
"version": "1.0.0",
"main": "bundle.js",
"repository": "[email protected]:KMConner/stackoverflow-copy-buster.git",
"author": "KMConner <[email protected]>",
"license": "MIT",
"private": true,
"dependencies": {
"@types/chrome": "^0.0.126",
"@types/parse5": "^5.0.3",
"@types/xmldom": "^0.1.30",
"@types/xmlserializer": "^0.6.1",
"axios": "^0.21.1",
"parse5": "^6.0.1",
"webextension-polyfill-ts": "^0.22.0",
"xmldom": "^0.5.0",
"xmlserializer": "^0.6.1",
"xpath": "^0.0.32"
},
"devDependencies": {
"@types/copy-webpack-plugin": "^6.2.0",
"@types/webpack": "^4.41.25",
"copy-webpack-plugin": "^6.3.1",
"ts-loader": "^8.0.11",
"ts-node": "^9.0.0",
"typescript": "^4.0.5",
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0"
}
}