-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "front-end",
"homepage": "https://moustaphacamara.fr",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@sanity/client": "^5.3.2",
"@sanity/image-url": "^1.0.2",
"@types/react-slick": "^0.23.13",
"@types/react-vertical-timeline-component": "^3.3.6",
"framer-motion": "^10.9.1",
"node-sass": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-slick": "^0.29.0",
"react-vertical-timeline-component": "^3.6.0",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@eslint/js": "^9.1.1",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.1.0",
"prettier": "^3.1.0",
"sass": "^1.60.0",
"typescript-eslint": "^7.7.1",
"vite": "^4.5.2"
}
}