oxen-website/package.json

101 lines
3.1 KiB
JSON
Raw Normal View History

2021-01-22 03:43:42 +01:00
{
"name": "oxen.io",
"version": "0.1.0",
"license": "UNLICENSED",
"scripts": {
"now": "npm run now",
"dev": "NEXT_PUBLIC_SITE_ENV=development NODE_ENV=development NODE_OPTIONS='--inspect' next dev",
"build": "NEXT_PUBLIC_SITE_ENV=production NODE_ENV=production next build",
"build:staging": "NEXT_PUBLIC_SITE_ENV=development NODE_ENV=production next build",
"start": "NEXT_PUBLIC_SITE_ENV=production NODE_ENV=production next start",
"start:staging": "NEXT_PUBLIC_SITE_ENV=development NODE_ENV=production next start",
2021-01-22 03:43:42 +01:00
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@contentful/rich-text-html-renderer": "^15.3.5",
"@contentful/rich-text-plain-text-renderer": "^15.3.5",
"@contentful/rich-text-react-renderer": "^15.3.5",
2021-01-22 03:43:42 +01:00
"@tailwindcss/aspect-ratio": "^0.2.0",
2021-02-18 22:36:08 +01:00
"@types/jest": "^26.0.20",
2021-01-22 03:43:42 +01:00
"@types/lodash": "^4.14.161",
"@types/react-redux": "^7.1.9",
"@types/redux": "^3.6.0",
"D": "^1.0.0",
"babel-plugin-tailwind": "^0.1.10",
"babel-preset-env": "^1.7.0",
"base-64": "^1.0.0",
"classnames": "^2.3.1",
"contentful": "^8.4.2",
2021-09-02 15:59:59 +02:00
"date-fns": "^2.23.0",
2021-01-22 03:43:42 +01:00
"dotenv": "^8.2.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
2021-09-03 16:10:01 +02:00
"feed": "^4.2.2",
2021-01-22 03:43:42 +01:00
"global": "^4.4.0",
"groq": "^1.149.16",
"himalaya": "^1.1.0",
2021-02-18 22:36:08 +01:00
"jest": "^26.6.3",
2021-02-10 09:38:27 +01:00
"next": "^10.0.6",
2021-01-22 03:43:42 +01:00
"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",
2021-02-12 06:37:44 +01:00
"next-transpile-modules": "^6.3.0",
2021-01-22 03:43:42 +01:00
"nookies": "^2.5.0",
"now": "^20.1.2",
"prop-types": "^15.7.2",
2021-02-10 09:38:27 +01:00
"react": "^17.0.1",
"react-dom": "^17.0.1",
2021-02-18 04:07:53 +01:00
"react-paginate": "^7.1.0",
2021-01-22 03:43:42 +01:00
"react-redux": "^7.2.1",
2021-02-22 03:33:24 +01:00
"react-scripts": "^4.0.2",
2021-02-12 06:37:44 +01:00
"react-use": "^17.1.1",
2021-01-22 03:43:42 +01:00
"redux": "^4.0.5",
"sharp": "^0.29.0",
2021-01-22 03:43:42 +01:00
"swr": "^0.3.9",
2021-02-18 22:36:08 +01:00
"ts-jest": "^26.5.1",
2021-01-22 03:43:42 +01:00
"uuid": "^8.3.2",
"vercel": "^20.1.2",
"xss": "^1.0.9"
2021-01-22 03:43:42 +01:00
},
"devDependencies": {
2021-02-22 03:33:24 +01:00
"@babel/core": "^7.12.17",
"@babel/preset-env": "^7.12.17",
"@babel/preset-react": "^7.12.13",
"@contentful/rich-text-types": "^15.3.5",
"@tailwindcss/forms": "^0.3.3",
"@types/base-64": "^1.0.0",
2021-01-22 03:43:42 +01:00
"@types/lodash.get": "^4.4.6",
"@types/lodash.set": "^4.3.6",
2021-02-18 20:28:48 +01:00
"@types/node": "^14.14.28",
"@types/react": "^17.0.2",
2021-01-22 03:43:42 +01:00
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
2021-02-18 20:28:48 +01:00
"autoprefixer": "^10.2.4",
2021-02-22 03:33:24 +01:00
"babel-jest": "^26.6.3",
"contentful-cli": "^1.8.17",
"cssnano": "^4.1.11",
2021-01-22 03:43:42 +01:00
"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",
2021-02-18 20:28:48 +01:00
"postcss": "^8.2.6",
2021-01-22 03:43:42 +01:00
"prettier": "^2.0.5",
"tailwindcss": "^2.2.4",
2021-09-02 15:08:16 +02:00
"typescript": "^4.3.5",
2021-01-22 03:43:42 +01:00
"webpack-cli": "^3.3.11"
},
"lint-staged": {
"./**/*.{ts,tsx}": "npm run lint:fix"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}