-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
106 lines (106 loc) · 3.23 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "infrarays.se",
"version": "0.2.0",
"private": false,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@reduxjs/toolkit": "^1.5.1",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^13.1.1",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/styled-components": "^5.1.9",
"axios": "^0.21.1",
"axios-hooks": "^2.6.1",
"bootstrap": "^4.6.0",
"cross-fetch": "^3.1.3",
"csstype": "^3.0.7",
"file-saver": "^2.0.5",
"formik": "^2.2.6",
"i18next": "^20.1.0",
"i18next-browser-languagedetector": "^6.1.0",
"moment": "^2.29.1",
"polished": "^4.1.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-bootstrap": "^1.5.2",
"react-bootstrap-table-next": "^4.0.3",
"react-copy-to-clipboard": "^5.0.3",
"react-csv": "^2.0.3",
"react-dom": "^17.0.2",
"react-i18next": "^11.8.12",
"react-markdown": "^5.0.3",
"react-maskedinput": "^4.0.1",
"react-moment": "^1.1.1",
"react-rating": "^2.0.5",
"react-redux": "^7.2.3",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.3",
"react-toastify": "^7.0.3",
"redux-persist": "^6.0.0",
"styled-components": "^5.2.3",
"typescript": "^4.2.3",
"yup": "^0.32.9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
"chromatic": "npx chromatic"
},
"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"
]
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@storybook/addon-actions": "^6.2.1",
"@storybook/addon-essentials": "^6.2.1",
"@storybook/addon-links": "^6.2.1",
"@storybook/node-logger": "^6.2.1",
"@storybook/preset-create-react-app": "^3.1.7",
"@storybook/react": "^6.2.1",
"@types/file-saver": "^2.0.1",
"@types/react-bootstrap-table-next": "^4.0.13",
"@types/react-copy-to-clipboard": "^5.0.0",
"@types/react-csv": "^1.1.1",
"@types/react-maskedinput": "^4.0.4",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "5.1.7",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"chromatic": "^5.7.0",
"eslint": "^7.23.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.4.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.2.1",
"prettier-eslint": "^12.0.0"
}
}