|
1 | 1 | {
|
2 |
| - "name": "resume", |
3 |
| - "version": "3.0.24", |
4 |
| - "type": "module", |
5 |
| - "homepage": "https://najwer23.github.io/resume/", |
6 |
| - "scripts": { |
7 |
| - "deploy": "npm version patch --force && yarn run build && gh-pages -d build && rimraf build", |
8 |
| - "start": "vite --open --host", |
9 |
| - "build": "tsc && vite build", |
10 |
| - "preview": "yarn build && vite preview --open --host", |
11 |
| - "god": "ncu -u && yarn install && yarn run start" |
12 |
| - }, |
13 |
| - "devDependencies": { |
14 |
| - "@emotion/react": "^11.11.4", |
15 |
| - "@emotion/styled": "^11.11.5", |
16 |
| - "@fontsource/mulish": "^5.0.17", |
17 |
| - "@fortawesome/fontawesome-svg-core": "^6.5.1", |
18 |
| - "@fortawesome/free-brands-svg-icons": "^6.5.1", |
19 |
| - "@fortawesome/free-regular-svg-icons": "^6.5.1", |
20 |
| - "@fortawesome/free-solid-svg-icons": "^6.5.1", |
21 |
| - "@fortawesome/react-fontawesome": "^0.2.0", |
22 |
| - "@types/node": "^20.12.2", |
23 |
| - "@types/react": "^18.2.73", |
24 |
| - "@types/react-dom": "^18.2.23", |
25 |
| - "@typescript-eslint/eslint-plugin": "^7.4.0", |
26 |
| - "@typescript-eslint/parser": "^7.4.0", |
27 |
| - "@vitejs/plugin-react": "^4.2.1", |
28 |
| - "eslint": "^8.57.0", |
29 |
| - "eslint-plugin-react-hooks": "^4.6.0", |
30 |
| - "eslint-plugin-react-refresh": "^0.4.6", |
31 |
| - "gh-pages": "^6.1.1", |
32 |
| - "najwer23storybook": "^4.1.69", |
33 |
| - "react": "^18.2.0", |
34 |
| - "react-dom": "^18.2.0", |
35 |
| - "react-router-dom": "^6.22.3", |
36 |
| - "rimraf": "^5.0.5", |
37 |
| - "typescript": "^5.4.3", |
38 |
| - "vite": "^5.2.7" |
39 |
| - }, |
40 |
| - "packageManager": "yarn@4.0.2" |
| 2 | + "name": "resume", |
| 3 | + "version": "3.1.1", |
| 4 | + "type": "module", |
| 5 | + "homepage": "https://najwer23.github.io/resume/", |
| 6 | + "scripts": { |
| 7 | + "deploy": "yarn run build && gh-pages -d build && rimraf build", |
| 8 | + "start": "vite --open --host", |
| 9 | + "build": "tsc && vite build", |
| 10 | + "preview": "yarn build && vite preview --open --host", |
| 11 | + "god": "ncu -u && yarn install && yarn run start" |
| 12 | + }, |
| 13 | + "devDependencies": { |
| 14 | + "@emotion/react": "^11.11.4", |
| 15 | + "@emotion/styled": "^11.11.5", |
| 16 | + "@fontsource/mulish": "^5.0.17", |
| 17 | + "@fortawesome/fontawesome-svg-core": "^6.5.1", |
| 18 | + "@fortawesome/free-brands-svg-icons": "^6.5.1", |
| 19 | + "@fortawesome/free-regular-svg-icons": "^6.5.1", |
| 20 | + "@fortawesome/free-solid-svg-icons": "^6.5.1", |
| 21 | + "@fortawesome/react-fontawesome": "^0.2.0", |
| 22 | + "@types/node": "^20.12.2", |
| 23 | + "@types/react": "^18.2.73", |
| 24 | + "@types/react-dom": "^18.2.23", |
| 25 | + "@typescript-eslint/eslint-plugin": "^7.4.0", |
| 26 | + "@typescript-eslint/parser": "^7.4.0", |
| 27 | + "@vitejs/plugin-react": "^4.2.1", |
| 28 | + "eslint": "^8.57.0", |
| 29 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 30 | + "eslint-plugin-react-refresh": "^0.4.6", |
| 31 | + "gh-pages": "^6.1.1", |
| 32 | + "husky": "^9.0.11", |
| 33 | + "najwer23storybook": "^4.1.69", |
| 34 | + "react": "^18.2.0", |
| 35 | + "react-dom": "^18.2.0", |
| 36 | + "react-router-dom": "^6.22.3", |
| 37 | + "rimraf": "^5.0.5", |
| 38 | + "typescript": "^5.4.3", |
| 39 | + "vite": "^5.2.7" |
| 40 | + }, |
| 41 | + "packageManager": "yarn@4.0.2" |
41 | 42 | }
|
0 commit comments