-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.71 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
56
57
58
{
"name": "portfolio.v2",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@react-three/drei": "^9.77.10",
"@react-three/fiber": "^8.13.4",
"@types/quill": "^2.0.10",
"@types/react-router-dom": "^5.3.3",
"@types/react-slick": "^0.23.10",
"axios": "^1.4.0",
"emailjs-com": "^3.2.0",
"firebase": "^9.23.0",
"framer-motion": "^10.12.18",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.1",
"react-icons": "^4.10.1",
"react-intersection-observer": "^9.5.2",
"react-loading-skeleton": "^3.3.1",
"react-query": "^3.39.3",
"react-quill": "^2.0.0",
"react-router-dom": "^6.14.1",
"react-slick": "^0.29.0",
"react-tag-input": "^6.8.1",
"react-type-animation": "^3.1.0",
"scss": "^0.2.4",
"slick-carousel": "^1.8.1",
"three": "^0.154.0",
"uuidv4": "^6.2.13",
"vite-plugin-sass": "^0.1.0"
},
"devDependencies": {
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/react-tag-input": "^6.6.1",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"sass": "^1.63.6",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vite-plugin-sass-glob-import": "^2.0.0"
}
}