-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.34 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.34 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
{
"name": "magefront-monorepo",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/ubermanu/magefront.git"
},
"license": "MIT",
"author": "Emmanuel Vodor <emmanuel.vodor@proton.me>",
"type": "module",
"scripts": {
"changeset": "changeset",
"changeset:publish": "pnpm run build && changeset publish",
"format": "prettier --write .",
"lint": "eslint --ext .js,.ts packages/*",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand"
},
"prettier": "@ubermanu/prettier-config",
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@ubermanu/prettier-config": "^3.3.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.1",
"prettier-plugin-tailwindcss": "^0.5.11",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18",
"pnpm": "^8.0.0"
},
"pnpm": {
"patchedDependencies": {
"@changesets/assemble-release-plan@5.2.4": "patches/@changesets__assemble-release-plan@5.2.4.patch"
}
}
}