-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 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
{
"name": "publiq-platform",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"format": "prettier --write 'resources/**/*.{js,jsx,ts,tsx,json}'",
"format:check": "prettier --check 'resources/**/*.{js,jsx,ts,tsx,json}'",
"lint": "eslint --fix 'resources/ts/**/*.{js,jsx,ts,tsx}'",
"lint:check": "eslint 'resources/ts/**/*.{js,jsx,ts,tsx}'",
"types:check": "tsc",
"test:e2e": "playwright test"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@inertiajs/react": "^1.2.0",
"@sentry/browser": "^8.35.0",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"i18next": "^23.16.4",
"i18next-browser-languagedetector": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.0",
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@faker-js/faker": "^9.1.0",
"@playwright/test": "^1.48.1",
"@tailwindcss/forms": "^0.5.9",
"@types/lodash": "^4.17.12",
"@types/node": "^22.5.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"eslint": "8.57.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"laravel-vite-plugin": "^1.0.5",
"lodash": "^4.17.21",
"postcss": "^8.4.47",
"prettier": "3.3.3",
"tailwindcss": "^3.4.13",
"typescript": "5.5.4",
"vite": "^5.4.10"
}
}