130 lines
4.1 KiB
JSON
130 lines
4.1 KiB
JSON
{
|
|
"name": "@thream/website",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Thream/website"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=8.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"start": "next start",
|
|
"build": "next build",
|
|
"export": "next export",
|
|
"generate": "plop",
|
|
"lint:commit": "commitlint",
|
|
"lint:editorconfig": "editorconfig-checker",
|
|
"lint:markdown": "markdownlint \"**/*.md\" --dot --ignore-path \".gitignore\"",
|
|
"lint:typescript": "eslint \"**/*.{js,jsx,ts,tsx}\"",
|
|
"lint:prettier": "prettier \".\" --check",
|
|
"lint:staged": "lint-staged",
|
|
"test:unit": "jest",
|
|
"test:html-w3c-validator": "start-server-and-test \"start\" \"http://localhost:3000\" \"html-w3c-validator\"",
|
|
"test:lighthouse": "lhci autorun",
|
|
"test:e2e": "start-server-and-test \"start\" \"http://localhost:3000\" \"cypress run\"",
|
|
"test:e2e:dev": "start-server-and-test \"dev\" \"http://localhost:3000\" \"cypress open\"",
|
|
"storybook": "start-storybook --port 6006",
|
|
"storybook:build": "build-storybook",
|
|
"storybook:serve": "serve -p 6006 storybook-static",
|
|
"release": "semantic-release",
|
|
"deploy": "vercel",
|
|
"postinstall": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/montserrat": "4.5.5",
|
|
"@fontsource/roboto": "4.5.3",
|
|
"@heroicons/react": "1.0.6",
|
|
"@sinclair/typebox": "0.23.4",
|
|
"ajv": "8.10.0",
|
|
"ajv-formats": "2.1.1",
|
|
"axios": "0.26.0",
|
|
"classnames": "2.3.1",
|
|
"date-and-time": "2.2.1",
|
|
"emoji-mart": "3.0.1",
|
|
"katex": "0.15.2",
|
|
"next": "12.1.0",
|
|
"next-pwa": "5.4.5",
|
|
"next-themes": "0.1.1",
|
|
"next-translate": "1.3.5",
|
|
"pretty-bytes": "6.0.0",
|
|
"react": "17.0.2",
|
|
"react-component-form": "2.0.0",
|
|
"react-dom": "17.0.2",
|
|
"react-infinite-scroll-component": "6.1.0",
|
|
"react-markdown": "8.0.0",
|
|
"react-responsive": "8.2.0",
|
|
"react-swipeable": "6.2.0",
|
|
"react-textarea-autosize": "8.3.3",
|
|
"read-pkg": "7.1.0",
|
|
"rehype-katex": "6.0.2",
|
|
"remark-breaks": "3.0.2",
|
|
"remark-gfm": "3.0.1",
|
|
"remark-math": "5.1.1",
|
|
"sharp": "0.30.2",
|
|
"socket.io-client": "4.4.1",
|
|
"unified": "10.1.1",
|
|
"unist-util-visit": "4.1.0",
|
|
"universal-cookie": "4.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "16.2.1",
|
|
"@commitlint/config-conventional": "16.2.1",
|
|
"@lhci/cli": "0.9.0",
|
|
"@saithodev/semantic-release-backmerge": "2.1.2",
|
|
"@storybook/addon-essentials": "6.4.19",
|
|
"@storybook/addon-links": "6.4.19",
|
|
"@storybook/addon-postcss": "2.0.0",
|
|
"@storybook/builder-webpack5": "6.4.19",
|
|
"@storybook/manager-webpack5": "6.4.19",
|
|
"@storybook/react": "6.4.19",
|
|
"@testing-library/jest-dom": "5.16.2",
|
|
"@testing-library/react": "12.1.3",
|
|
"@types/date-and-time": "0.13.0",
|
|
"@types/emoji-mart": "3.0.9",
|
|
"@types/hast": "2.3.4",
|
|
"@types/jest": "27.4.1",
|
|
"@types/katex": "0.11.1",
|
|
"@types/node": "17.0.21",
|
|
"@types/react": "17.0.39",
|
|
"@types/react-responsive": "8.0.5",
|
|
"@types/unist": "2.0.6",
|
|
"@typescript-eslint/eslint-plugin": "5.13.0",
|
|
"@typescript-eslint/parser": "5.13.0",
|
|
"autoprefixer": "10.4.2",
|
|
"cypress": "9.5.1",
|
|
"editorconfig-checker": "4.0.2",
|
|
"eslint": "8.10.0",
|
|
"eslint-config-conventions": "1.1.0",
|
|
"eslint-config-next": "12.1.0",
|
|
"eslint-config-prettier": "8.5.0",
|
|
"eslint-plugin-import": "2.25.4",
|
|
"eslint-plugin-prettier": "4.0.0",
|
|
"eslint-plugin-promise": "6.0.0",
|
|
"eslint-plugin-storybook": "0.5.7",
|
|
"eslint-plugin-unicorn": "41.0.0",
|
|
"html-w3c-validator": "1.1.0",
|
|
"husky": "7.0.4",
|
|
"jest": "27.5.1",
|
|
"lint-staged": "12.3.5",
|
|
"markdownlint-cli": "0.31.1",
|
|
"mockttp": "2.6.0",
|
|
"next-secure-headers": "2.2.0",
|
|
"plop": "3.0.5",
|
|
"postcss": "8.4.7",
|
|
"prettier": "2.5.1",
|
|
"prettier-plugin-tailwindcss": "0.1.8",
|
|
"semantic-release": "19.0.2",
|
|
"serve": "13.0.2",
|
|
"start-server-and-test": "1.14.0",
|
|
"storybook-tailwind-dark-mode": "1.0.11",
|
|
"tailwindcss": "3.0.23",
|
|
"typescript": "4.6.2",
|
|
"vercel": "24.0.0",
|
|
"webpack": "5.70.0"
|
|
}
|
|
}
|