-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
74 lines (74 loc) · 2.01 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
72
73
74
{
"name": "dina-ui-monorepo",
"private": true,
"workspaces": {
"packages": [
"packages/*"
]
},
"scripts": {
"docs": "asciidoctor -a copycss -a toc=left --safe-mode unsafe --destination-dir ./generated-docs ./docs/index.adoc",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "tsc && jest",
"test:coverage": "tsc && jest --coverage",
"prepare": "husky install"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@phenomnomnominal/tsquery": "^4.1.1",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^12.0.0",
"@types/jest": "^27.0.3",
"@types/node": "^18.17.1",
"@types/react-test-renderer": "^17.0.1",
"asciidoctor": "^2.2.5",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.3",
"globals": "^15.14.0",
"husky": "^7.0.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.3.1",
"jsonapi-typescript": "^0.1.3",
"lint-staged": "^12.1.2",
"npm-run-all": "^4.1.5",
"pa11y-ci": "^2.4.1",
"prettier": "^2.4.1",
"react-test-renderer": "^17.0.2",
"ts-node": "^10.3.0",
"typescript": "^4.8.4",
"typescript-eslint": "^8.19.1",
"xlsx": "npm:@e965/[email protected]"
},
"resolutions": {
"kitsu/axios": "^0.21.1",
"lodash": "^4.17.21",
"minimist": "^1.2.6",
"async": "^2.6.4",
"moment": "^2.29.4",
"node-fetch": "^2.6.7",
"minimatch": "^3.0.5",
"loader-utils": "^1.4.2",
"json5": "^2.2.2",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"mammoth": "1.6.0",
"underscore": "1.13.1",
"@babel/traverse": "7.23.2",
"follow-redirects": "^1.15.4",
"axios": "1.7.7",
"pdfjs-dist": "4.2.67"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"eslint --fix "
],
"*.{js,jsx,ts,tsx,css,json,md}": [
"prettier --write "
]
},
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72",
"dependencies": {}
}