-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.04 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "cwrc-git-dialogs",
"version": "0.0.0-development",
"description": "Dialogs for listing, loading, and saving CWRC XML documents.",
"keywords": [
"cwrc",
"github",
"xml",
"annotation"
],
"homepage": "https://github.com/cwrc/cwrc-git-dialogs#readme",
"bugs": {
"url": "https://github.com/cwrc/cwrc-git-dialogs/issues"
},
"license": "GPL-2.0",
"contributors": [
"James Chartrand <[email protected]>",
"Andrew MacDonald <[email protected]>",
"Luciano Frizzera <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/cwrc/cwrc-git-dialogs.git"
},
"main": "src/index.js",
"scripts": {
"build-css": "lessc src/css/bootstrap.less src/css/bootstrap.css",
"cm": "git-cz",
"test": "jest",
"report-coverage": "cat ./coverage/coverage-final.json | codecov",
"semantic-release": "semantic-release",
"build-dependency-graph": "depcruise --include-only \"^src\" --output-type dot src | dot -Gsplines=ortho -T svg | depcruise-wrap-stream-in-html > ./dependency-graph/dependency-graph.html",
"prepare": ""
},
"dependencies": {
"bootstrap": "^3.4.1",
"i18next": "^20.3.5",
"i18next-browser-languagedetector": "^6.1.2",
"i18next-http-backend": "^1.3.0",
"jquery": "^3.6.0",
"js-cookie": "^3.0.0",
"parse-link-header": "^1.0.1",
"prop-types": "^15.7.2",
"query-string": "^7.0.1",
"react": "^16.14.0",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.14.0",
"react-i18next": "^11.11.4"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.15.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"babel-jest": "^27.0.6",
"codecov": "^3.8.3",
"commitizen": "^4.2.4",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"git-cz": "^4.7.6",
"husky": "^7.0.1",
"jest": "^27.0.6",
"jest-transform-stub": "^2.0.0",
"less": "^4.1.1",
"prettier": "^2.3.2",
"semantic-release": "^17.4.4"
}
}