mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-08 05:43:56 -05:00
143 lines
4.1 KiB
JSON
143 lines
4.1 KiB
JSON
{
|
|
"name": "next-template",
|
|
"version": "0.0.2",
|
|
"private": true,
|
|
"engines": {
|
|
"node": "22.x"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint --fix .",
|
|
"preview": "next build && next start",
|
|
"typecheck": "tsc --noEmit",
|
|
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
|
|
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache",
|
|
"clean": "rm -rf .next/ out/",
|
|
"dev:discordbot": "nodemon --watch ./common/discord",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest --watch",
|
|
"test:ui": "vitest --ui",
|
|
"test:coverage": "vitest run --coverage",
|
|
"test:validation": "vitest run tests/validation.test.tsx",
|
|
"test:ci": "vitest run --reporter=verbose --no-coverage"
|
|
},
|
|
"dependencies": {
|
|
"@discordjs/rest": "2.0.0",
|
|
"@mdx-js/loader": "^3.1.1",
|
|
"@mdx-js/react": "^3.1.1",
|
|
"@next/mdx": "^14.2.32",
|
|
"@radix-ui/react-accordion": "^1.1.2",
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
"@radix-ui/react-dialog": "^1.0.4",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.5",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@tanstack/react-query": "^5.74.4",
|
|
"@tw-classed/react": "^1.8.0",
|
|
"@types/node": "^20.19.0",
|
|
"@types/prismjs": "^1.26.5",
|
|
"autoprefixer": "^10.4.14",
|
|
"class-variance-authority": "^0.4.0",
|
|
"clsx": "^1.2.1",
|
|
"discord.js": "14.4.0",
|
|
"dotenv": "^16.4.4",
|
|
"feed": "^5.1.0",
|
|
"framer-motion": "^10.12.17",
|
|
"fuse.js": "^6.6.2",
|
|
"gray-matter": "^4.0.3",
|
|
"gsap": "^3.12.1",
|
|
"html-to-react": "^1.7.0",
|
|
"jquery": "^3.7.1",
|
|
"js-yaml": "^4.1.0",
|
|
"lucide-react": "0.105.0-alpha.4",
|
|
"next": "14.2.35",
|
|
"nodemon": "^3.0.3",
|
|
"postcss": "^8.4.24",
|
|
"prismjs": "^1.30.0",
|
|
"react": "^18.2.0",
|
|
"react-cookie": "^7.0.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-markdown": "^8.0.7",
|
|
"react-slick": "^0.30.3",
|
|
"react-use": "^17.4.0",
|
|
"rehype-katex": "^7.0.1",
|
|
"rehype-raw": "^7.0.0",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-math": "^6.0.0",
|
|
"sharp": "^0.33.2",
|
|
"slick-carousel": "^1.8.1",
|
|
"tailwind-merge": "^1.12.0",
|
|
"tailwindcss": "^3.3.2",
|
|
"tailwindcss-animate": "^1.0.5",
|
|
"typescript": "^5.0.0",
|
|
"zustand": "^4.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.19.0",
|
|
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
|
|
"@next/eslint-plugin-next": "^15.2.2",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/jest-dom": "^6.6.4",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/jquery": "^3",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/react": "^18.2.7",
|
|
"@types/react-dom": "^18.2.4",
|
|
"@types/react-slick": "^0.23.13",
|
|
"@typescript-eslint/parser": "^5.59.7",
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
"@vitest/coverage-v8": "3.2.4",
|
|
"@vitest/ui": "^3.2.4",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "^15.2.2",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-react": "^7.37.4",
|
|
"eslint-plugin-tailwindcss": "^3.18.0",
|
|
"globals": "^15.14.0",
|
|
"happy-dom": "^18.0.1",
|
|
"husky": "^9.1.7",
|
|
"jsdom": "^26.1.0",
|
|
"lint-staged": "^15.4.3",
|
|
"prettier": "^2.0.0",
|
|
"ts-node": "^10.9.2",
|
|
"tsconfig-paths": "^4.2.0",
|
|
"typescript-eslint": "^8.23.0",
|
|
"vite": "^7.0.6",
|
|
"vitest": "^3.2.4",
|
|
"vitest-canvas-mock": "^0.3.3"
|
|
},
|
|
"lint-staged": {
|
|
"**/*.{js,ts,tsx}": [
|
|
"prettier --write",
|
|
"eslint --fix",
|
|
"vitest run --passWithNoTests"
|
|
],
|
|
"**/*.{json,md,yml}": [
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"packageManager": "yarn@4.7.0+sha512.5a0afa1d4c1d844b3447ee3319633797bcd6385d9a44be07993ae52ff4facabccafb4af5dcd1c2f9a94ac113e5e9ff56f6130431905884414229e284e37bb7c9",
|
|
"engineStrict": true,
|
|
"browserslist": {
|
|
"production": [
|
|
">1%",
|
|
"last 2 versions",
|
|
"not dead",
|
|
"not ie 11",
|
|
"not op_mini all",
|
|
"Chrome >= 91",
|
|
"Firefox >= 90",
|
|
"Safari >= 15",
|
|
"Edge >= 91"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|