2021-10-24 05:19:39 +02:00
|
|
|
{
|
|
|
|
"name": "@thream/website",
|
2023-07-22 18:33:11 +02:00
|
|
|
"version": "1.3.8",
|
2021-10-24 05:19:39 +02:00
|
|
|
"private": true,
|
2021-10-24 05:48:06 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Thream/website"
|
2021-10-24 05:19:39 +02:00
|
|
|
},
|
2021-10-24 05:48:06 +02:00
|
|
|
"engines": {
|
2022-05-12 20:35:46 +02:00
|
|
|
"node": ">=16.0.0",
|
|
|
|
"npm": ">=8.0.0"
|
2021-10-24 05:19:39 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-12-28 16:06:58 +01:00
|
|
|
"dev": "next dev",
|
2021-10-24 05:19:39 +02:00
|
|
|
"start": "next start",
|
|
|
|
"build": "next build",
|
2021-10-24 05:48:06 +02:00
|
|
|
"generate": "plop",
|
2021-10-24 05:19:39 +02:00
|
|
|
"lint:commit": "commitlint",
|
|
|
|
"lint:editorconfig": "editorconfig-checker",
|
2022-08-23 21:51:20 +02:00
|
|
|
"lint:markdown": "markdownlint-cli2",
|
2023-07-22 16:34:23 +02:00
|
|
|
"lint:eslint": "eslint . --max-warnings 0 --report-unused-disable-directives --ignore-path .gitignore",
|
|
|
|
"lint:prettier": "prettier . --check",
|
2021-10-24 05:48:06 +02:00
|
|
|
"lint:staged": "lint-staged",
|
2022-08-23 21:51:20 +02:00
|
|
|
"test:unit": "cypress run --component",
|
2022-12-13 11:38:07 +01:00
|
|
|
"test:html-w3c-validator": "start-server-and-test \"start\" \"http://127.0.0.1:3000\" \"html-w3c-validator\"",
|
|
|
|
"test:e2e": "start-server-and-test \"start\" \"http://127.0.0.1:3000\" \"cypress run\"",
|
|
|
|
"test:dev": "start-server-and-test \"dev\" \"http://127.0.0.1:3000\" \"cypress open\"",
|
2021-10-24 06:09:43 +02:00
|
|
|
"release": "semantic-release",
|
2021-10-24 05:19:39 +02:00
|
|
|
"postinstall": "husky install"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-08-24 22:24:29 +02:00
|
|
|
"@fontsource/montserrat": "5.0.8",
|
|
|
|
"@fontsource/roboto": "5.0.8",
|
2022-03-05 18:22:30 +01:00
|
|
|
"@heroicons/react": "1.0.6",
|
2023-08-24 22:24:29 +02:00
|
|
|
"@sinclair/typebox": "0.31.2",
|
2023-07-22 16:34:23 +02:00
|
|
|
"@thream/socketio-jwt": "3.1.2",
|
2023-05-13 20:28:24 +02:00
|
|
|
"axios": "1.4.0",
|
2023-07-22 16:34:23 +02:00
|
|
|
"clsx": "2.0.0",
|
2023-07-02 19:34:20 +02:00
|
|
|
"date-and-time": "3.0.2",
|
2022-01-01 20:42:25 +01:00
|
|
|
"emoji-mart": "3.0.1",
|
2023-07-02 19:34:20 +02:00
|
|
|
"katex": "0.16.8",
|
2023-08-24 22:24:29 +02:00
|
|
|
"next": "13.4.19",
|
2022-09-21 10:09:36 +02:00
|
|
|
"next-themes": "0.2.1",
|
2023-07-02 19:34:20 +02:00
|
|
|
"next-translate": "2.4.4",
|
2023-07-22 16:34:23 +02:00
|
|
|
"pretty-bytes": "6.1.1",
|
2022-06-29 06:01:15 +02:00
|
|
|
"react": "18.2.0",
|
2023-07-02 19:34:20 +02:00
|
|
|
"react-component-form": "4.1.1",
|
2022-06-29 06:01:15 +02:00
|
|
|
"react-dom": "18.2.0",
|
2021-11-13 21:50:34 +01:00
|
|
|
"react-infinite-scroll-component": "6.1.0",
|
2023-05-13 20:28:24 +02:00
|
|
|
"react-markdown": "8.0.7",
|
2022-12-13 11:38:07 +01:00
|
|
|
"react-responsive": "9.0.2",
|
2023-07-02 19:34:20 +02:00
|
|
|
"react-swipeable": "7.0.1",
|
2022-05-12 20:49:20 +02:00
|
|
|
"react-syntax-highlighter": "15.5.0",
|
2023-08-24 22:24:29 +02:00
|
|
|
"react-textarea-autosize": "8.5.3",
|
|
|
|
"read-pkg": "8.1.0",
|
2023-05-13 20:28:24 +02:00
|
|
|
"rehype-katex": "6.0.3",
|
|
|
|
"remark-breaks": "3.0.3",
|
2022-01-01 20:42:25 +01:00
|
|
|
"remark-gfm": "3.0.1",
|
2022-01-07 21:21:38 +01:00
|
|
|
"remark-math": "5.1.1",
|
2023-08-24 22:24:29 +02:00
|
|
|
"sharp": "0.32.5",
|
|
|
|
"socket.io-client": "4.7.2",
|
2022-03-16 12:18:09 +01:00
|
|
|
"unified": "10.1.2",
|
2023-04-03 00:11:19 +02:00
|
|
|
"unist-util-visit": "4.1.2",
|
2023-08-24 22:24:29 +02:00
|
|
|
"universal-cookie": "6.1.0"
|
2021-10-24 05:19:39 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-24 22:24:29 +02:00
|
|
|
"@commitlint/cli": "17.7.1",
|
|
|
|
"@commitlint/config-conventional": "17.7.0",
|
2023-05-13 20:28:24 +02:00
|
|
|
"@saithodev/semantic-release-backmerge": "3.2.0",
|
2022-04-08 21:34:48 +02:00
|
|
|
"@semantic-release/git": "10.0.1",
|
2023-05-13 20:28:24 +02:00
|
|
|
"@tsconfig/strictest": "2.0.1",
|
2022-01-01 20:42:25 +01:00
|
|
|
"@types/emoji-mart": "3.0.9",
|
|
|
|
"@types/hast": "2.3.4",
|
2023-08-24 22:24:29 +02:00
|
|
|
"@types/katex": "0.16.2",
|
|
|
|
"@types/node": "20.5.4",
|
|
|
|
"@types/react": "18.2.21",
|
2021-12-28 16:06:58 +01:00
|
|
|
"@types/react-responsive": "8.0.5",
|
2023-07-02 19:34:20 +02:00
|
|
|
"@types/react-syntax-highlighter": "15.5.7",
|
2022-01-01 20:42:25 +01:00
|
|
|
"@types/unist": "2.0.6",
|
2023-08-24 22:24:29 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "6.4.1",
|
|
|
|
"@typescript-eslint/parser": "6.4.1",
|
|
|
|
"autoprefixer": "10.4.15",
|
|
|
|
"cypress": "12.17.4",
|
2023-07-02 19:34:20 +02:00
|
|
|
"editorconfig-checker": "5.1.1",
|
2023-08-24 22:24:29 +02:00
|
|
|
"eslint": "8.47.0",
|
2023-07-22 16:34:23 +02:00
|
|
|
"eslint-config-conventions": "11.0.1",
|
2023-08-24 22:24:29 +02:00
|
|
|
"eslint-config-next": "13.4.19",
|
|
|
|
"eslint-config-prettier": "9.0.0",
|
|
|
|
"eslint-plugin-import": "2.28.1",
|
2023-07-22 16:34:23 +02:00
|
|
|
"eslint-plugin-prettier": "5.0.0",
|
2022-12-13 11:38:07 +01:00
|
|
|
"eslint-plugin-promise": "6.1.1",
|
2023-08-24 22:24:29 +02:00
|
|
|
"eslint-plugin-unicorn": "48.0.1",
|
|
|
|
"html-w3c-validator": "1.5.0",
|
2023-01-11 17:39:09 +01:00
|
|
|
"husky": "8.0.3",
|
2023-08-24 22:24:29 +02:00
|
|
|
"lint-staged": "14.0.1",
|
2023-07-02 19:34:20 +02:00
|
|
|
"markdownlint-cli2": "0.8.1",
|
|
|
|
"markdownlint-rule-relative-links": "2.1.0",
|
2023-07-22 16:34:23 +02:00
|
|
|
"mockttp": "3.9.1",
|
2023-07-02 19:34:20 +02:00
|
|
|
"next-translate-plugin": "2.4.4",
|
2023-04-03 00:11:19 +02:00
|
|
|
"plop": "3.1.2",
|
2023-08-24 22:24:29 +02:00
|
|
|
"postcss": "8.4.28",
|
|
|
|
"prettier": "3.0.2",
|
|
|
|
"prettier-plugin-tailwindcss": "0.5.3",
|
|
|
|
"semantic-release": "21.1.1",
|
2023-04-03 00:11:19 +02:00
|
|
|
"start-server-and-test": "2.0.0",
|
2023-07-22 16:34:23 +02:00
|
|
|
"tailwindcss": "3.3.3",
|
|
|
|
"typescript": "5.1.6"
|
2021-10-24 05:19:39 +02:00
|
|
|
}
|
|
|
|
}
|