-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.67 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "frontend-embeddable-notule-editor",
"private": "true",
"author": "redpencil.io",
"license": "MIT",
"workspaces": [
"embeddable-say-editor",
"test-angular"
],
"scripts": {
"say": "pnpm --filter embeddable-say-editor",
"angular": "pnpm --filter angbeddable",
"build": "pnpm say build",
"start": "pnpm say start",
"start:angular": "pnpm angular start",
"release": "tsx scripts/release/run.mts",
"dev-release": "tsx scripts/dev-release/run.mts",
"docker:build-test": "docker build -f test-app/Dockerfile .",
"docker:check-types": "docker build -f test-angular/Dockerfile .",
"lint": "pnpm --recursive lint",
"lint:fix": "pnpm --recursive lint:fix",
"lint:js": "pnpm --recursive lint:js",
"lint:js:fix": "pnpm --recursive lint:js:fix",
"lint:types": "pnpm --recursive lint:types",
"lint:hbs": "pnpm --recursive lint:hbs",
"lint:hbs:fix": "pnpm --recursive lint:hbs:fix",
"lint:dependencies": "pnpm --recursive lint:dependencies"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.28.1",
"@changesets/get-release-plan": "^4.0.8",
"@ember/app-tsconfig": "^2.0.0",
"@manypkg/get-packages": "^2.2.2",
"@types/git-url-parse": "^9.0.3",
"@types/node": "^22.13.10",
"execa": "^9.5.2",
"git-url-parse": "^16.0.1",
"mdast-util-to-string": "^4.0.0",
"octokit": "^4.1.2",
"prettier": "^3.5.2",
"prettier-plugin-ember-template-tag": "^2.0.4",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"start-server-and-test": "^2.0.3",
"tsx": "^4.19.3",
"unified": "^11.0.5"
},
"packageManager": "pnpm@10.10.0"
}