main
Last change
on this file since 4abf55a was 800779d, checked in by unknown <mlviktor23@…>, 2 years ago |
created login page
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Line | |
---|
1 | {
|
---|
2 | "name": "reactapp",
|
---|
3 | "version": "0.1.0",
|
---|
4 | "private": true,
|
---|
5 | "dependencies": {
|
---|
6 | "@fortawesome/fontawesome-svg-core": "^6.1.2",
|
---|
7 | "@fortawesome/free-regular-svg-icons": "^6.1.2",
|
---|
8 | "@fortawesome/free-solid-svg-icons": "^6.1.2",
|
---|
9 | "@fortawesome/react-fontawesome": "^0.2.0",
|
---|
10 | "@testing-library/jest-dom": "^5.16.4",
|
---|
11 | "@testing-library/react": "^13.3.0",
|
---|
12 | "@testing-library/user-event": "^13.5.0",
|
---|
13 | "axios": "^0.27.2",
|
---|
14 | "babel": "^6.23.0",
|
---|
15 | "babel-plugin-macros": "^3.1.0",
|
---|
16 | "js-cookie": "^3.0.1",
|
---|
17 | "jsog": "^1.0.7",
|
---|
18 | "react": "^18.2.0",
|
---|
19 | "react-dom": "^18.2.0",
|
---|
20 | "react-router-dom": "^6.3.0",
|
---|
21 | "react-scripts": "5.0.1",
|
---|
22 | "styled-components": "^5.3.5",
|
---|
23 | "transliteration": "^2.3.5",
|
---|
24 | "web-vitals": "^2.1.4"
|
---|
25 | },
|
---|
26 | "scripts": {
|
---|
27 | "start": "react-scripts start",
|
---|
28 | "build": "react-scripts build",
|
---|
29 | "test": "react-scripts test",
|
---|
30 | "eject": "react-scripts eject"
|
---|
31 | },
|
---|
32 | "eslintConfig": {
|
---|
33 | "extends": [
|
---|
34 | "react-app",
|
---|
35 | "react-app/jest"
|
---|
36 | ]
|
---|
37 | },
|
---|
38 | "browserslist": {
|
---|
39 | "production": [
|
---|
40 | ">0.2%",
|
---|
41 | "not dead",
|
---|
42 | "not op_mini all"
|
---|
43 | ],
|
---|
44 | "development": [
|
---|
45 | "last 1 chrome version",
|
---|
46 | "last 1 firefox version",
|
---|
47 | "last 1 safari version"
|
---|
48 | ]
|
---|
49 | }
|
---|
50 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.