-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 733 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 733 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
26
27
28
29
30
{
"name": "beachdai-extension",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/chrome": "^0.0.269",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"copy-webpack-plugin": "^13.0.1",
"fs-extra": "^11.2.0",
"@types/crypto-js": "^4.2.2",
"ts-loader": "^9.5.2",
"webpack": "^5.101.2",
"webpack-cli": "^4.6.0"
},
"dependencies": {
"@xenova/transformers": "^2.17.1",
"crypto-js": "^4.2.0",
"react": "^19.1.1",
"react-dom": "^19.1.1"
}
}