forked from masa-finance/chrome-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.45 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
49
50
51
{
"name": "masa-chrome-extension",
"version": "1.1.0",
"description": "Masa Chome Extension",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack/webpack.config.cjs",
"watch": "webpack --watch --config webpack/webpack.config.cjs",
"lint": "eslint ./src/react/**",
"lint-lint": "eslint ./src/react/** --fix"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/chrome": "^0.0.254",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.18",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"html-webpack-plugin": "^5.6.0",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.90.2",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@metamask/providers": "^14.0.2",
"babel-loader": "^9.1.3",
"buffer": "^6.0.3",
"css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "^6.0.0",
"ethers": "^6.11.1",
"mini-css-extract-plugin": "^2.8.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-jazzicon": "^1.0.4",
"react-use": "^17.5.0",
"sass": "^1.71.0",
"sass-loader": "^14.1.0",
"web-ext": "^7.11.0"
}
}