-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 895 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 895 Bytes
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
{
"name": "@ns/frontend",
"version": "192.5.0",
"private": true,
"scripts": {
"dev": "turbo run dev",
"generate": "turbo run generate",
"build": "turbo run build && rm -rf apps/web/public/widget && cp -r apps/widget/build apps/web/public/widget",
"format": "turbo run format",
"typecheck": "turbo run typecheck",
"lint": "turbo run lint",
"fix": "turbo run lint -- --fix"
},
"engines": {
"node": ">=22"
},
"packageManager": "pnpm@8.6.12",
"dependencies": {
"@lexical/react": "^0.27.2",
"lexical": "^0.27.2",
"lexical-beautiful-mentions": "^0.1.47"
},
"devDependencies": {
"turbo": "^2.4.4"
},
"pnpm": {
"overrides": {
"yaml": "^2.2.2",
"cookie": "^0.7.0",
"express": ">=4.21.2",
"resolve-url-loader": ">=5.0.0",
"@svgr/webpack": ">=8.1.0",
"refractor>prismjs": "1.30.0"
}
}
}