-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
105 lines (105 loc) · 2.54 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
{
"name": "devbcn",
"homepage": "https://www.devbcn.com",
"version": "1.5.0",
"private": true,
"dependencies": {
"@egjs/flicking-plugins": "^4.7.1",
"@egjs/react-flicking": "^4.12.0",
"@faker-js/faker": "9.3.0",
"@sentry/react": "^8.48.0",
"@sentry/tracing": "^7.120.3",
"@types/node": "^22.9.0",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"add-to-calendar-button-react": "^2.8.1",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^11.18.0",
"google-map-react": "^2.2.1",
"moment": "^2.30.1",
"primeicons": "^7.0.0",
"primereact": "^10.9.1",
"react": "^18.3.1",
"react-cookie-consent": "^9.0.0",
"react-countdown": "^2.3.6",
"react-dom": "^18.3.1",
"react-query": "^3.39.2",
"react-router-dom": "^7.1.1",
"react-scripts": "5.0.1",
"react-use": "^17.6.0",
"sass": "^1.83.0",
"styled-components": "^6.1.12",
"swiper": "^9.2.0",
"typescript": "^4.9.5",
"web-vitals": "^4.2.3"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"jest": {
"transformIgnorePatterns": [
"/node_modules/(?!axios)/"
],
"coveragePathIgnorePatterns": [
"reportWebVitals.ts",
"/\\.(Style|Type|types)\\.tsx?$/\n",
"colors.ts"
]
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"overrides": [
{
"extends": [
"plugin:testing-library/react"
],
"files": [
"**/__tests__/**/*.[jt]s?(x)",
"**/?(*.)+(spec|test).[jt]s?(x)"
]
}
],
"rules": {
"no-console": "error"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/google-map-react": "^2.1.10",
"@types/jest": "^29.5.13",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.34",
"eslint": "^8.57.1",
"gh-pages": "^6.3.0",
"prettier": "^3.4.2",
"react-ga": "^3.3.1",
"react-test-renderer": "^18.3.1"
},
"bundleDependencies": [
"clsx"
]
}