-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 823 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 823 Bytes
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
{
"name": "mycv-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ramonak/react-progress-bar": "5.0.3",
"antd": "5.4.6",
"devicon": "^2.16.0",
"parallax-js": "3.1.0",
"react": "^18.2.0",
"react-device-detect": "2.2.3",
"react-dom": "^18.2.0",
"react-icons": "^5.3.0",
"react-type-animation": "3.0.1",
"sass": "1.62.1"
},
"devDependencies": {
"@types/node": "18.16.1",
"@types/parallax-js": "^3.1.0",
"@types/path-browserify": "^1.0.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.0.0",
"typescript": "^4.9.3",
"vite": "^4.2.0"
}
}