-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.53 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
{
"name": "lamaisonregina",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "node scripts/generate-sitemap.js && next build",
"build:serve": "node scripts/generate-sitemap.js && next build && npx serve@latest out",
"start": "next start",
"lint": "next lint --fix",
"serve": "npx serve@latest out",
"prepare": "husky",
"local": "npm run build && npm run serve"
},
"dependencies": {
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@next/third-parties": "^14.2.5",
"@types/react-slick": "^0.23.13",
"framer-motion": "^11.2.13",
"next": "^14.2.5",
"react": "^18.3.1",
"react-bootstrap": "^2.10.3",
"react-dom": "^18.3.1",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"@typescript-eslint/typescript-estree": "^8.0.0",
"autoprefixer": "10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.1",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.2.0",
"husky": "^9.1.4",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
}
}