-
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) · 854 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 854 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": "portfolio2023",
"type": "module",
"version": "1.2.0",
"scripts": {
"dev": "astro dev",
"dev:net": "astro dev --host",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/react": "^3.0.2",
"@emailjs/browser": "^3.11.0",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"astro": "^3.1.1",
"framer-motion": "^10.16.4",
"postcss": "^8.4.31",
"postcss-scss": "^4.0.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-indiana-drag-scroll": "^3.0.3-alpha",
"sass": "^1.67.0"
},
"devDependencies": {
"@types/node": "^20.7.1",
"@typescript-eslint/parser": "^6.11.0",
"prettier": "^3.1.0",
"prettier-plugin-astro": "^0.12.2"
}
}