-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1001 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1001 Bytes
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
{
"name": "kotahi",
"version": "2025.09.30-0",
"private": true,
"description": "Kotahi - open journals",
"repository": {
"type": "git",
"url": "https://github.com/eLifePathways/Kotahi"
},
"license": "MIT",
"scripts": {
"cz": "./node_modules/.bin/lint-staged && ./node_modules/.bin/git-cz",
"storybook": "coko-storybook"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS && lint-staged"
}
},
"config": {
"commitizen": {
"path": "cz-customizable"
}
},
"resolutions": {
"glob": "7",
"postcss": "8",
"prettier": "2.8.8"
},
"dependencies": {
"@babel/eslint-parser": "^7.24.1",
"@coko/lint": "^2.1.0",
"@coko/storybook": "^1.2.2",
"babel-plugin-parameter-decorator": "^1.0.16",
"color": "^4.2.3",
"cypress": "^13.8.0",
"dotenv": "^16.4.1",
"dotenv-cli": "^4.0.0",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^27.1.0"
},
"packageManager": "yarn@4.9.2"
}