revite/package.json

92 lines
2.7 KiB
JSON
Raw Normal View History

2021-06-18 07:05:01 -04:00
{
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "rimraf build && tsc --noEmit && vite build",
"preview": "vite preview",
2021-06-18 10:57:08 -04:00
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
2021-06-19 15:00:30 -04:00
"fmt": "prettier --write 'src/**/*.{js,jsx,ts,tsx}'",
"typecheck": "tsc --noEmit"
2021-06-18 10:46:30 -04:00
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
"extends": [
"preact",
"plugin:@typescript-eslint/recommended"
],
"ignorePatterns": [
"build/"
],
"rules": {
"@typescript-eslint/explicit-module-boundary-types": "off"
}
2021-06-18 07:05:01 -04:00
},
"dependencies": {
"preact": "^10.5.13"
},
"devDependencies": {
2021-06-19 13:46:05 -04:00
"@fontsource/fira-mono": "^4.4.5",
2021-06-18 07:05:01 -04:00
"@fontsource/open-sans": "^4.4.5",
2021-06-18 15:21:54 -04:00
"@hcaptcha/react-hcaptcha": "^0.3.6",
2021-06-18 07:05:01 -04:00
"@preact/preset-vite": "^2.0.0",
2021-06-22 08:47:47 -04:00
"@rollup/plugin-replace": "^2.4.2",
2021-06-18 09:20:57 -04:00
"@styled-icons/bootstrap": "^10.34.0",
2021-06-18 07:05:01 -04:00
"@styled-icons/feather": "^10.34.0",
2021-06-19 17:37:12 -04:00
"@styled-icons/simple-icons": "^10.33.0",
2021-06-19 13:46:05 -04:00
"@traptitech/markdown-it-katex": "^3.4.3",
"@traptitech/markdown-it-spoiler": "^1.1.6",
2021-06-23 09:52:33 -04:00
"@types/lodash.defaultsdeep": "^4.6.6",
"@types/lodash.isequal": "^4.5.5",
2021-06-19 13:46:05 -04:00
"@types/markdown-it": "^12.0.2",
"@types/node": "^15.12.4",
2021-06-18 10:18:10 -04:00
"@types/preact-i18n": "^2.3.0",
2021-06-19 13:46:05 -04:00
"@types/prismjs": "^1.16.5",
"@types/react-helmet": "^6.1.1",
2021-06-18 15:07:26 -04:00
"@types/react-router-dom": "^5.1.7",
"@types/react-scroll": "^1.8.2",
2021-06-18 07:05:01 -04:00
"@types/styled-components": "^5.1.10",
2021-06-19 13:46:05 -04:00
"@types/twemoji": "^12.1.1",
2021-06-18 10:46:30 -04:00
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
2021-06-19 10:29:04 -04:00
"classnames": "^2.3.1",
"dayjs": "^1.10.5",
2021-06-18 15:21:54 -04:00
"detect-browser": "^5.2.0",
2021-06-18 10:46:30 -04:00
"eslint": "^7.28.0",
"eslint-config-preact": "^1.1.4",
2021-06-19 13:46:05 -04:00
"highlight.js": "^11.0.1",
"idb": "^6.1.2",
"localforage": "^1.9.0",
2021-06-23 09:52:33 -04:00
"lodash.defaultsdeep": "^4.6.1",
"lodash.isequal": "^4.5.0",
2021-06-19 13:46:05 -04:00
"markdown-it": "^12.0.6",
"markdown-it-emoji": "^2.0.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
2021-06-23 09:52:33 -04:00
"mediasoup-client": "^3.6.33",
2021-06-19 15:00:30 -04:00
"preact-context-menu": "^0.1.5",
2021-06-18 10:18:10 -04:00
"preact-i18n": "^2.4.0-preactx",
2021-06-18 10:57:08 -04:00
"prettier": "^2.3.1",
2021-06-19 13:46:05 -04:00
"prismjs": "^1.23.0",
"react-device-detect": "^1.17.0",
"react-helmet": "^6.1.0",
2021-06-18 15:21:54 -04:00
"react-hook-form": "6.3.0",
2021-06-19 07:34:53 -04:00
"react-overlapping-panels": "1.2.1",
"react-redux": "^7.2.4",
2021-06-18 15:07:26 -04:00
"react-router-dom": "^5.2.0",
"react-scroll": "^1.8.2",
2021-06-19 13:46:05 -04:00
"react-tippy": "^1.4.0",
"redux": "^4.1.0",
2021-06-23 08:52:16 -04:00
"revolt.js": "4.3.2",
2021-06-18 07:05:01 -04:00
"rimraf": "^3.0.2",
"sass": "^1.35.1",
2021-06-19 17:37:12 -04:00
"shade-blend-color": "^1.0.0",
2021-06-18 07:05:01 -04:00
"styled-components": "^5.3.0",
"typescript": "^4.3.2",
2021-06-19 13:46:05 -04:00
"ulid": "^2.3.0",
"use-resize-observer": "^7.0.0",
2021-06-18 14:25:33 -04:00
"vite": "^2.3.7",
2021-06-22 09:22:35 -04:00
"vite-plugin-pwa": "^0.8.1",
"workbox-precaching": "^6.1.5"
2021-06-18 07:05:01 -04:00
}
}