-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
136 lines (136 loc) · 4.64 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "plural-marketing-site",
"private": true,
"engines": {
"node": "18.18.2"
},
"scripts": {
"dev": "run-s generate:pageindex dev:watch",
"dev:watch": "concurrently \"next dev\" \"yarn graphql:codegen:watch\"",
"build": "run-s generate:pageindex build:next postbuild",
"build:next": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "run-p lint:format lint:js lint:css",
"lint:format": "prettier --check --no-error-on-unmatched-pattern ./{src,pages}/**/*.{js,jsx,ts,tsx,graphql,md,mdpart}",
"lint:js": "eslint {src,pages} --ext ts,tsx,js,jsx",
"lint:css": "stylelint src/**/*.css",
"fix": "run-s fix:format fix:js fix:css",
"fix:format": "prettier --write --no-error-on-unmatched-pattern ./{src,pages}/**/*.{js,jsx,ts,tsx,graphql,md,mdpart}",
"fix:js": "eslint --fix {src,pages} --ext ts,tsx,js,jsx",
"fix:css": "stylelint src/**/*.css --fix",
"graphql:codegen": "graphql-codegen --config codegen.ts",
"graphql:codegen:watch": "graphql-codegen --watch --config codegen.ts",
"generate:pageindex": "node index-pages.mjs",
"analyze": "cross-env ANALYZE=true yarn build"
},
"dependencies": {
"@apollo/client": "3.7.17",
"@docsearch/react": "3.5.1",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@graphql-codegen/add": "5.0.0",
"@graphql-codegen/cli": "4.0.1",
"@graphql-codegen/introspection": "4.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-react-apollo": "3.3.7",
"@hubspot/api-client": "9.1.0",
"@loomhq/loom-embed": "1.5.0",
"@markdoc/markdoc": "0.4.0",
"@markdoc/next.js": "0.2.2",
"@next/third-parties": "15.0.1",
"@open-draft/until": "2.1.0",
"@pluralsh/design-system": "3.72.1",
"@react-types/shared": "3.22.0",
"@tanstack/react-table": "8.10.7",
"@tanstack/react-virtual": "3.0.1",
"algoliasearch": "4.18.0",
"chroma-js": "2.4.2",
"classnames": "2.3.2",
"deep-freeze": "0.0.1",
"framer-motion": "10.14.0",
"fuse.js": "6.6.2",
"graphql": "16.8.1",
"highlight.js": "11.9.0",
"honorable": "1.0.0-beta.17",
"honorable-theme-default": "1.0.0-beta.5",
"immer": "10.0.3",
"js-yaml": "4.1.0",
"lodash-es": "4.17.21",
"memoize-one": "6.0.0",
"moment-timezone": "0.5.43",
"next": "13.4.12",
"next-compose-plugins": "2.2.1",
"next-sitemap": "4.2.3",
"next-transpile-modules": "10.0.0",
"octokit": "3.1.0",
"query-string": "8.1.0",
"raw-loader": "4.0.2",
"react": "18.3.1",
"react-add-to-calendar": "0.1.5",
"react-aria": "3.31.1",
"react-dom": "18.3.1",
"react-embed": "3.7.0",
"react-github-btn": "1.4.0",
"react-google-recaptcha": "3.1.0",
"react-is": "18.3.1",
"react-markdown": "9.0.1",
"react-spring": "9.7.2",
"react-transition-group": "4.4.5",
"react-use-measure": "2.1.1",
"rehype-raw": "7.0.0",
"rooks": "7.14.1",
"styled-components": "5.3.11",
"swiper": "9.4.1",
"swr": "2.2.0",
"tslib": "2.6.0",
"type-fest": "4.8.3",
"url-join": "5.0.0",
"use-mobile-detect-hook": "1.0.5",
"usehooks-ts": "2.9.1"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/client-preset": "4.1.0",
"@next/bundle-analyzer": "13.4.12",
"@pluralsh/eslint-config-typescript": "2.5.183",
"@pluralsh/stylelint-config": "2.0.10",
"@radix-ui/react-slot": "1.0.2",
"@types/node": "20.4.2",
"@types/react-dom": "18.3.0",
"@types/styled-components": "5.1.30",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"autoprefixer": "10.4.14",
"clsx": "2.1.0",
"concurrently": "8.2.0",
"cross-env": "7.0.3",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-import-newlines": "1.3.4",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"lint-staged": "15.0.2",
"npm-run-all": "4.1.5",
"postcss": "8.4.27",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.11",
"react-hooks": "1.0.1",
"stylelint": "15.10.1",
"stylelint-config-prettier": "9.0.5",
"tailwind-merge": "2.2.1",
"tailwindcss": "3.3.3",
"typescript": "5.3.3"
},
"packageManager": "[email protected]",
"lint-staged": {
"./{src,pages}/**/*.{js,jsx,ts,tsx,graphql,md,mdpart}": "prettier --write"
}
}