-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.89 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@giscus/react": "^3.0.0",
"@mui/icons-material": "^6.1.3",
"@mui/joy": "^5.0.0-beta.48",
"@mui/material": "^6.1.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/moment": "^2.11.29",
"@types/node": "^16.18.113",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"animate.css": "^4.1.1",
"axios": "^1.7.7",
"contentful": "^11.1.4",
"devicons-react": "^1.3.0",
"giscus": "^1.5.0",
"metascraper": "^5.45.25",
"moment": "^2.30.1",
"next": "^14.2.15",
"react": "^18.3.1",
"react-animate-on-scroll": "^2.1.9",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-parallax": "^3.5.1",
"react-scroll": "^1.9.0",
"react-social-icons": "^6.18.0",
"react-syntax-highlighter": "^15.6.1",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.0",
"tech-stack-icons": "^2.1.0",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4",
"yaml": "^2.6.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"predeploy": "npm run build && touch ./dist/.nojekyll && echo 'karunika.work' > ./dist/CNAME",
"deploy": "gh-pages -d dist -t true"
},
"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": {
"gh-pages": "^6.1.1"
}
}