-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
121 lines (121 loc) · 3.78 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "app-youtube-videos",
"version": "1.0.0",
"description": "Sistema para o teste da ahgora",
"author": "Anderson",
"private": false,
"homepage": "/",
"scripts": {
"sass:build": "sass src/assets/scss:public/css --load-path node_modules",
"sass:watch": "sass --watch src/assets/scss:public/css --load-path node_modules",
"sass:autoprefixer": "postcss public/css/*.css --use autoprefixer -d public/css",
"build:css": "npm-run-all sass:build sass:autoprefixer",
"build:js": "react-scripts build",
"watch:css": "npm-run-all sass:watch",
"watch:js": "react-scripts start",
"start": "npm-run-all -p build:css watch:*",
"debug": "set DEBUG=simple-peer&& react-scripts start",
"start2": "react-scripts start",
"build": "npm-run-all build:css build:js",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx --fix",
"deploy": "scp -r build/* root@localhost:/var/www/html/",
"type-check": "tsc"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
"> 0.5%",
"last 2 major versions",
"not dead",
"Chrome >= 60",
"Firefox >= 60",
"not Edge < 79",
"Firefox ESR",
"iOS >= 10",
"Safari >= 10",
"Android >= 6",
"not Explorer <= 11"
],
"dependencies": {
"@daily-co/daily-js": "^0.60.0",
"@daily-co/daily-react": "^0.18.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-brands-svg-icons": "5.15.4",
"@fortawesome/free-regular-svg-icons": "5.15.4",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/react-fontawesome": "0.1.18",
"@fullcalendar/bootstrap": "5.11.0",
"@fullcalendar/daygrid": "5.11.0",
"@fullcalendar/react": "5.11.1",
"@fullcalendar/timegrid": "5.11.0",
"apexcharts": "3.35.0",
"axios": "0.27.2",
"bootstrap": "5.1.3",
"cep-address-finder": "^1.3.5",
"chart.js": "2.9.4",
"classnames": "2.3.1",
"date-fns": "^2.30.0",
"formik": "2.2.9",
"google-map-react": "2.1.10",
"history": "5.3.0",
"jsonwebtoken": "8.5.1",
"jwt-decode": "3.1.2",
"moment": "2.29.3",
"notyf": "3.10.0",
"react": "17.0.2",
"react-apexcharts": "1.4.0",
"react-app-polyfill": "2.0.0",
"react-bootstrap": "2.3.1",
"react-chartjs-2": "2.11.2",
"react-currency-input-field": "^3.6.10",
"react-date-range": "^1.4.0",
"react-datetime": "3.1.1",
"react-dom": "17.0.2",
"react-dragula": "1.1.17",
"react-feather": "2.0.9",
"react-helmet-async": "1.3.0",
"react-input-mask": "3.0.0-alpha.2",
"react-jvectormap": "0.0.16",
"react-perfect-scrollbar": "1.5.8",
"react-popper": "2.3.0",
"react-quill": "2.0.0-beta.4",
"react-router-dom": "^6.16.0",
"react-select": "5.3.1",
"react-syntax-highlighter": "15.5.0",
"react-table": "7.7.0",
"react-transition-group": "4.4.2",
"web-vitals": "2.1.4",
"yup": "0.32.11"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/dragula": "3.7.1",
"@types/faker": "5.5.9",
"@types/google-map-react": "2.1.5",
"@types/jsonwebtoken": "8.5.8",
"@types/react": "^18.0.21",
"@types/react-date-range": "^1.4.8",
"@types/react-dom": "17.0.16",
"@types/react-dragula": "1.1.0",
"@types/react-helmet": "6.1.5",
"@types/react-input-mask": "3.0.1",
"@types/react-syntax-highlighter": "13.5.2",
"@types/react-table": "7.7.11",
"@types/simple-peer": "^9.11.5",
"@types/styled-components": "^5.1.26",
"@types/yup": "0.29.13",
"debug": "^4.3.4",
"postcss": "8.4.13",
"postcss-cli": "9.1.0",
"prettier": "2.6.2",
"react-scripts": "4.0.3",
"sass": "1.51.0",
"typescript": "4.4.4"
}
}