-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 1.91 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
{
"name": "lisboa-em-tango",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/styled": "^11.11.5",
"@formspark/use-formspark": "^0.1.39",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"flag-icon-css": "^4.1.7",
"framer": "^2.4.1",
"google-map-react": "^2.2.1",
"i18next": "^23.11.3",
"i18next-browser-languagedetector": "^7.2.1",
"i18next-http-backend": "^2.5.1",
"js-cookie": "^3.0.5",
"motion": "^10.17.0",
"react": "^18.3.1",
"react-collapsed": "^4.1.2",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.51.4",
"react-i18next": "^14.1.1",
"react-icons": "^5.2.1",
"react-mailchimp-subscribe": "^2.1.3",
"react-responsive": "^10.0.0",
"react-responsive-carousel": "^3.2.23",
"react-scripts": "^5.0.1",
"react-scroll": "^1.9.0",
"styled-components": "^6.1.11",
"twin.macro": "^3.4.1",
"web-vitals": "^3.5.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"rules": {
"no-unused-vars": "warn",
"no-debugger": "warn",
"source-map-loader": "off"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@babel/plugin-transform-private-property-in-object": "^7.21.0",
"autoprefixer": "^10.4.19",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^2.1.4",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
},
"babelMacros": {
"twin": {
"preset": "emotion",
"disableShortCss": false
}
}
}