-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 3.37 KB
/
package.json
File metadata and controls
114 lines (114 loc) · 3.37 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
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
106
107
108
109
110
111
112
113
114
{
"name": "devbcn",
"type": "module",
"homepage": "https://www.devbcn.com",
"version": "1.5.0",
"private": true,
"dependencies": {
"@egjs/flicking-plugins": "^4.7.1",
"@egjs/react-flicking": "^4.15.0",
"@sentry/react": "^10.38.0",
"@sentry/tracing": "^7.120.3",
"@sentry/vite-plugin": "^4.8.0",
"@types/jest": "^30.0.0",
"@types/node": "^25.2.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"add-to-calendar-button-react": "^2.13.5",
"axios": "^1.13.5",
"bootstrap": "^5.3.6",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.29.0",
"google-map-react": "^2.2.1",
"gsap": "^3.14.2",
"lenis": "^1.3.1",
"lucide-react": "^0.563.0",
"moment": "^2.30.1",
"motion": "^12.29.0",
"primeicons": "^7.0.0",
"primereact": "^10.9.1",
"react": "^19.0.0",
"react-bootstrap": "^2.10.10",
"react-cookie-consent": "^10.0.1",
"react-countdown": "^2.3.6",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-qr-code": "^2.0.18",
"react-query": "^3.39.2",
"react-router-dom": "^7.13.0",
"react-use": "^17.6.0",
"sass": "^1.97.0",
"styled-components": "^6.3.8",
"swiper": "^9.2.0",
"tailwind-merge": "^3.4.0",
"typescript": "^4.9.5",
"web-vitals": "^5.1.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "vite",
"build": "vite build",
"type-check": "tsc --noEmit",
"preview": "vite preview",
"test": "vitest run",
"test-coverage": "vitest run --coverage",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.39.1",
"@faker-js/faker": "10.2.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^14.6.0",
"@types/google-map-react": "^2.1.10",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"@typescript-eslint/parser": "^8.54.0",
"@vitejs/plugin-react": "^5.1.0",
"@vitest/coverage-v8": "^4.0.15",
"autoprefixer": "^10.4.21",
"babel-plugin-import": "^1.13.8",
"eslint": "^9.26.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"gh-pages": "^6.3.0",
"globals": "^17.3.0",
"jsdom": "^28.0.0",
"postcss": "^8.5.3",
"prettier": "^3.8.0",
"react-ga": "^3.3.1",
"react-test-renderer": "^19.0.0",
"rollup-plugin-visualizer": "^6.0.3",
"tailwindcss": "^4.1.11",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0",
"vitest": "^4.0.5"
},
"bundleDependencies": [
"clsx"
]
}