-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.2 KB
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
{
"name": "another-portfolio",
"version": "1.0.0",
"repository": "git@github.com:bashleigh/another-portfolio.git",
"author": "Aaryanna Simonelli <ashleighsimonelli@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/node": "^14.14.21",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@vitejs/plugin-react-swc": "^3.8.0",
"prettier": "^3.5.3",
"sass-embedded": "^1.85.1",
"vite": "^6.2.0",
"vite-plugin-svgr": "^4.5.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@pqina/flip": "^1.8.4",
"bulma": "^1.0.3",
"react": "^19.0.0",
"react-confetti": "^6.4.0",
"react-countdown-circle-timer": "^3.2.1",
"react-dom": "^19.0.0",
"react-helmet": "^6.1.0",
"react-highlight-words": "^0.17.0",
"react-swipeable": "^7.0.2",
"shleemy": "^1.2.2",
"typescript": "^4.1.3",
"typewriter-effect": "^2.21.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\""
}
}