forked from sodenn/lexical-beautiful-mentions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 987 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "lexical-beautiful-mentions",
"version": "0.0.0",
"private": true,
"workspaces": [
"plugin",
"www"
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"fmt": "prettier --check \"**/*.{ts,tsx}\"",
"lint": "turbo run lint",
"typecheck": "turbo run typecheck",
"hygiene": "turbo run typecheck lint fmt",
"test": "turbo run test",
"e2e": "turbo run e2e",
"release": "turbo run release && changeset tag"
},
"devDependencies": {
"@changesets/cli": "2.27.5",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "1.13.3",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react-hooks": "4.6.2",
"prettier": "3.3.0",
"prettier-plugin-organize-imports": "3.2.4",
"prettier-plugin-tailwindcss": "0.6.1",
"turbo": "1.13.3",
"typescript": "5.4.5"
}
}