-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.3 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.3 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "personal-website",
"version": "0.1.0",
"private": true,
"dependencies": {
"@atlaskit/icon": "^27.3.0",
"@atlaskit/skeleton": "^2.0.3",
"@portabletext/react": "^3.0.7",
"@sanity/client": "^7.8.0",
"@sanity/icons": "^3.7.4",
"@sanity/image-url": "1",
"@sanity/types": "^4.0.1",
"@sanity/ui": "^2.16.7",
"@sanity/vision": "4.0.1",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-query-devtools": "^5.83.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.4.3",
"@types/classnames": "^2.3.1",
"@types/jest": "^29.5.4",
"@types/minimatch": "^6.0.0",
"@types/node": "^22.16.4",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/styled-components": "^5.1.27",
"@vercel/analytics": "^1.0.2",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"dayjs": "^1.11.9",
"eslint": "^9.31.0",
"eslint-config-next": "^15.4.1",
"eslint-plugin-prettier": "^5.0.0",
"next": "^15.4.1",
"next-sanity": "10.0.0",
"next-sanity-image": "^6.1.0",
"prettier": "^3.0.3",
"qs": "^6.11.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hotkeys-hook": "^5.1.0",
"react-twitter-embed": "^4.0.4",
"react-use": "^17.4.0",
"sanity": "^4.0.1",
"slugify": "^1.6.6",
"styled-components": "^6.0.7",
"typescript": "^5.2.2",
"url-metadata": "^5.2.2"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"styleguidist:dev": "npx styleguidist server",
"styleguidist:build": "npx styleguidist build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"react-docgen-typescript": "^2.2.2",
"react-styleguidist": "^13.1.1",
"tailwindcss": "^3.4.17"
},
"packageManager": "yarn@4.9.2+sha512.1fc009bc09d13cfd0e19efa44cbfc2b9cf6ca61482725eb35bbc5e257e093ebf4130db6dfe15d604ff4b79efd8e1e8e99b25fa7d0a6197c9f9826358d4d65c3c"
}