-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.15 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
{
"name": "chrome_ext",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"watch": "webpack --watch --progress --config webpack.config.js",
"build": "webpack --mode production --config webpack.config.js"
},
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@radix-ui/react-icons": "^1.1.1",
"babel-loader": "^9.1.2",
"crypto-browserify": "^3.12.0",
"deso-protocol": "^2.6.4",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-loader-spinner": "^5.3.4",
"react-loading-icons": "^1.1.0",
"react-mentions": "^4.4.7",
"react-router-dom": "^6.8.1",
"react-switch": "^7.0.0",
"run": "^1.4.0",
"watch": "^1.0.2"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"postcss": "^8.4.21",
"postcss-loader": "^7.0.2",
"style-loader": "^3.3.1",
"tailwindcss": "^3.2.6",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}