-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
37 changed files
with
376 additions
and
903 deletions.
There are no files selected for viewing
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,77 @@ | ||
{ | ||
"name": "hypercritical", | ||
"version": "1.0.0", | ||
"description": "Hypercritical is a cutting-edge digital design and tech studio based in Kenya, specializing in crafting functional digital experiences through web app design and development", | ||
"main": "./js/main/main.js", | ||
"scripts": { | ||
"start": "cross-env NODE_ENV=development http-server public", | ||
"build": "cross-env NODE_ENV=production webpack --mode production", | ||
"watch": "cross-env NODE_ENV=development webpack --mode development --watch", | ||
"test": "cross-env NODE_ENV=test jest", | ||
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm run buld" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/vickkie/Hypercritical.git" | ||
}, | ||
"keywords": [ | ||
"Hypercritical" | ||
], | ||
"author": "uzitrake", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/vickkie/Hypercritical/issues" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.24.0", | ||
"@babel/preset-env": "^7.24.4", | ||
"@babel/preset-react": "^7.23.3", | ||
"@testing-library/jest-dom": "^6.4.2", | ||
"@testing-library/react": "^14.3.0", | ||
"@types/gsap": "^3.0.0", | ||
"@types/lozad": "^1.16.4", | ||
"@types/react-dom": "^18.2.24", | ||
"@types/splitting": "^1.0.6", | ||
"@types/webpack-dotenv-plugin": "^2.0.8", | ||
"babel-loader": "^9.1.3", | ||
"clean-webpack-plugin": "^4.0.0", | ||
"copy-webpack-plugin": "^6.0.0", | ||
"cross-env": "^7.0.3", | ||
"css-loader": "^5.0.0", | ||
"css-minimizer-webpack-plugin": "^6.0.0", | ||
"dotenv-webpack": "^8.0.1", | ||
"html-minimizer-webpack-plugin": "^5.0.0", | ||
"html-webpack-plugin": "^5.0.0", | ||
"jest": "^29.7.0", | ||
"mini-css-extract-plugin": "^2.8.1", | ||
"purgecss": "^6.0.0", | ||
"style-loader": "^2.0.0", | ||
"terser-webpack-plugin": "^5.3.10", | ||
"ts-loader": "^9.5.1", | ||
"typescript": "^5.4.5", | ||
"webpack": "^5.91.0", | ||
"webpack-cli": "^5.1.4" | ||
}, | ||
"dependencies": { | ||
"@builder.io/partytown": "^0.10.0", | ||
"@emotion/react": "^11.11.4", | ||
"@emotion/styled": "^11.11.5", | ||
"@mui/icons-material": "^5.15.15", | ||
"@mui/material": "^5.15.15", | ||
"@studio-freight/lenis": "^1.0.39", | ||
"body-parser": "^1.20.2", | ||
"firebase": "^10.11.0", | ||
"gsap": "^3.12.5", | ||
"lozad": "^1.16.0", | ||
"mouse-follower": "^1.1.2", | ||
"react": "^18.2.0", | ||
"react-beautiful-dnd": "^13.1.1", | ||
"react-dom": "^18.2.0", | ||
"react-router-dom": "^6.22.3", | ||
"reeller": "^0.0.5", | ||
"splitting": "^1.0.6", | ||
"sweetalert2": "^11.10.8", | ||
"swiper": "^11.1.1", | ||
"uuid": "^9.0.1" | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.