This commit is contained in:
erwanlr
2022-07-02 13:18:01 +02:00
parent 61363a1985
commit f9e6e75c0c
32 changed files with 26313 additions and 2 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "meta-auth",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"plugin"
],
"author": "Januus.io",
"license": "ISC",
"dependencies": {
"@solana/wallet-adapter-phantom": "^0.9.3",
"css-loader": "^6.7.1",
"mini-css-extract-plugin": "^2.6.0",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"tweetnacl": "^1.0.3",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
}
}