-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.4 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "lexical-anchorpoint",
"version": "0.0.2-alpha.6",
"main": "lib/lexical-anchorpoint.umd.js",
"module": "lib/lexical-anchorpoint.es.js",
"types": "lib/lexical-anchorpoint.d.ts",
"files": [
"lib"
],
"type": "module",
"scripts": {
"dev": "vite --host",
"build:demo": "tsc && vite build",
"build:lib": "tsc && vite build --config vite.config.lib.ts",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"start-test-server": "npm run preview -- --port 4000",
"preview": "vite preview"
},
"peerDependencies": {
"@lexical/link": ">=0.10",
"@lexical/react": ">=0.10",
"lexical": ">=0.10",
"react": ">=17.x",
"react-dom": ">=17.x"
},
"devDependencies": {
"@playwright/test": "^1.44.1",
"@types/node": "^20.14.1",
"@types/prettier": "^3.0.0",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"prettier": "^3.3.0",
"react-icons": "^5.2.1",
"react-syntax-highlighter": "^15.5.0",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-dts": "^3.9.1",
"vitest": "^1.6.0"
}
}