-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.75 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.75 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
82
83
84
{
"name": "amner.me",
"version": "2.0.0",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/jdamner/amner.me.git"
},
"author": "James Amner <jdamner@me.com>",
"license": "ISC",
"scripts": {
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --ext ts,tsx --fix",
"dev": "vite",
"dev:storybook": "storybook dev -p 6006",
"test": "vitest --project=storybook --coverage --run",
"test:watch": "vitest --project=storybook --coverage",
"test:ci": "vitest --project=storybook --run",
"test:snapshots": "vitest --project=storybook --run -u",
"build": "tsc && vite build",
"build:storybook": "storybook build",
"serve": "vite preview",
"lighthouse": "lhci autorun"
},
"dependencies": {
"@fontsource/bebas-neue": "^5.2.7",
"@heroicons/react": "^2.2.0",
"@lhci/cli": "^0.15.1",
"@mdx-js/react": "^3.1.1",
"@tailwindcss/typography": "^0.5.19",
"autoprefixer": "^10.4.27",
"clsx": "^2.1.1",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"highlight.js": "^11.11.1",
"mdx": "^0.3.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router": "^7.13.1",
"tailwindcss": "^4.2.1"
},
"devDependencies": {
"@faker-js/faker": "^10.3.0",
"@mdx-js/rollup": "^3.1.1",
"@storybook/addon-a11y": "^10.2.10",
"@storybook/addon-docs": "^10.2.10",
"@storybook/addon-vitest": "^10.2.10",
"@storybook/react-vite": "^10.2.12",
"@tailwindcss/postcss": "^4.2.1",
"@types/mdx": "^2.0.13",
"@types/node": "25.3.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"@vitest/browser-playwright": "^4.0.18",
"@vitest/coverage-v8": "^4.0.18",
"axe-playwright": "^2.2.2",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.6",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-storybook": "^10.2.12",
"playwright": "^1.58.2",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",
"prettier": "^3.8.1",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.0",
"rehype-highlight": "^7.0.2",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-mdx-frontmatter": "^5.2.0",
"storybook": "^10.2.12",
"storybook-addon-remix-react-router": "^6.0.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vitest": "^4.0.18"
},
"overrides": {
"storybook": "$storybook"
},
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264"
}