-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.58 KB
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
{
"name": "programared-front",
"version": "0.1.0",
"private": true,
"dependencies": {
"@auth0/auth0-react": "^1.4.0",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^1.0.6",
"@mercadopago/sdk-react": "^0.0.3",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^13.1.1",
"@tremor/react": "^2.1.0",
"autoprefixer": "^10.4.14",
"axios": "^1.3.4",
"concurrently": "^8.0.1",
"firebase": "^9.19.1",
"jsdom": "^21.1.1",
"mercadopago": "^1.5.15",
"postcss": "^8.4.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^7.2.3",
"react-router-dom": "^6.10.0",
"react-scripts": "^5.0.1",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"sweetalert2": "^11.7.3",
"tailwind-scrollbar": "^3.0.0",
"uuid": "^9.0.0",
"web-vitals": "^2.1.4",
"tailwindcss": "^3.3.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"dev": "concurrently \"npm run tailwind\" \"npm start\"",
"test": "react-scripts test",
"eject": "react-scripts eject",
"tailwind": "npx tailwindcss -i ./src/index.css -o ./src/dir/tailwind.css --watch"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}