-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.17 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "extension-analyzer",
"version": "1.4.1",
"description": "",
"private": true,
"scripts": {
"build": "webpack --progress",
"build:prod": "webpack --mode=production",
"build:watch": "webpack --progress --watch"
},
"author": "tim-we",
"dependencies": {
"@zip.js/zip.js": "^2.6.62",
"comlink": "^4.4.1",
"friendly-time": "^1.1.1",
"htmlparser2": "^9.1.0",
"idb-keyval": "^6.2.1",
"preact": "^10.19.3",
"pretty-bytes": "^6.1.0",
"prismjs": "^1.29.0",
"prismjs-token-stream-transformer": "^0.2.0",
"wouter-preact": "^2.11.0"
},
"devDependencies": {
"@types/css": "^0.0.37",
"@types/prismjs": "^1.26.0",
"css": "^3.0.0",
"css-loader": "^5.2.7",
"less": "^4.1.2",
"less-loader": "^12.2.0",
"style-loader": "^3.3.3",
"svg-url-loader": "^8.0.0",
"ts-loader": "^9.4.4",
"typescript": "^5.0.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"repository": {
"type": "git",
"url": "[email protected]:tim-we/web-ext-inspector.git"
}
}