-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.16 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
{
"name": "tinc-web-boot-ui",
"version": "0.1.0",
"private": true,
"homepage": "./",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-regular-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"@material-ui/core": "^4.9.9",
"@material-ui/lab": "^4.0.0-alpha.47",
"@reduxjs/toolkit": "^1.3.4",
"@types/prettier": "^2.0.0",
"@types/redux-devtools-extension": "^2.13.2",
"file-saver": "^2.0.2",
"framer-motion": "^1.10.3",
"lodash": "^4.17.15",
"luxon": "^1.23.0",
"qrcode.react": "^1.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hook-form": "^5.3.1",
"react-hook-form-devtools": "^1.1.3",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"typescript": "~3.8.3",
"yup": "^0.28.3"
},
"devDependencies": {
"@types/file-saver": "^2.0.1",
"@types/jest": "^25.2.1",
"@types/lodash": "^4.14.151",
"@types/luxon": "^1.24.0",
"@types/node": "^13.11.1",
"@types/qrcode.react": "^1.0.1",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.8",
"@types/react-router": "^5.1.7",
"@types/react-router-dom": "^5.1.5",
"@types/redux": "^3.6.0",
"@types/redux-persist": "^4.3.1",
"@types/testing-library__jest-dom": "^5.0.3",
"@types/testing-library__react": "^10.0.1",
"@types/testing-library__user-event": "^4.1.1",
"@types/typescript": "^2.0.0",
"@types/yup": "^0.26.37",
"prettier": "^2.0.4",
"redux-devtools-extension": "^2.13.8"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}