-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
88 lines (88 loc) · 2.63 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "notewalker",
"homepage": "https://juegodynamics.github.io/notewalker/",
"version": "0.0.0",
"private": false,
"dependencies": {
"@dagrejs/dagre": "^1.1.1",
"@devexpress/dx-react-core": "^4.0.8",
"@devexpress/dx-react-scheduler": "^4.0.8",
"@devexpress/dx-react-scheduler-material-ui": "^4.0.8",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.10.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/fhir": "^0.0.41",
"@types/jest": "^27.5.2",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"dagrejs": "^0.2.1",
"date-fns": "^2.30.0",
"elkjs": "^0.9.2",
"fhir": "^4.12.0",
"fhir-kit-client": "^1.9.2",
"fuse.js": "^7.0.0",
"jest": "^29.7.0",
"jest-axe": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-latex": "^2.0.0",
"react-router-dom": "^6.23.1",
"react-scripts": "5.0.1",
"react-slick": "^0.30.2",
"react-testing-library": "^8.0.1",
"reactflow": "^11.10.4",
"slick-carousel": "^1.8.1",
"ts-jest": "^29.1.3",
"typescript": "^4.7.4",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "gh-pages -d build",
"format:json": "prettier --write 'src/data/*.json'"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"rules": {
"no-redeclare": "off",
"@typescript-eslint/no-redeclare": "off"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/lodash": "^4.14.184",
"@types/node": "^20.12.12",
"@types/react-latex": "^2.0.0",
"@types/react-slick": "^0.23.13",
"gh-pages": "^4.0.0",
"i": "^0.3.7",
"jsonlint": "^1.6.3",
"lodash": "^4.17.21",
"npm": "^10.8.0",
"prettier": "^3.2.5",
"strip-json-comments": "^5.0.1",
"ts-node": "^10.9.1",
"tsc": "^2.0.4"
}
}