mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "rimraf build && tsc && vite build",
|
|
"serve": "vite preview",
|
|
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'"
|
|
},
|
|
"eslintConfig": {
|
|
"parser": "@typescript-eslint/parser",
|
|
"extends": [
|
|
"preact",
|
|
"plugin:@typescript-eslint/recommended"
|
|
],
|
|
"ignorePatterns": [
|
|
"build/"
|
|
],
|
|
"rules": {
|
|
"@typescript-eslint/explicit-module-boundary-types": "off"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"preact": "^10.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"@fontsource/open-sans": "^4.4.5",
|
|
"@preact/preset-vite": "^2.0.0",
|
|
"@styled-icons/bootstrap": "^10.34.0",
|
|
"@styled-icons/feather": "^10.34.0",
|
|
"@types/node": "^15.12.3",
|
|
"@types/preact-i18n": "^2.3.0",
|
|
"@types/styled-components": "^5.1.10",
|
|
"@typescript-eslint/eslint-plugin": "^4.27.0",
|
|
"@typescript-eslint/parser": "^4.27.0",
|
|
"eslint": "^7.28.0",
|
|
"eslint-config-preact": "^1.1.4",
|
|
"preact-i18n": "^2.4.0-preactx",
|
|
"react-overlapping-panels": "1.1.2-patch.0",
|
|
"rimraf": "^3.0.2",
|
|
"sass": "^1.35.1",
|
|
"styled-components": "^5.3.0",
|
|
"typescript": "^4.3.2",
|
|
"vite": "^2.3.7"
|
|
}
|
|
}
|