-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "portfolio",
"private": true,
"version": "0.0.0",
"repository": {
"type": "git",
"url": "https://github.com/BlakeIsMyWaifu/Portfolio"
},
"scripts": {
"dev": "npm run open-browser && vite",
"build": "tsc && vite build",
"preview": "vite preview",
"open-browser": "start http://localhost:3000",
"lint": "eslint . --fix"
},
"dependencies": {
"emailjs-com": "^3.2.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.3.1",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/styled-components": "^5.1.24",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@vitejs/plugin-react": "^1.3.0",
"eslint": "^8.12.0",
"eslint-plugin-react": "^7.29.4",
"typescript": "^4.6.3",
"vite": "^2.9.1",
"vite-plugin-eslint": "^1.3.0",
"vite-plugin-tips": "^2.1.0",
"vite-tsconfig-paths": "^3.4.1"
}
}