forked from ListenNotes/listennotes-chatgpt-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 726 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 726 Bytes
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
{
"name": "listennotes-chatgpt-plugin",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build:production": "NODE_ENV=production webpack --config ./webpack.config.js",
"dev": "wrangler pages dev -- webpack serve --host localhost --mode development"
},
"devDependencies": {
"@swc/core": "^1.3.8",
"clean-webpack-plugin": "^4.0.0",
"eslint": "^8.25.0",
"eslint-plugin-react": "^7.31.10",
"eslint-webpack-plugin": "^3.2.0",
"swc-loader": "^0.2.3",
"webpack": "^5.74.0",
"webpack-bundle-tracker": "^1.6.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"webpack-shell-plugin-next": "^2.2.2"
},
"dependencies": {
"podcast-api": "^2.0.3"
}
}