-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.34 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
{
"name": "chrome-extension-template",
"version": "1.0.0",
"description": "A chrome extension template with React, TypeScript, and Tailwind CSS",
"scripts": {
"build": "webpack --config webpack.config.js --env NODE_ENV=production",
"watch": "webpack -w --config webpack.config.js --env NODE_ENV=development"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/chrome": "^0.0.190",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"autoprefixer": "^10.4.20",
"copy-webpack-plugin": "^10.2.0",
"css-loader": "^7.1.2",
"postcss": "^8.4.41",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.10",
"terser-webpack-plugin": "^5.3.0",
"ts-loader": "^9.2.6",
"typescript": "^4.5.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Tekipeps/chrome-extension-template"
},
"keywords": [
"chrome extension",
"react",
"typescript",
"tailwindcss",
"chrome",
"manifest v3"
],
"author": "Tekena Solomon <hi@tekipeps.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tekipeps/chrome-extension-template/issues"
},
"homepage": "https://github.com/Tekipeps/chrome-extension-template#readme"
}