-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.95 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
{
"name": "react-front-end",
"version": "1.0.0",
"private": true,
"dependencies": {
"@stripe/react-stripe-js": "^1.7.0",
"@stripe/stripe-js": "^1.22.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"ajv": "^8.8.2",
"animate.css": "^4.1.1",
"axios": "^0.24.0",
"bcrypt": "^5.0.1",
"framer-motion": "^6.2.6",
"history": "^5.2.0",
"iban": "^0.0.14",
"js-sha3": "^0.8.0",
"jwt-decode": "^3.1.2",
"react": "^17.0.2",
"react-app-polyfill": "^3.0.0",
"react-cookie-consent": "^7.3.1",
"react-currency-input-field": "^3.6.4",
"react-dom": "^17.0.2",
"react-drag-drop-files": "^2.2.5",
"react-ga": "^3.3.0",
"react-ga4": "^1.4.1",
"react-hook-form": "^7.25.1",
"react-modal": "^3.14.4",
"react-number-format": "^4.9.1",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"react-scroll-to-top": "^1.0.8",
"react-select": "^5.2.1",
"react-to-print": "^2.14.4",
"react-toastify": "^8.1.1",
"universal-cookie": "^4.0.4",
"web-vitals": "^2.1.2"
},
"scripts": {
"start": "npm run tailwindcss && react-scripts start",
"build": "npm run tailwindcss && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"tailwindcss": "postcss src/tailwind.css -o src/app_tailwind.css"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all",
"ie 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"ie 11"
]
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"postcss": "^8.4.5",
"postcss-cli": "^9.1.0",
"tailwindcss": "^3.0.7"
}
}