-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.24 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 2.24 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
{
"name": "cinedelices",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"start": "npm run dev",
"test": "jest",
"test:watch": "jest --watch",
"format": "prettier --write 'src/**/*.{ts,tsx,js,jsx,json,css,scss,md}'"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@headlessui/react": "^2.1.8",
"@heroicons/react": "^2.1.5",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"nodemailer": "^6.9.16",
"postcss": "^8.4.44",
"react": "^18.3.1",
"react-autosuggest": "^10.1.0",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.53.0",
"react-responsive": "^10.0.0",
"react-router-dom": "^6.26.1",
"react-slick": "^0.30.2",
"react-star-ratings": "^2.3.0",
"react-toastify": "^10.0.5",
"rollup": "^4.22.0",
"sass": "^1.77.8",
"slick-carousel": "^1.8.1",
"tailwindcss": "^3.4.10"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/nodemailer": "^6.4.17",
"@types/react": "^18.3.3",
"@types/react-autosuggest": "^10.1.11",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@types/react-star-ratings": "^2.3.3",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-vue": "^5.1.3",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.6"
}
}