-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.14 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.14 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
{
"name": "visualdynamics",
"packageManager": "yarn@4.11.0",
"private": true,
"workspaces": [
"apps/*"
],
"scripts": {
"prepare": "husky install",
"commitlint": "commitlint --edit"
},
"devDependencies": {
"@commitlint/config-conventional": "^20.0.0",
"@eslint/js": "9.39.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.2",
"@semantic-release/release-notes-generator": "^14.1.0",
"@stylistic/eslint-plugin": "5.5.0",
"conventional-changelog-conventionalcommits": "^9.1.0",
"eslint": "9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-react-refresh": "0.4.24",
"eslint-plugin-simple-import-sort": "12.1.1",
"globals": "16.5.0",
"prettier": "^3.6.2",
"semantic-release": "^25.0.2",
"semantic-release-replace-plugin": "^1.2.7",
"typescript": "~5.9.3",
"typescript-eslint": "8.46.4"
},
"version": "4.3.0-next.8"
}