forked from punk-domains/punk-chrome-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 852 Bytes
/
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
{
"name": "punk-domains-chrome-extension",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"serve": "export NODE_ENV=development && webpack --mode='development' --watch --config ./webpack.config.js",
"build": "export NODE_ENV=production && webpack --mode='production' --config ./webpack.config.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"copy-webpack-plugin": "^10.2.0",
"css-loader": "^6.5.1",
"generate-json-webpack-plugin": "^2.0.0",
"html-webpack-plugin": "^5.5.0",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^2.4.4",
"style-loader": "^3.3.1",
"vue": "^2.6.14",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"ethers": "^5.5.2"
}
}