-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.27 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
{
"name": "clutch-browser-extension",
"version": "1.0.0",
"description": "Clutch smart contract based browser extension wallet",
"scripts": {
"start": "webpack --watch --progress --config webpack.dev.js",
"build": "webpack --progress --config webpack.prod.js"
},
"author": "Clutch development team",
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@types/chrome": "^0.0.181",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.2",
"@typescript-eslint/parser": "^5.57.0",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.2.4",
"eslint": "^8.37.0",
"html-webpack-plugin": "^5.5.0",
"prettier": "^2.8.7",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"ts-loader": "^8.1.0",
"typescript": "^4.2.4",
"val-loader": "^5.0.1",
"webpack": "^5.34.0",
"webpack-cli": "^4.6.0",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/material": "^5.11.15",
"react-redux": "^8.0.5",
"react-router-dom": "^6.10.0"
}
}