-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
50 lines (50 loc) · 1.49 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
43
44
45
46
47
48
49
50
{
"name": "chrome-manifest-v3-webpack-hotreload-template",
"version": "1.0.0",
"description": "Template for Chrome Extension (Manifest v3) with webpack hot reloading",
"main": "src/popup.js",
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@types/chrome": "^0.0.159",
"babel-loader": "^8.2.2",
"babel-preset-react-app": "^10.0.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.4.0",
"file-loader": "^6.2.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2",
"sass-loader": "^12.1.0",
"style-loader": "^3.3.0",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1",
"write-file-webpack-plugin": "^4.5.1"
},
"scripts": {
"build": "node scripts/build.js",
"start": "node scripts/webpack.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hirenchalodiya1/chrome-manifest-v3-webpack-hotreload-template.git"
},
"keywords": [
"Chrome",
"Extension",
"Manifest",
"v3",
"Webpack",
"hot",
"reloading"
],
"author": "Hiren Chalodiya",
"license": "MIT",
"bugs": {
"url": "https://github.com/hirenchalodiya1/chrome-manifest-v3-webpack-hotreload-template/issues"
},
"homepage": "https://github.com/hirenchalodiya1/chrome-manifest-v3-webpack-hotreload-template#readme"
}