oxen-website/package.json

94 lines
2.7 KiB
JSON

{
"name": "oxen.io",
"version": "0.1.0",
"license": "UNLICENSED",
"scripts": {
"now": "npm run now",
"dev": "NODE_ENV=development next dev",
"dev:https": "NODE_ENV=development node server.js",
"build": "next build",
"start": "next start",
"staging": "func() { git add . && git commit -m \"$1\" && git push -u origin staging; }; func",
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@sanity/block-content-to-react": "^2.0.7",
"@sanity/client": "^1.149.18",
"@sanity/image-url": "^0.140.19",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@types/lodash": "^4.14.161",
"@types/moment": "^2.13.0",
"@types/react-redux": "^7.1.9",
"@types/redux": "^3.6.0",
"@types/styled-components": "^5.1.3",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"D": "^1.0.0",
"autoprefixer": "^10.0.1",
"babel-plugin-tailwind": "^0.1.10",
"babel-preset-env": "^1.7.0",
"classnames": "^2.2.6",
"contentful": "^8.1.7",
"dotenv": "^8.2.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"firebase": "^8.2.1",
"firebase-admin": "^9.4.2",
"firebase-functions": "^3.13.0",
"firestore-pagination-hook": "^1.0.0",
"global": "^4.4.0",
"groq": "^1.149.16",
"moment": "^2.27.0",
"next": "^9.3.3",
"next-compose-plugins": "^2.2.0",
"next-fonts": "^1.4.0",
"next-images": "^1.4.0",
"next-session": "^3.3.2",
"next-svgr": "^0.0.2",
"node-sass": "^4.14.1",
"nookies": "^2.5.0",
"now": "^20.1.2",
"prop-types": "^15.7.2",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-paginate": "^6.5.0",
"react-redux": "^7.2.1",
"react-redux-firebase": "^3.9.0",
"react-use": "^15.3.4",
"react-youtube": "^7.13.0",
"redux": "^4.0.5",
"redux-firestore": "^0.14.0",
"swr": "^0.3.9",
"tailwindcss": "^1.4.6",
"tailwindcss-children": "^2.1.0",
"uuid": "^8.3.2",
"vercel": "^20.1.2"
},
"devDependencies": {
"@types/lodash.get": "^4.4.6",
"@types/lodash.set": "^4.3.6",
"@types/node": "^14.0.27",
"@types/react": "^16.9.53",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
"typescript": "^3.9.7",
"webpack-cli": "^3.3.11"
},
"lint-staged": {
"./**/*.{ts,tsx}": "npm run lint:fix"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}