-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·67 lines (67 loc) · 1.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
{
"name": "edge-view",
"version": "0.1.0",
"private": true,
"dependencies": {
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"comma-number": "^2.1.0",
"date-fns": "^2.28.0",
"duration-fns": "^3.0.0",
"elsa-health-data-fns": "^1.5.8",
"immer": "^9.0.12",
"immutable": "^4.1.0",
"lodash": "^4.17.21",
"nanoid": "^3.3.4",
"papai": "^0.1.11",
"react": "^17",
"react-dom": "^17",
"react-scripts": "5.0.1",
"sabertooth-core": "^0.2.1",
"sabertooth-stores": "^0.1.5",
"typescript": "^4.6.3",
"uuid": "^8.3.2",
"web-vitals": "^2.1.4",
"websocket": "^1.0.34",
"zustand": "^4.0.0-rc.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-pipeline-operator": "^7.17.12",
"@jridgewell/gen-mapping": "^0.3.1",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^13.5.0",
"@types/comma-number": "^2.1.0",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.182",
"@types/node": "^16.11.28",
"@types/react": "^17",
"@types/react-dom": "^17",
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.4.5",
"customize-cra": "^1.0.0",
"postcss": "^8.4.12",
"react-app-rewired": "^2.2.1",
"tailwindcss": "^3.0.24"
}
}