-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.56 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "dev-portfolio-app",
"version": "0.1.0",
"private": true,
"type": "module",
"homepage": "https://www.gnramsay.com/",
"dependencies": {
"@apollo/client": "^3.8.8",
"@primer/octicons-react": "^19.8.0",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"graphql": "^16.8.1",
"modern-css-reset": "^1.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-github-readme-button": "^1.2.3",
"react-helmet-async": "^2.0.4",
"react-loader-spinner": "^6.1.6",
"react-router-dom": "^5.3.4",
"react-scroll": "^1.9.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier --write ./src"
},
"devDependencies": {
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-simple-import-sort": "^10.0.0",
"gh-pages": "^6.1.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.4",
"vite": "^5.1.7",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-minify": "^1.5.2",
"vite-plugin-radar": "^0.9.2",
"vite-plugin-svgr": "^4.2.0"
},
"packageManager": "yarn@4.3.1"
}