-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "vf-ext-framework",
"version": "1.0.0",
"description": "A simple browser extension framework for creating extensions with typescript and react.",
"scripts": {
"entry": "node src/scripts/entry.js"
},
"bin": {
"vfe": "./src/scripts/entry.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vanflux/vf-ext-framework.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vanflux/vf-ext-framework/issues"
},
"homepage": "https://github.com/vanflux/vf-ext-framework#readme",
"dependencies": {
"@types/node": "^18.0.6",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"fs-extra": "^10.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"url-match-pattern": "^1.0.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0",
"ws": "^8.6.0",
"zip-webpack-plugin": "^4.0.1"
}
}