mirror of
https://github.com/FlipsideCrypto/user_metrics.git
synced 2026-02-06 11:17:49 +00:00
* first start * dynamic button works and posts to server, but gotta clean up * Cleanup * updating keys and last round of cleanup * package bundle * removing unused yarn files
23 lines
486 B
JSON
23 lines
486 B
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"@dynamic-labs/sdk-react": "^0.15.0",
|
|
"react": "^18.2.0",
|
|
"reactstrap": "^8.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.2.0",
|
|
"@babel/preset-env": "^7.2.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"babel-loader": "^8.0.4",
|
|
"css-loader": "^5.0.1",
|
|
"style-loader": "^2.0.0",
|
|
"webpack": "^4.27.1",
|
|
"webpack-cli": "^3.1.2"
|
|
},
|
|
"scripts": {
|
|
"watch": "webpack --watch",
|
|
"build": "webpack"
|
|
}
|
|
}
|