-
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) · 1.09 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.09 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
{
"private": true,
"scripts": {
"reset": "lerna clean --yes && yarn dlx rimraf node_modules && yarn install && yarn build",
"build": "lerna run build",
"lint-packages": "lerna run lint",
"coverage-packages": "lerna run coverage",
"test-packages": "lerna run test",
"generate-docs": "lerna run generate-docs",
"version": "yarn install && git stage yarn.lock"
},
"workspaces": [
"packages/*"
],
"bugs": {
"url": "https://github.com/constellation4sitecore/content-sdk/issues"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@typescript-eslint/parser": "^8.39.0",
"eslint": "^9.32.0",
"eslint-config-next": "15.4.6",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsdoc": "52.0.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"lerna": "^6.6.2",
"prettier": "^2.8.0",
"typedoc": "^0.28.4",
"typedoc-plugin-markdown": "^4.6.3",
"ts-node": "^10.9.1",
"typescript": "~5.8.3"
}
}