-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.66 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.66 KB
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
{
"name": "devom",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "turbo run build",
"build:packages": "turbo run build --filter=\"@devom/*\"",
"dev": "turbo run dev --filter=@devom/archive",
"lint": "pnpm lint:eslint && pnpm lint:prettier",
"lint:eslint": "npx eslint . --fix",
"lint:prettier": "npx prettier '**/*.{ts,tsx,js,jsx,json,md,cjs,mjs,mts,yml,yaml}' --write",
"update:catalog": "bash scripts/update-catalog.sh",
"clean": "turbo run clean && rm -rf node_modules",
"archive": "pnpm --filter=@devom/archive",
"editor": "turbo run dev --filter=@devom/editor-shell --filter=@devom/editor-canvas",
"editor:build": "pnpm --filter @devom/editor-core build && turbo run build --filter=@devom/editor-shell --filter=@devom/editor-canvas",
"editor:deploy": "pnpm editor:build && node scripts/editor-combine.mjs",
"editor:publish": "pnpm editor:deploy && cd dist-editor && npx vercel deploy --prod --yes"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@typescript-eslint/eslint-plugin": "catalog:",
"@typescript-eslint/parser": "catalog:",
"eslint": "catalog:",
"eslint-config-next": "^16.0.7",
"eslint-config-prettier": "catalog:",
"eslint-plugin-import": "^2.32.0",
"husky": "catalog:",
"lint-staged": "catalog:",
"prettier": "catalog:",
"puppeteer": "catalog:",
"turbo": "^2.6.0",
"typescript": "catalog:",
"vite": "catalog:"
},
"packageManager": "[email protected]+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}