forked from github/plane
fix: upgraded package manager and implemented tsup config for ui package
This commit is contained in:
parent
6607caade7
commit
b0e0ab30e5
6
.gitignore
vendored
6
.gitignore
vendored
@ -69,6 +69,10 @@ package-lock.json
|
|||||||
# Sentry
|
# Sentry
|
||||||
.sentryclirc
|
.sentryclirc
|
||||||
|
|
||||||
|
# yarn
|
||||||
|
.yarn
|
||||||
|
.yarnrc.yml
|
||||||
|
|
||||||
# lock files
|
# lock files
|
||||||
package-lock.json
|
package-lock.json
|
||||||
pnpm-lock.yaml
|
pnpm-lock.yaml
|
||||||
@ -76,7 +80,9 @@ pnpm-workspace.yaml
|
|||||||
|
|
||||||
.npmrc
|
.npmrc
|
||||||
.secrets
|
.secrets
|
||||||
|
|
||||||
tmp/
|
tmp/
|
||||||
|
|
||||||
## packages
|
## packages
|
||||||
dist
|
dist
|
||||||
.temp/
|
.temp/
|
||||||
|
12
package.json
12
package.json
@ -15,6 +15,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "turbo run build",
|
"build": "turbo run build",
|
||||||
"dev": "turbo run dev",
|
"dev": "turbo run dev",
|
||||||
|
"dev:web": "turbo run dev --filter=web",
|
||||||
|
"dev:space": "turbo run dev --filter=space",
|
||||||
"start": "turbo run start",
|
"start": "turbo run start",
|
||||||
"lint": "turbo run lint",
|
"lint": "turbo run lint",
|
||||||
"clean": "turbo run clean",
|
"clean": "turbo run clean",
|
||||||
@ -22,15 +24,15 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^10.4.15",
|
"autoprefixer": "^10.4.15",
|
||||||
"eslint-config-custom": "*",
|
"eslint-config-custom": "workspace:*",
|
||||||
"postcss": "^8.4.29",
|
"postcss": "^8.4.31",
|
||||||
"prettier": "latest",
|
"prettier": "latest",
|
||||||
"prettier-plugin-tailwindcss": "^0.5.4",
|
"prettier-plugin-tailwindcss": "^0.5.4",
|
||||||
"tailwindcss": "^3.3.3",
|
"tailwindcss": "^3.3.5",
|
||||||
"turbo": "^1.10.16"
|
"turbo": "^1.10.16"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"@types/react": "18.2.0"
|
"@types/react": "^18.2.39"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@1.22.19"
|
"packageManager": "yarn@3.6.4"
|
||||||
}
|
}
|
||||||
|
@ -28,8 +28,8 @@
|
|||||||
"react-dom": "18.2.0"
|
"react-dom": "18.2.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@plane/editor-types": "workspace:*",
|
||||||
"@tiptap/core": "^2.1.7",
|
"@tiptap/core": "^2.1.7",
|
||||||
"@plane/editor-types": "*",
|
|
||||||
"@tiptap/extension-code-block-lowlight": "^2.1.12",
|
"@tiptap/extension-code-block-lowlight": "^2.1.12",
|
||||||
"@tiptap/extension-color": "^2.1.11",
|
"@tiptap/extension-color": "^2.1.11",
|
||||||
"@tiptap/extension-image": "^2.1.7",
|
"@tiptap/extension-image": "^2.1.7",
|
||||||
@ -61,14 +61,14 @@
|
|||||||
"tiptap-markdown": "^0.8.2"
|
"tiptap-markdown": "^0.8.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^7.32.0",
|
|
||||||
"postcss": "^8.4.29",
|
|
||||||
"eslint-config-next": "13.2.4",
|
|
||||||
"@types/node": "18.15.3",
|
"@types/node": "18.15.3",
|
||||||
"@types/react": "^18.2.5",
|
"@types/react": "^18.2.5",
|
||||||
"@types/react-dom": "18.0.11",
|
"@types/react-dom": "18.0.11",
|
||||||
"tailwind-config-custom": "*",
|
"eslint": "^7.32.0",
|
||||||
"tsconfig": "*",
|
"eslint-config-next": "13.2.4",
|
||||||
|
"postcss": "^8.4.31",
|
||||||
|
"tailwind-config-custom": "workspace:*",
|
||||||
|
"tsconfig": "workspace:*",
|
||||||
"tsup": "^7.2.0",
|
"tsup": "^7.2.0",
|
||||||
"typescript": "4.9.5"
|
"typescript": "4.9.5"
|
||||||
},
|
},
|
||||||
|
@ -28,10 +28,10 @@
|
|||||||
"react-dom": "18.2.0"
|
"react-dom": "18.2.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@plane/ui": "*",
|
"@plane/editor-core": "workspace:*",
|
||||||
"@plane/editor-core": "*",
|
"@plane/editor-extensions": "workspace:*",
|
||||||
"@plane/editor-extensions": "*",
|
"@plane/editor-types": "workspace:*",
|
||||||
"@plane/editor-types": "*",
|
"@plane/ui": "workspace:*",
|
||||||
"@tiptap/core": "^2.1.7",
|
"@tiptap/core": "^2.1.7",
|
||||||
"@tiptap/extension-placeholder": "^2.1.11",
|
"@tiptap/extension-placeholder": "^2.1.11",
|
||||||
"@types/node": "18.15.3",
|
"@types/node": "18.15.3",
|
||||||
@ -43,9 +43,9 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^7.32.0",
|
||||||
"postcss": "^8.4.29",
|
"postcss": "^8.4.31",
|
||||||
"tailwind-config-custom": "*",
|
"tailwind-config-custom": "workspace:*",
|
||||||
"tsconfig": "*",
|
"tsconfig": "workspace:*",
|
||||||
"tsup": "^7.2.0",
|
"tsup": "^7.2.0",
|
||||||
"typescript": "4.9.5"
|
"typescript": "4.9.5"
|
||||||
},
|
},
|
||||||
|
@ -28,25 +28,25 @@
|
|||||||
"react-dom": "18.2.0"
|
"react-dom": "18.2.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tiptap/react": "^2.1.7",
|
"@plane/editor-core": "workspace:*",
|
||||||
|
"@plane/editor-types": "workspace:*",
|
||||||
"@tiptap/core": "^2.1.7",
|
"@tiptap/core": "^2.1.7",
|
||||||
|
"@tiptap/pm": "^2.1.7",
|
||||||
|
"@tiptap/react": "^2.1.7",
|
||||||
"@tiptap/suggestion": "^2.0.4",
|
"@tiptap/suggestion": "^2.0.4",
|
||||||
"@plane/editor-types": "*",
|
|
||||||
"@plane/editor-core": "*",
|
|
||||||
"eslint": "8.36.0",
|
"eslint": "8.36.0",
|
||||||
"eslint-config-next": "13.2.4",
|
"eslint-config-next": "13.2.4",
|
||||||
"lucide-react": "^0.244.0",
|
"lucide-react": "^0.244.0",
|
||||||
"tippy.js": "^6.3.7",
|
"tippy.js": "^6.3.7"
|
||||||
"@tiptap/pm": "^2.1.7"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "18.15.3",
|
"@types/node": "18.15.3",
|
||||||
"@types/react": "^18.2.35",
|
"@types/react": "^18.2.35",
|
||||||
"@types/react-dom": "^18.2.14",
|
"@types/react-dom": "^18.2.14",
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^7.32.0",
|
||||||
"postcss": "^8.4.29",
|
"postcss": "^8.4.31",
|
||||||
"tailwind-config-custom": "*",
|
"tailwind-config-custom": "workspace:*",
|
||||||
"tsconfig": "*",
|
"tsconfig": "workspace:*",
|
||||||
"tsup": "^7.2.0",
|
"tsup": "^7.2.0",
|
||||||
"typescript": "4.9.5"
|
"typescript": "4.9.5"
|
||||||
},
|
},
|
||||||
|
@ -29,19 +29,19 @@
|
|||||||
"react-dom": "18.2.0"
|
"react-dom": "18.2.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@plane/editor-core": "*",
|
"@plane/editor-core": "workspace:*",
|
||||||
"@plane/ui": "*",
|
"@plane/editor-types": "workspace:*",
|
||||||
"@plane/editor-types": "*"
|
"@plane/ui": "workspace:*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "18.15.3",
|
"@types/node": "18.15.3",
|
||||||
"@types/react": "^18.2.35",
|
"@types/react": "^18.2.35",
|
||||||
"@types/react-dom": "^18.2.14",
|
"@types/react-dom": "^18.2.14",
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^7.32.0",
|
||||||
"postcss": "^8.4.29",
|
"eslint-config-custom": "workspace:*",
|
||||||
"tailwind-config-custom": "*",
|
"postcss": "^8.4.31",
|
||||||
"eslint-config-custom": "*",
|
"tailwind-config-custom": "workspace:*",
|
||||||
"tsconfig": "*",
|
"tsconfig": "workspace:*",
|
||||||
"tsup": "^7.2.0",
|
"tsup": "^7.2.0",
|
||||||
"typescript": "4.9.5"
|
"typescript": "4.9.5"
|
||||||
},
|
},
|
||||||
|
@ -29,10 +29,10 @@
|
|||||||
"react-dom": "18.2.0"
|
"react-dom": "18.2.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@plane/editor-core": "*",
|
"@plane/editor-core": "workspace:*",
|
||||||
|
"@plane/editor-extensions": "workspace:*",
|
||||||
|
"@plane/editor-types": "workspace:*",
|
||||||
"@tiptap/core": "^2.1.11",
|
"@tiptap/core": "^2.1.11",
|
||||||
"@plane/editor-types": "*",
|
|
||||||
"@plane/editor-extensions": "*",
|
|
||||||
"@tiptap/extension-placeholder": "^2.1.11",
|
"@tiptap/extension-placeholder": "^2.1.11",
|
||||||
"lucide-react": "^0.244.0"
|
"lucide-react": "^0.244.0"
|
||||||
},
|
},
|
||||||
@ -41,10 +41,10 @@
|
|||||||
"@types/react": "^18.2.35",
|
"@types/react": "^18.2.35",
|
||||||
"@types/react-dom": "^18.2.14",
|
"@types/react-dom": "^18.2.14",
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^7.32.0",
|
||||||
"postcss": "^8.4.29",
|
"postcss": "^8.4.31",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"tailwind-config-custom": "*",
|
"tailwind-config-custom": "workspace:*",
|
||||||
"tsconfig": "*",
|
"tsconfig": "workspace:*",
|
||||||
"tsup": "^7.2.0",
|
"tsup": "^7.2.0",
|
||||||
"typescript": "4.9.5"
|
"typescript": "4.9.5"
|
||||||
},
|
},
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
"@types/react": "^18.2.35",
|
"@types/react": "^18.2.35",
|
||||||
"@types/react-dom": "^18.2.14",
|
"@types/react-dom": "^18.2.14",
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^7.32.0",
|
||||||
"tsconfig": "*",
|
"tsconfig": "workspace:*",
|
||||||
"tsup": "^7.2.0",
|
"tsup": "^7.2.0",
|
||||||
"typescript": "4.9.5"
|
"typescript": "4.9.5"
|
||||||
},
|
},
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
"eslint": "^7.23.0",
|
"eslint": "^7.23.0",
|
||||||
"eslint-config-next": "13.0.0",
|
"eslint-config-next": "13.0.0",
|
||||||
"eslint-config-prettier": "^8.3.0",
|
"eslint-config-prettier": "^8.3.0",
|
||||||
"eslint-plugin-react": "7.31.8",
|
"eslint-config-turbo": "latest",
|
||||||
"eslint-config-turbo": "latest"
|
"eslint-plugin-react": "7.31.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"typescript": "^4.7.4"
|
"typescript": "^4.7.4"
|
||||||
|
@ -7,10 +7,10 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tailwindcss/typography": "^0.5.9",
|
"@tailwindcss/typography": "^0.5.9",
|
||||||
"autoprefixer": "^10.4.14",
|
"autoprefixer": "^10.4.14",
|
||||||
"postcss": "^8.4.21",
|
"postcss": "^8.4.31",
|
||||||
"prettier": "^2.8.8",
|
"prettier": "^2.8.8",
|
||||||
"prettier-plugin-tailwindcss": "^0.3.0",
|
"prettier-plugin-tailwindcss": "^0.3.0",
|
||||||
"tailwindcss": "^3.2.7",
|
"tailwindcss": "^3.3.5",
|
||||||
"tailwindcss-animate": "^1.0.6"
|
"tailwindcss-animate": "^1.0.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -12,8 +12,10 @@
|
|||||||
"dist/**"
|
"dist/**"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsup src/index.ts --format esm,cjs --dts --external react",
|
"build": "tsup",
|
||||||
"dev": "tsup src/index.ts --format esm,cjs --watch --dts --external react",
|
"dev": "tsup --watch",
|
||||||
|
"check-types": "tsc --noEmit",
|
||||||
|
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
|
||||||
"lint": "eslint src/",
|
"lint": "eslint src/",
|
||||||
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
|
||||||
},
|
},
|
||||||
@ -23,10 +25,10 @@
|
|||||||
"@types/react-color": "^3.0.9",
|
"@types/react-color": "^3.0.9",
|
||||||
"@types/react-dom": "^18.2.15",
|
"@types/react-dom": "^18.2.15",
|
||||||
"classnames": "^2.3.2",
|
"classnames": "^2.3.2",
|
||||||
"eslint-config-custom": "*",
|
"eslint-config-custom": "workspace:*",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"tailwind-config-custom": "*",
|
"tailwind-config-custom": "workspace:*",
|
||||||
"tsconfig": "*",
|
"tsconfig": "workspace:*",
|
||||||
"tsup": "^5.10.1",
|
"tsup": "^5.10.1",
|
||||||
"typescript": "4.7.4"
|
"typescript": "4.7.4"
|
||||||
},
|
},
|
||||||
|
11
packages/ui/tsup.config.ts
Normal file
11
packages/ui/tsup.config.ts
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
import { defineConfig, Options } from "tsup";
|
||||||
|
|
||||||
|
export default defineConfig((options: Options) => ({
|
||||||
|
entry: ["src/index.ts"],
|
||||||
|
format: ["cjs", "esm"],
|
||||||
|
dts: true,
|
||||||
|
clean: false,
|
||||||
|
external: ["react"],
|
||||||
|
injectStyle: true,
|
||||||
|
...options,
|
||||||
|
}));
|
@ -3,8 +3,7 @@
|
|||||||
"version": "0.13.2",
|
"version": "0.13.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "turbo run develop",
|
"dev": "next dev -p 4000",
|
||||||
"develop": "next dev -p 4000",
|
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start -p 4000",
|
"start": "next start -p 4000",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
@ -17,10 +16,10 @@
|
|||||||
"@emotion/styled": "^11.11.0",
|
"@emotion/styled": "^11.11.0",
|
||||||
"@headlessui/react": "^1.7.13",
|
"@headlessui/react": "^1.7.13",
|
||||||
"@mui/material": "^5.14.1",
|
"@mui/material": "^5.14.1",
|
||||||
"@plane/lite-text-editor": "*",
|
"@plane/document-editor": "workspace:*",
|
||||||
"@plane/rich-text-editor": "*",
|
"@plane/lite-text-editor": "workspace:*",
|
||||||
"@plane/ui": "*",
|
"@plane/rich-text-editor": "workspace:*",
|
||||||
"@plane/document-editor": "*",
|
"@plane/ui": "workspace:*",
|
||||||
"axios": "^1.3.4",
|
"axios": "^1.3.4",
|
||||||
"clsx": "^2.0.0",
|
"clsx": "^2.0.0",
|
||||||
"js-cookie": "^3.0.1",
|
"js-cookie": "^3.0.1",
|
||||||
@ -49,9 +48,9 @@
|
|||||||
"@types/uuid": "^9.0.1",
|
"@types/uuid": "^9.0.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||||
"eslint": "8.34.0",
|
"eslint": "8.34.0",
|
||||||
"eslint-config-custom": "*",
|
"eslint-config-custom": "workspace:*",
|
||||||
"eslint-config-next": "13.2.1",
|
"eslint-config-next": "13.2.1",
|
||||||
"tailwind-config-custom": "*",
|
"tailwind-config-custom": "workspace:*",
|
||||||
"tsconfig": "*"
|
"tsconfig": "workspace:*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
23
turbo.json
23
turbo.json
@ -22,17 +22,11 @@
|
|||||||
],
|
],
|
||||||
"pipeline": {
|
"pipeline": {
|
||||||
"build": {
|
"build": {
|
||||||
"dependsOn": [
|
"dependsOn": ["^build"],
|
||||||
"^build"
|
"outputs": [".next/**", "dist/**"]
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
".next/**",
|
|
||||||
"dist/**"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"web#develop": {
|
"web#dev": {
|
||||||
"cache": false,
|
"cache": true,
|
||||||
"persistent": true,
|
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
"@plane/lite-text-editor#build",
|
"@plane/lite-text-editor#build",
|
||||||
"@plane/rich-text-editor#build",
|
"@plane/rich-text-editor#build",
|
||||||
@ -40,9 +34,8 @@
|
|||||||
"@plane/ui#build"
|
"@plane/ui#build"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"space#develop": {
|
"space#dev": {
|
||||||
"cache": false,
|
"cache": true,
|
||||||
"persistent": true,
|
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
"@plane/lite-text-editor#build",
|
"@plane/lite-text-editor#build",
|
||||||
"@plane/rich-text-editor#build",
|
"@plane/rich-text-editor#build",
|
||||||
@ -93,9 +86,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"test": {
|
"test": {
|
||||||
"dependsOn": [
|
"dependsOn": ["^build"],
|
||||||
"^build"
|
|
||||||
],
|
|
||||||
"outputs": []
|
"outputs": []
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
"version": "0.13.2",
|
"version": "0.13.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "turbo run develop",
|
"dev": "next dev --port 3000",
|
||||||
"develop": "next dev --port 3000",
|
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
@ -15,22 +14,19 @@
|
|||||||
"@blueprintjs/popover2": "^1.13.3",
|
"@blueprintjs/popover2": "^1.13.3",
|
||||||
"@headlessui/react": "^1.7.3",
|
"@headlessui/react": "^1.7.3",
|
||||||
"@hello-pangea/dnd": "^16.3.0",
|
"@hello-pangea/dnd": "^16.3.0",
|
||||||
"@jitsu/nextjs": "^3.1.5",
|
"@nivo/bar": "^0.80.0",
|
||||||
"@nivo/bar": "0.80.0",
|
"@nivo/calendar": "^0.80.0",
|
||||||
"@nivo/calendar": "0.80.0",
|
"@nivo/core": "^0.80.0",
|
||||||
"@nivo/core": "0.80.0",
|
"@nivo/legends": "^0.80.0",
|
||||||
"@nivo/legends": "0.80.0",
|
"@nivo/line": "^0.80.0",
|
||||||
"@nivo/line": "0.80.0",
|
"@nivo/pie": "^0.80.0",
|
||||||
"@nivo/pie": "0.80.0",
|
"@nivo/scatterplot": "^0.80.0",
|
||||||
"@nivo/scatterplot": "0.80.0",
|
"@plane/document-editor": "workspace:*",
|
||||||
"@plane/lite-text-editor": "*",
|
"@plane/lite-text-editor": "workspace:*",
|
||||||
"@plane/rich-text-editor": "*",
|
"@plane/rich-text-editor": "workspace:*",
|
||||||
"@plane/document-editor": "*",
|
"@plane/ui": "workspace:*",
|
||||||
"@plane/ui": "*",
|
|
||||||
"@popperjs/core": "^2.11.8",
|
"@popperjs/core": "^2.11.8",
|
||||||
"@sentry/nextjs": "^7.36.0",
|
"@sentry/nextjs": "^7.36.0",
|
||||||
"@types/lodash.debounce": "^4.0.7",
|
|
||||||
"@types/react-datepicker": "^4.8.0",
|
|
||||||
"axios": "^1.1.3",
|
"axios": "^1.1.3",
|
||||||
"clsx": "^2.0.0",
|
"clsx": "^2.0.0",
|
||||||
"cmdk": "^0.2.0",
|
"cmdk": "^0.2.0",
|
||||||
@ -38,7 +34,6 @@
|
|||||||
"dotenv": "^16.0.3",
|
"dotenv": "^16.0.3",
|
||||||
"js-cookie": "^3.0.1",
|
"js-cookie": "^3.0.1",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"lodash.debounce": "^4.0.8",
|
|
||||||
"lucide-react": "^0.274.0",
|
"lucide-react": "^0.274.0",
|
||||||
"mobx": "^6.10.0",
|
"mobx": "^6.10.0",
|
||||||
"mobx-react-lite": "^4.0.3",
|
"mobx-react-lite": "^4.0.3",
|
||||||
@ -58,25 +53,27 @@
|
|||||||
"sharp": "^0.32.1",
|
"sharp": "^0.32.1",
|
||||||
"swr": "^2.1.3",
|
"swr": "^2.1.3",
|
||||||
"tailwind-merge": "^2.0.0",
|
"tailwind-merge": "^2.0.0",
|
||||||
"uuid": "^9.0.0",
|
"use-debounce": "^9.0.4",
|
||||||
"use-debounce": "^9.0.4"
|
"uuid": "^9.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/js-cookie": "^3.0.2",
|
"@types/js-cookie": "^3.0.2",
|
||||||
|
"@types/lodash.debounce": "^4.0.7",
|
||||||
"@types/node": "18.0.6",
|
"@types/node": "18.0.6",
|
||||||
"@types/nprogress": "^0.2.0",
|
"@types/nprogress": "^0.2.0",
|
||||||
"@types/react": "^18.2.35",
|
"@types/react": "^18.2.39",
|
||||||
"@types/react-color": "^3.0.6",
|
"@types/react-color": "^3.0.6",
|
||||||
|
"@types/react-datepicker": "^4.8.0",
|
||||||
"@types/react-dom": "^18.2.14",
|
"@types/react-dom": "^18.2.14",
|
||||||
"@types/uuid": "^8.3.4",
|
"@types/uuid": "^8.3.4",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||||
"@typescript-eslint/parser": "^5.48.2",
|
"@typescript-eslint/parser": "^5.48.2",
|
||||||
"eslint": "^8.31.0",
|
"eslint": "^8.31.0",
|
||||||
"eslint-config-custom": "*",
|
"eslint-config-custom": "workspace:*",
|
||||||
"eslint-config-next": "12.2.2",
|
"eslint-config-next": "12.2.2",
|
||||||
"prettier": "^2.8.7",
|
"prettier": "^2.8.7",
|
||||||
"tailwind-config-custom": "*",
|
"tailwind-config-custom": "workspace:*",
|
||||||
"tsconfig": "*",
|
"tsconfig": "workspace:*",
|
||||||
"typescript": "4.7.4"
|
"typescript": "4.7.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user