revite/package.json

62 lines
1.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 && vite build",
"preview": "vite preview",
2021-06-18 10:57:08 -04:00
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"fmt": "prettier --write 'src/**/*.{js,jsx,ts,tsx}'"
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": {
"@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-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-18 10:35:35 -04:00
"@types/node": "^15.12.3",
2021-06-18 10:18:10 -04:00
"@types/preact-i18n": "^2.3.0",
"@types/react-helmet": "^6.1.1",
2021-06-18 15:07:26 -04:00
"@types/react-router-dom": "^5.1.7",
2021-06-18 07:05:01 -04:00
"@types/styled-components": "^5.1.10",
2021-06-18 10:46:30 -04:00
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"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",
"localforage": "^1.9.0",
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",
"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-18 07:05:01 -04:00
"react-overlapping-panels": "1.1.2-patch.0",
"react-redux": "^7.2.4",
2021-06-18 15:07:26 -04:00
"react-router-dom": "^5.2.0",
"redux": "^4.1.0",
"revolt.js": "4.2.0-alpha.3-patch.0",
2021-06-18 07:05:01 -04:00
"rimraf": "^3.0.2",
"sass": "^1.35.1",
"styled-components": "^5.3.0",
"typescript": "^4.3.2",
2021-06-18 14:25:33 -04:00
"vite": "^2.3.7",
"vite-plugin-pwa": "^0.8.1"
2021-06-18 07:05:01 -04:00
}
}