-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 1.9 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "portfolio",
"_comment": "⬇️ <YOUR GITHUB PAGE URL>/#",
"homepage": "",
"version": "1.0.0",
"private": true,
"description": "My self-coded personal website builds with React.js",
"repository": {
"type": "git",
"url": "git+https://github.com/FleetAdmiralJakob/Portfolio.git"
},
"keywords": [
"React",
"Portfolio",
"NodeJS",
"CSS",
"HTML",
"Javascript"
],
"author": "FleetAdmiralJakob",
"license": "APACHE LICENSE, VERSION 2.0",
"bugs": {
"url": "https://github.com/FleetAdmiralJakob/Portfolio/issues"
},
"dependencies": {
"@octokit/core": "^6",
"@react-pdf/renderer": "^4.0.0",
"@vercel/analytics": "^1.1.4",
"aos": "^2.3.4",
"bootstrap": "^5.3.3",
"number-to-words": "^1.2.4",
"react": "npm:@preact/compat",
"react-bootstrap": "^2.10.2",
"react-dom": "npm:@preact/compat",
"react-github-calendar": "^4.1.3",
"react-icons": "^5.0.1",
"react-optimized-images": "^2.1.0",
"react-parallax-tilt": "^1.7.219",
"react-pdf": "^9.0.0",
"react-router-dom": "^6.22.2",
"react-scripts": "^5.0.1",
"react-tsparticles": "^1.43.1",
"sass": "^1.71.1",
"typescript": "^4",
"typewriter-effect": "^2.21.0",
"web-vitals": "^3.5.2"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"predeploy": "pnpm build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/aos": "^3.0.7",
"prettier": "3.4.2"
}
}