-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.76 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
{
"name": "ryanrishi-com",
"version": "0.1.0",
"private": true,
"author": "Ryan Rishi <[email protected]>",
"scripts": {
"cypress:open": "cypress open",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "start-server-and-test start 3000 cypress:open"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.10",
"@vercel/analytics": "^1.4.1",
"classnames": "^2.3.1",
"contentlayer": "^0.3.4",
"d3": "^7.9.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"eslint-config-next": "^15.1.3",
"framer-motion": "11.15.0",
"hamburger-react": "^2.5.2",
"next": "14.2.21",
"next-contentlayer": "^0.3.4",
"next-themes": "0.3.0",
"prop-types": "^15.7.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.4.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "3.0.1",
"sharp": "^0.33.5",
"shiki": "^1.24.4",
"unified": "^11.0.5"
},
"devDependencies": {
"@percy/cli": "^1.30.4",
"@percy/cypress": "^3.1.1",
"@types/d3": "^7.1.0",
"@types/gtag.js": "0.0.20",
"@types/react": "18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "7.0.0",
"@typescript-eslint/parser": "6.21.0",
"autoprefixer": "10.4.20",
"cypress": "^13.17.0",
"cypress-real-events": "1.13.0",
"cypress-wait-until": "^3.0.2",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-simple-import-sort": "12.1.1",
"lodash.isempty": "^4.4.0",
"lodash.kebabcase": "^4.1.1",
"postcss": "8.4.49",
"start-server-and-test": "2.0.3",
"tailwindcss": "3.4.17",
"typescript": "5.7.2"
}
}