-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.29 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
{
"version": "1.2.3",
"private": true,
"repository": "https://github.com/qonto/react-migration-toolkit",
"license": "MIT",
"author": "",
"scripts": {
"build": "pnpm --filter react-migration-toolkit build",
"lint": "pnpm --filter '*' lint",
"lint:fix": "pnpm --filter '*' lint:fix",
"prepare": "pnpm build",
"release": "release-it",
"start": "concurrently 'pnpm:start:*' --restart-after 5000 --prefix-colors cyan,white,yellow",
"start:addon": "pnpm --filter react-migration-toolkit start --no-watch.clearScreen",
"start:test-app": "pnpm --filter test-app start",
"test": "pnpm --filter '*' test",
"test:ember": "pnpm --filter '*' test:ember"
},
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@glint/core": "1.4.0",
"@release-it-plugins/workspaces": "4.2.0",
"@release-it/conventional-changelog": "8.0.1",
"concurrently": "8.2.2",
"lefthook": "1.6.8",
"prettier": "3.4.2",
"prettier-plugin-ember-template-tag": "2.0.4",
"release-it": "17.2.0",
"release-plan": "^0.11.0"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"@types/eslint": "^7.0.0"
},
"patchedDependencies": {
"@glint/template": "patches/@glint__template.patch"
}
}
}