-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 885 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
{
"name": "wechat-reader-ai-assistant",
"version": "1.0.0",
"description": "wechat-reader-ai-assistant",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"dev": "webpack --mode development --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"chrome-extension-async": "^3.4.1",
"css-loader": "^7.1.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.7.2",
"webextension-polyfill": "^0.12.0",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"@types/chrome": "^0.0.287",
"copy-webpack-plugin": "^12.0.2"
}
}