Last change
on this file was 13f1472, checked in by Danilo <danilo.najkov@…>, 2 years ago |
vip functionallity + menu fields + alergens filtering + google/fb login + email queueing
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | {
|
---|
2 | "name": "frontend",
|
---|
3 | "version": "0.1.0",
|
---|
4 | "private": true,
|
---|
5 | "dependencies": {
|
---|
6 | "@ant-design/icons": "^4.7.0",
|
---|
7 | "@testing-library/jest-dom": "^5.16.4",
|
---|
8 | "@testing-library/react": "^13.0.1",
|
---|
9 | "@testing-library/user-event": "^13.5.0",
|
---|
10 | "antd": "^4.19.5",
|
---|
11 | "axios": "^0.26.1",
|
---|
12 | "gapi-script": "^1.2.0",
|
---|
13 | "moment": "^2.29.2",
|
---|
14 | "react": "^18.0.0",
|
---|
15 | "react-dom": "^18.0.0",
|
---|
16 | "react-facebook-login": "^4.1.1",
|
---|
17 | "react-google-login": "^5.2.2",
|
---|
18 | "react-router": "^6.3.0",
|
---|
19 | "react-router-dom": "^6.3.0",
|
---|
20 | "react-scripts": "5.0.1",
|
---|
21 | "web-vitals": "^2.1.4"
|
---|
22 | },
|
---|
23 | "scripts": {
|
---|
24 | "start": "react-scripts start",
|
---|
25 | "build": "react-scripts build",
|
---|
26 | "test": "react-scripts test",
|
---|
27 | "eject": "react-scripts eject"
|
---|
28 | },
|
---|
29 | "eslintConfig": {
|
---|
30 | "extends": [
|
---|
31 | "react-app",
|
---|
32 | "react-app/jest"
|
---|
33 | ]
|
---|
34 | },
|
---|
35 | "browserslist": {
|
---|
36 | "production": [
|
---|
37 | ">0.2%",
|
---|
38 | "not dead",
|
---|
39 | "not op_mini all"
|
---|
40 | ],
|
---|
41 | "development": [
|
---|
42 | "last 1 chrome version",
|
---|
43 | "last 1 firefox version",
|
---|
44 | "last 1 safari version"
|
---|
45 | ]
|
---|
46 | }
|
---|
47 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.