Skip to content

Commit

Permalink
Merge pull request #40 from IC-Naming/feature/1_4
Browse files Browse the repository at this point in the history
Feature/1 4
  • Loading branch information
icnaming-roy committed Mar 31, 2022
2 parents 253fd28 + 87c0d1e commit e1dfdf8
Show file tree
Hide file tree
Showing 12 changed files with 559 additions and 480 deletions.
185 changes: 93 additions & 92 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,92 +1,93 @@
{
"name": "icnamingdapp",
"version": "0.1.0",
"private": true,
"engines": {
"npm": ">=8.3.2"
},
"scripts": {
"start": "env-cmd -f .env.dev react-scripts start",
"start:mainnet": "env-cmd -f .env.prod react-scripts start",
"build:testnet": "set GENERATE_SOURCEMAP=false && env-cmd -f .env.dev react-scripts build",
"build:mainnet": "set GENERATE_SOURCEMAP=false&& env-cmd -f .env.prod react-scripts build",
"test": "jest",
"eject": "react-scripts eject"
},
"dependencies": {
"@dfinity/agent": "^0.10.1",
"@dfinity/auth-client": "^0.10.1",
"@dfinity/authentication": "^0.10.1",
"@dfinity/candid": "^0.10.1",
"@dfinity/identity": "^0.10.1",
"@dfinity/principal": "^0.10.1",
"@douyinfe/semi-ui": "^2.4.1",
"bignumber.js": "9.0.2",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.7.1",
"buffer-crc32": "^0.2.13",
"copy-to-clipboard": "^3.3.1",
"crc": "^3.8.0",
"dateformat": "^5.0.2",
"env-cmd": "^10.1.0",
"js-sha256": "0.9.0",
"multicoin-address-validator": "^0.5.6",
"node-sass": "^6.0.1",
"react": "^17.0.2",
"react-bootstrap": "^2.0.2",
"react-dom": "^17.0.2",
"react-error-overlay": "6.0.9",
"react-ga4": "^1.4.1",
"react-query": "^3.34.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"reflect-metadata": "^0.1.13",
"web-vitals": "^1.1.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^26.0.24",
"@types/node": "^12.20.28",
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
"fake-indexeddb": "^3.1.3",
"jest-localstorage-mock": "^2.4.16",
"test-console": "^1.1.0",
"typescript": "^4.4.3",
"typescript-plugin-css-modules": "^3.4.0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">1%",
"chrome >= 52",
"opera >= 39",
"edge >= 14",
"firefox >= 52",
"safari >= 10.1",
"node >= 7",
"ios >= 10.3",
"samsung >= 6",
"electron >= 1.3"
],
"development": [
">1%",
"chrome >= 52",
"opera >= 39",
"edge >= 14",
"firefox >= 52",
"safari >= 10.1",
"node >= 7",
"ios >= 10.3",
"samsung >= 6",
"electron >= 1.3"
]
}
}
{
"name": "icnamingdapp",
"version": "0.1.0",
"private": true,
"engines": {
"npm": ">=8.3.2"
},
"scripts": {
"start": "env-cmd -f .env.dev react-scripts start",
"start:mainnet": "env-cmd -f .env.prod react-scripts start",
"build:testnet": "set GENERATE_SOURCEMAP=false && env-cmd -f .env.dev react-scripts build",
"build:mainnet": "set GENERATE_SOURCEMAP=false&& env-cmd -f .env.prod react-scripts build",
"test": "jest",
"eject": "react-scripts eject"
},
"dependencies": {
"@dfinity/agent": "^0.10.1",
"@dfinity/auth-client": "^0.10.1",
"@dfinity/authentication": "^0.10.1",
"@dfinity/candid": "^0.10.1",
"@dfinity/identity": "^0.10.1",
"@dfinity/principal": "^0.10.1",
"@douyinfe/semi-ui": "^2.4.1",
"bignumber.js": "9.0.2",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.7.1",
"buffer-crc32": "^0.2.13",
"copy-to-clipboard": "^3.3.1",
"crc": "^3.8.0",
"dateformat": "^5.0.2",
"env-cmd": "^10.1.0",
"js-sha256": "0.9.0",
"multicoin-address-validator": "^0.5.6",
"node-sass": "^6.0.1",
"react": "^17.0.2",
"react-bootstrap": "^2.0.2",
"react-dom": "^17.0.2",
"react-error-overlay": "6.0.9",
"react-ga4": "^1.4.1",
"react-query": "^3.34.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"reflect-metadata": "^0.1.13",
"web-vitals": "^1.1.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^26.0.24",
"@types/node": "^12.20.28",
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
"fake-indexeddb": "^3.1.3",
"jest-localstorage-mock": "^2.4.16",
"test-console": "^1.1.0",
"typescript": "^4.4.3",
"typescript-plugin-css-modules": "^3.4.0",
"vconsole": "^3.14.2"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">1%",
"chrome >= 52",
"opera >= 39",
"edge >= 14",
"firefox >= 52",
"safari >= 10.1",
"node >= 7",
"ios >= 10.3",
"samsung >= 6",
"electron >= 1.3"
],
"development": [
">1%",
"chrome >= 52",
"opera >= 39",
"edge >= 14",
"firefox >= 52",
"safari >= 10.1",
"node >= 7",
"ios >= 10.3",
"samsung >= 6",
"electron >= 1.3"
]
}
}
58 changes: 29 additions & 29 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="ICNAMING">
<meta name="author" content="ICNAMING">
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>ICNAMING</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GYJBL2WBZZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'G-GYJBL2WBZZ');
</script>
</head>

<body theme-mode="dark">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>

<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="ICNAMING">
<meta name="author" content="ICNAMING">
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>ICNAMING</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GYJBL2WBZZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'G-GYJBL2WBZZ');
</script>
</head>

<body theme-mode="dark">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>

</html>
Binary file added src/assets/images/stoicwallet.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e1dfdf8

Please sign in to comment.