-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.35 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
{
"name": "wedding-website",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"emailjs-com": "^3.2.0",
"firebase": "^10.6.0",
"framer-motion": "^10.18.0",
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.0.4",
"motion": "^12.4.10",
"qrcode.react": "^4.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.4.1",
"react-intersection-observer": "^9.16.0",
"react-router-dom": "^6.30.0",
"react-scripts": "^5.0.1"
},
"scripts": {
"start": "set NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
"build": "set NODE_OPTIONS=--openssl-legacy-provider && react-scripts build",
"test": "set NODE_OPTIONS=--openssl-legacy-provider && react-scripts test",
"eject": "set NODE_OPTIONS=--openssl-legacy-provider && react-scripts eject"
},
"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"
]
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17"
}
}