This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
91 lines (91 loc) · 2.67 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
{
"name": "webapp_frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public --no-dll",
"build-storybook": "build-storybook -s public --no-dll",
"sonar": "SONAR_LOGIN=$SONAR_LOGIN SONAR_PASSWORD=$SONAR_PASSWORD node src/sonar-scanner.js",
"prepare": "husky install",
"docs": "typedoc"
},
"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"
]
},
"dependencies": {
"axios": "0.26.1",
"bootstrap": "4.6.2",
"react": "17.0.2",
"react-bootstrap": "2.5.0",
"react-dom": "17.0.2",
"react-dropzone": "11.7.1",
"react-password-strength-bar": "0.4.1",
"react-redux": "7.2.8",
"react-router-dom": "6.2.2",
"react-scripts": "5.0.1",
"redux": "4.2.0",
"redux-types": "2.0.3",
"sass": "1.49.9",
"super-tiny-icons": "0.4.0"
},
"devDependencies": {
"@babel/core": "7.17.2",
"@storybook/addon-actions": "6.4.19",
"@storybook/addon-essentials": "6.4.19",
"@storybook/addon-links": "6.4.19",
"@storybook/addon-storyshots": "6.4.19",
"@storybook/builder-webpack5": "6.4.19",
"@storybook/manager-webpack5": "6.4.19",
"@storybook/node-logger": "6.4.19",
"@storybook/preset-create-react-app": "4.0.1",
"@storybook/react": "6.4.19",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "13.5.0",
"@types/bootstrap": "5.0.17",
"@types/jest": "27.4.1",
"@types/node": "17.0.18",
"@types/react": "17.0.48",
"@types/react-bootstrap": "0.32.30",
"@types/react-dom": "17.0.17",
"@types/react-redux": "7.1.24",
"@types/react-router-dom": "5.3.3",
"axios-mock-adapter": "1.20.0",
"babel-loader": "8.1.0",
"cypress": "9.5.4",
"eslint": "^8.9.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-react-hooks": "4.2.0",
"husky": "7.0.4",
"npm-check-updates": "12.5.12",
"postcss": "8.4.16",
"prettier": "2.5.1",
"rc-util": "5.22.4",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"sonarqube-scanner": "2.8.1",
"typedoc": "^0.22.15",
"typedoc-plugin-extras": "^2.2.3",
"typedoc-plugin-mdn-links": "^1.0.6",
"typedoc-plugin-rename-defaults": "^0.5.1",
"typedoc-theme-hierarchy": "^1.1.1",
"typescript": "4.3.5",
"webpack": "5.72.0"
}
}