forked from sodenn/lexical-beautiful-mentions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 989 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.26.2",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-turbo": "1.10.16",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "3.0.3",
"prettier-plugin-organize-imports": "3.2.4",
"prettier-plugin-tailwindcss": "0.5.7",
"turbo": "1.10.16",
"typescript": "5.2.2"
}
}