aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-30 23:16:07 -0500
committerBobby <[email protected]>2022-11-30 23:16:07 -0500
commitdaaa789068cebb5fdfcea6197ade6e663be46e0f (patch)
tree1cd315851b779ac28fe622da332c3c16fe1c433c /package.json
downloadtcssocialify-daaa789068cebb5fdfcea6197ade6e663be46e0f.tar.xz
tcssocialify-daaa789068cebb5fdfcea6197ade6e663be46e0f.zip
socialify update
Diffstat (limited to 'package.json')
-rw-r--r--package.json85
1 files changed, 85 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..5058aff
--- /dev/null
+++ b/package.json
@@ -0,0 +1,85 @@
+{
+ "name": "socialify",
+ "version": "2.0.0",
+ "description": "Socialify your project. Share with the world!",
+ "author": "@CryogenicPlanet, @wei",
+ "license": "MIT",
+ "repository": "https://github.com/wei/socialify.git",
+ "scripts": {
+ "dev": "next dev",
+ "debug": "NODE_OPTIONS='--inspect' next",
+ "build": "next build",
+ "test": "jest",
+ "test:watch": "jest --watch",
+ "start": "next start",
+ "lint": "eslint . --ext .ts,.tsx",
+ "lint:fix": "yarn lint --fix",
+ "prettier": "prettier --check .",
+ "prettier:fix": "prettier --write .",
+ "verify": "yarn prettier && yarn lint && yarn tsc && yarn test && yarn build",
+ "download-font": "./fonts/download-font.sh",
+ "prepare": "is-ci || husky install"
+ },
+ "dependencies": {
+ "@changesets/cli": "^2.25.2",
+ "@vercel/analytics": "^0.1.5",
+ "@vercel/og": "^0.0.20",
+ "autoprefixer": "^10.4.13",
+ "badgen": "^3.2.2",
+ "clsx": "^1.2.1",
+ "copee": "^1.0.6",
+ "cross-fetch": "^3.1.5",
+ "daisyui": "^2.41.0",
+ "hero-patterns": "^2.1.0",
+ "is-ci": "^3.0.1",
+ "next": "^13.0.4",
+ "postcss": "^8.4.19",
+ "react": "^18.2.0",
+ "react-dom": "^18.2.0",
+ "react-error-boundary": "^3.1.4",
+ "react-hot-toast": "^2.4.0",
+ "react-icons": "^4.6.0",
+ "satori": "^0.0.44",
+ "simple-icons": "^7.19.0",
+ "styled-jsx": "^5.1.0",
+ "tailwindcss": "^3.2.4",
+ "typescript": "~4.9.3",
+ "use-debounce": "^8.0.4",
+ "yoga-wasm-web": "0.1.2"
+ },
+ "devDependencies": {
+ "@testing-library/jest-dom": "^5.16.5",
+ "@testing-library/react": "^13.4.0",
+ "eslint": "^8.28.0",
+ "eslint-config-prettier": "^8.5.0",
+ "eslint-config-prettier-standard": "^4.0.1",
+ "eslint-config-react-app": "^7.0.1",
+ "eslint-config-standard": "^17.0.0",
+ "eslint-plugin-jest": "^27.1.5",
+ "eslint-plugin-n": "^15.5.1",
+ "eslint-plugin-prettier": "^4.2.1",
+ "eslint-plugin-promise": "^6.1.1",
+ "eslint-plugin-react": "^7.31.11",
+ "eslint-plugin-react-hooks": "^4.6.0",
+ "graphql": "^16.6.0",
+ "graphql-compiler": "^1.7.0",
+ "husky": "^8.0.2",
+ "identity-obj-proxy": "^3.0.0",
+ "jest": "^29.3.1",
+ "jest-environment-jsdom": "^29.3.1",
+ "prettier": "^2.7.1",
+ "prettier-config-standard": "^5.0.0"
+ },
+ "browserslist": {
+ "production": [
+ ">0.2%",
+ "not dead",
+ "not op_mini all"
+ ],
+ "development": [
+ "last 1 chrome version",
+ "last 1 firefox version",
+ "last 1 safari version"
+ ]
+ }
+}