-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.14 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.14 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
{
"name": "app",
"version": "6.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "cp ../../.all-contributorsrc ./src/all-contributorsrc.json && next build",
"start": "next start",
"test": "vitest",
"lint": "next lint --dir .",
"lint:fix": "next lint --dir . --fix --quiet",
"check-types": "tsc --noEmit",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@headlessui/react": "1.7.7",
"@next/font": "13.1.1",
"@tanstack/react-query": "4.20.4",
"@tanstack/react-query-devtools": "4.20.4",
"client-only": "0.0.1",
"easymde": "2.18.0",
"flagsmith": "3.15.1",
"flagsmith-nodejs": "2.5.0",
"next": "13.1.1",
"next-mdx-remote": "4.2.0",
"openapi-typescript-fetch": "1.1.3",
"prismjs": "1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-focus-lock": "2.9.2",
"rehype-prism-plus": "1.5.0",
"remark": "14.0.2",
"server-only": "0.0.1",
"strip-markdown": "5.0.0",
"tailwind-merge": "1.8.1"
},
"devDependencies": {
"@csstools/postcss-oklab-function": "1.1.1",
"@storybook/addon-essentials": "^7.0.0-alpha.54",
"@storybook/addon-interactions": "^7.0.0-alpha.54",
"@storybook/addon-links": "^7.0.0-alpha.54",
"@storybook/nextjs": "^7.0.0-alpha.54",
"@storybook/react": "^7.0.0-alpha.54",
"@storybook/testing-library": "^0.0.13",
"@svgr/webpack": "6.5.1",
"@tailwindcss/typography": "0.5.8",
"@types/node": "18.11.18",
"@types/prismjs": "1.26.0",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@types/remark-prism": "1.3.4",
"@vercel/analytics": "0.1.6",
"@vitejs/plugin-react": "3.0.0",
"autoprefixer": "^10.4.13",
"css-loader": "^6.7.3",
"eslint": "8.31.0",
"eslint-config-devfaq": "workspace:*",
"eslint-plugin-storybook": "^0.6.8",
"jsdom": "20.0.3",
"openapi-types": "workspace:*",
"postcss": "^8.4.20",
"postcss-loader": "^7.0.2",
"storybook": "^7.0.0-alpha.54",
"style-loader": "^3.3.1",
"tailwindcss": "^3.2.4",
"tsconfig": "workspace:*",
"typescript": "4.9.4",
"vitest": "0.26.3"
},
"nextBundleAnalysis": {
"budget": null,
"budgetPercentIncreaseRed": 20,
"showDetails": true
}
}