-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 871 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
32
33
34
35
36
37
{
"name": "ts-chrome-extension",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"watch": "jest --watch",
"build": "webpack --config webpack.config.js",
"start": "webpack serve"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/chrome": "^0.0.181",
"@types/jest": "^29.2.0",
"@types/react-dom": "^18.0.6",
"css-loader": "^6.7.1",
"dotenv": "^16.0.1",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.2.2",
"prettier": "2.6.2",
"rollup": "^2.70.2",
"style-loader": "^3.3.1",
"ts-jest": "^29.0.3",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.10.0"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}