-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.49 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "github-portfolio",
"version": "1.0.0",
"description": "This repository contains all the necessary files for my website portfolio, my very first website!",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"aos": "^2.3.4",
"classlist-polyfill": "^1.2.0",
"esbuild": "^0.21.5",
"html2canvas": "^1.4.1",
"jspdf": "^4.0.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"nanoid": "^3.3.11",
"picocolors": "^1.1.1",
"postcss": "^8.5.6",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.12.0",
"rollup": "^4.55.3",
"source-map-js": "^1.2.1",
"typescript": "^5.9.3",
"undici-types": "^6.21.0",
"vite": "^5.4.21"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/la1qa/la1qa.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/la1qa/la1qa.github.io/issues"
},
"homepage": "https://la1qa.github.io/",
"devDependencies": {
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^5.1.2",
"gh-pages": "^6.3.0"
}
}