-
-
Notifications
You must be signed in to change notification settings - Fork 148
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 580 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 580 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
{
"name": "react-portfolio",
"version": "3.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.9.1",
"motion": "^12.38.0",
"normalize.css": "^8.0.1",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-router-dom": "^7.14.2",
"styled-components": "^6.4.1",
"tsparticles": "^3.9.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^6.0.1",
"vite": "^8.0.10"
}
}