-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.81 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 1.81 KB
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
{
"name": "hortus-web-client",
"version": "0.1.0",
"private": true,
"engines": {
"npm": ">=7.24.0",
"node": ">=16.10.0"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"dependencies": {
"@craco/craco": "^6.4.5",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.1",
"@hookform/resolvers": "^2.9.6",
"@reduxjs/toolkit": "^1.6.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^27.0.3",
"@types/node": "^17.0.5",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"axios": "^0.25.0",
"eslint-plugin-react-hooks": "^4.3.0",
"history": "^5.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hook-form": "^7.28.1",
"react-native-axios": "^0.17.1",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"react-scripts": "^4.0.3",
"react-semantic-ui-datepickers": "^2.17.2",
"semantic-ui-css": "^2.5.0",
"semantic-ui-less": "^2.5.0",
"semantic-ui-react": "^2.0.4",
"semantic-ui-redux-form-fields": "^1.0.1",
"typescript": "^4.5.4",
"web-vitals": "^1.0.1",
"yup": "^0.32.11"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/react": "^11.2.7",
"autoprefixer": "^9.8.8",
"postcss": "^7.0.39",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17"
}
}