-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1.02 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
{
"name": "kobo-common",
"version": "1.34.0",
"description": "Small shareable resources for Kobo projects.",
"repository": {
"type": "git",
"url": "git+https://github.com/kobotoolbox/kobo-common.git"
},
"author": "Leszek",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/kobotoolbox/kobo-common/issues"
},
"homepage": "https://github.com/kobotoolbox/kobo-common#readme",
"scripts": {
"set-version-tag": "package-version-git-tag --push",
"prepare": "husky install"
},
"devDependencies": {
"git-tags-remote": "^1.0.5",
"husky": "^7.0.0",
"package-version-git-tag": "^3.0.0",
"staged-git-files": "^1.3.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.29.3",
"prettier": "^2.5.1",
"stylelint": "^14.16.1",
"stylelint-config-standard-scss": "^6.1.0",
"typescript": "^4.6.2"
}
}