-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.95 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": "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": "next lint",
"lint:fix": "next lint --fix",
"dev": "next dev",
"dev:storybook": "storybook dev -p 6006",
"test": "test-storybook",
"test:ci": "test-storybook --ci",
"test:snapshots": "test-storybook --updateSnapshot",
"build": "next build",
"build:storybook": "storybook build",
"serve": "next start"
},
"dependencies": {
"@heroicons/react": "^2.1.3",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/bundle-analyzer": "^15.0.3",
"@next/mdx": "^15.0.3",
"@tailwindcss/typography": "^0.5.12",
"autoprefixer": "^10.4.19",
"framer-motion": "^11.2.10",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.0",
"next": "^14.2",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"react": "^18.2.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"tailwindcss": "^3.4.4"
},
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/node": "22.10.2",
"@types/react": "^19.0.0",
"@types/react-syntax-highlighter": "^15.5.13",
"storybook": "^8.1.5",
"@storybook/addon-a11y": "^8.1.5",
"@storybook/test-runner": "^0.20.0",
"@storybook/addon-essentials": "^8.1.5",
"@storybook/nextjs": "^8.1.5",
"@storybook/react": "^8.1.5",
"@faker-js/faker": "^8.4.1",
"axe-playwright": "^2.0.1",
"eslint": "^8.0.0",
"eslint-config-next": "15.1.0",
"eslint-plugin-storybook": "^0.11.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.3.1"
},
"packageManager": "pnpm@9.1.1+sha512.14e915759c11f77eac07faba4d019c193ec8637229e62ec99eefb7cf3c3b75c64447882b7c485142451ee3a6b408059cdfb7b7fa0341b975f12d0f7629c71195"
}