mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
86 lines
2.6 KiB
JSON
86 lines
2.6 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"prepare": "cd .. && npm install",
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"start:docker": "next build && next start",
|
|
"lint": "eslint --fix --ext js,ts,tsx ./src",
|
|
"type-check": "tsc --project tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/css": "^11.10.0",
|
|
"@emotion/server": "^11.10.0",
|
|
"@fortawesome/fontawesome-svg-core": "^6.1.2",
|
|
"@fortawesome/free-brands-svg-icons": "^6.1.2",
|
|
"@fortawesome/free-regular-svg-icons": "^6.1.1",
|
|
"@fortawesome/free-solid-svg-icons": "^6.1.2",
|
|
"@fortawesome/react-fontawesome": "^0.1.19",
|
|
"@headlessui/react": "^1.6.6",
|
|
"@reduxjs/toolkit": "^1.8.3",
|
|
"@stripe/react-stripe-js": "^1.10.0",
|
|
"@stripe/stripe-js": "^1.46.0",
|
|
"add": "^2.0.6",
|
|
"axios": "^0.27.2",
|
|
"axios-auth-refresh": "^3.3.3",
|
|
"classnames": "^2.3.1",
|
|
"cookies": "^0.8.0",
|
|
"fs": "^0.0.1-security",
|
|
"gray-matter": "^4.0.3",
|
|
"http-proxy": "^1.18.1",
|
|
"i18next": "^22.4.6",
|
|
"jspdf": "^2.5.1",
|
|
"jsrp": "^0.2.4",
|
|
"markdown-it": "^13.0.1",
|
|
"next": "^12.3.4",
|
|
"next-i18next": "^13.0.2",
|
|
"posthog-js": "^1.34.0",
|
|
"query-string": "^7.1.3",
|
|
"react": "^17.0.2",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-code-input": "^3.10.1",
|
|
"react-dom": "^17.0.2",
|
|
"react-github-btn": "^1.4.0",
|
|
"react-grid-layout": "^1.3.4",
|
|
"react-i18next": "^12.1.1",
|
|
"react-mailchimp-subscribe": "^2.1.3",
|
|
"react-markdown": "^8.0.3",
|
|
"react-redux": "^8.0.2",
|
|
"react-table": "^7.8.0",
|
|
"set-cookie-parser": "^2.5.1",
|
|
"sharp": "^0.31.2",
|
|
"styled-components": "^5.3.5",
|
|
"tweetnacl": "^1.0.3",
|
|
"tweetnacl-util": "^0.15.1",
|
|
"uuid": "^8.3.2",
|
|
"uuidv4": "^6.2.13",
|
|
"yaml": "^2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.4",
|
|
"@types/jsrp": "^0.2.4",
|
|
"@types/node": "18.11.9",
|
|
"@types/react": "^18.0.26",
|
|
"@typescript-eslint/eslint-plugin": "^5.48.1",
|
|
"@typescript-eslint/parser": "^5.45.0",
|
|
"autoprefixer": "^10.4.7",
|
|
"eslint": "^8.32.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
"eslint-config-next": "^13.0.5",
|
|
"eslint-config-prettier": "^8.6.0",
|
|
"eslint-import-resolver-typescript": "^3.5.2",
|
|
"eslint-plugin-import": "^2.27.4",
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.32.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-simple-import-sort": "^8.0.0",
|
|
"postcss": "^8.4.14",
|
|
"prettier": "^2.8.3",
|
|
"tailwindcss": "^3.1.4",
|
|
"typescript": "^4.9.3"
|
|
}
|
|
}
|