-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from itering/v2
V2 website
- Loading branch information
Showing
260 changed files
with
6,746 additions
and
18,043 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"extends": ["next/core-web-vitals", "next/typescript"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
module.exports = { | ||
arrowParens: 'always', | ||
semi: true, | ||
singleQuote: true, | ||
jsxSingleQuote: false, | ||
bracketSpacing: true, | ||
printWidth: 100, | ||
useTabs: false, | ||
tabWidth: 2, | ||
trailingComma: 'none', | ||
plugins: ['prettier-plugin-tailwindcss'] | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +0,0 @@ | ||
# itering-io-site | ||
|
||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/** @type {import('next').NextConfig} */ | ||
const nextConfig = { | ||
output: 'export', | ||
images: { | ||
unoptimized: true | ||
}, | ||
webpack: (config, { isServer }) => { | ||
if (isServer) { | ||
config.externals = config.externals.filter( | ||
(external) => typeof external !== 'function' || external.toString().indexOf('sharp') === -1 | ||
); | ||
} | ||
config.resolve.fallback = { fs: false, net: false, tls: false }; | ||
return config; | ||
} | ||
}; | ||
|
||
export default nextConfig; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,53 +2,30 @@ | |
"name": "itering.io", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@babel/core": "^7.6.0", | ||
"@babel/node": "^7.6.1", | ||
"@babel/preset-env": "^7.1.0", | ||
"antd": "^4.5.2", | ||
"body-scroll-lock": "^2.6.1", | ||
"bootstrap": "^4.5.0", | ||
"classnames": "^2.3.1", | ||
"gh-pages": "^2.1.1", | ||
"glob": "^7.1.3", | ||
"history": "^4.9.0", | ||
"i18next": "^15.0.9", | ||
"i18next-browser-languagedetector": "^3.0.1", | ||
"lottie-web": "^5.7.3", | ||
"mkdirp": "^0.5.1", | ||
"node-fetch": "^2.2.0", | ||
"react": "^16.8.6", | ||
"react-bootstrap": "^1.3.0", | ||
"react-dom": "^16.8.6", | ||
"react-i18next": "^10.8.1", | ||
"react-router-dom": "^5.0.0", | ||
"react-scripts": "^5.0.1", | ||
"rimraf": "^2.6.2", | ||
"sass": "^1.62.0", | ||
"three": "^0.125.0" | ||
}, | ||
"devDependencies": { | ||
"prerender-spa-plugin": "^3.4.0", | ||
"react-app-rewired": "^2.2.1" | ||
}, | ||
"scripts": { | ||
"start": "react-app-rewired start", | ||
"build": "yarn && react-app-rewired build", | ||
"test": "react-app-rewired test", | ||
"eject": "react-scripts eject", | ||
"render": "babel-node tools/run render", | ||
"serve": "serve -s build", | ||
"deploy": "babel-node tools/run deploy" | ||
"dev": "next dev", | ||
"build": "next build", | ||
"start": "next start", | ||
"lint": "next lint" | ||
}, | ||
"eslintConfig": { | ||
"extends": "react-app" | ||
"dependencies": { | ||
"clsx": "^2.1.1", | ||
"framer-motion": "^11.11.7", | ||
"next": "14.2.15", | ||
"react": "^18", | ||
"react-dom": "^18", | ||
"tailwind-merge": "^2.5.3" | ||
}, | ||
"browserslist": [ | ||
">0.2%", | ||
"not dead", | ||
"not ie <= 11", | ||
"not op_mini all" | ||
], | ||
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" | ||
"devDependencies": { | ||
"@types/node": "^20", | ||
"@types/react": "^18", | ||
"@types/react-dom": "^18", | ||
"eslint": "^8", | ||
"eslint-config-next": "14.2.15", | ||
"postcss": "^8", | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-tailwindcss": "^0.6.8", | ||
"tailwindcss": "^3.4.1", | ||
"typescript": "^5" | ||
} | ||
} |
Oops, something went wrong.