-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
90 lines (90 loc) · 2.86 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
{
"name": "nytimesguild.org",
"version": "1.0.0",
"private": true,
"scripts": {
"clean": "rm -rf .next tsconfig.tsbuildinfo",
"dev": "netlify-cms-proxy-server & next dev",
"dev:inspect": "NODE_OPTIONS='--inspect' yarn dev",
"build": "next build",
"start": "next start",
"export": "next build",
"lint": "eslint src --report-unused-disable-directives",
"lint:fix": "yarn lint --fix",
"type-check": "tsc -p tsconfig.json --incremental",
"postinstall": "husky install",
"process:headshots": "./scripts/process_testimonial_headshots.sh"
},
"dependencies": {
"@firebase/app": "^0.9.14",
"@svgr/webpack": "^5.4.0",
"@types/js-yaml": "^4.0.3",
"classnames": "^2.5.1",
"date-fns": "^2.11.1",
"firebase": "^10.0.0",
"gotrue-js": "^0.9.29",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"lite-youtube-embed": "^0.2.0",
"netlify-cms-app": "^2.15.72",
"netlify-cms-core": "^2.55.2",
"next": "^14.2.9",
"next-mdx-remote": "^5.0.0",
"normalize.css": "^8.0.1",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-accessible-accordion": "^3.3.5",
"react-confetti": "^6.1.0",
"react-dom": "^18.3.1",
"react-instagram-embed": "^1.5.0",
"react-schemaorg": "^1.3.3",
"react-twitter-embed": "^3.0.3",
"rehype-parse": "^7.0.1",
"rehype-remark": "^8.1.1",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^8.0.0",
"remark-parse": "^9.0.0",
"remark-rehype": "^8.1.0",
"remark-sectionize": "^1.1.1",
"remark-stringify": "^9.0.1",
"schema-dts": "^0.6.0",
"styled-jsx": "^5.0.7",
"unified": "^11.0.5",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/eslint-parser": "^7.22.9",
"@babel/eslint-plugin": "^7.22.5",
"@types/mapbox__rehype-prism": "^0",
"@types/netlify-identity-widget": "^1.9.2",
"@types/node": "^16.7.13",
"@types/react": "^18.3.5",
"@types/remark-prism": "^1.3.0",
"@types/unist": "2.0.3",
"@types/webpack-env": "^1.16.2",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@yarnpkg/sdks": "^2.6.0-rc.4",
"eslint": "^8.0.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-kyt": "^1.6.3",
"eslint-config-prettier": "^6.15.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^5.2.0",
"lint-staged": "^10.5.4",
"netlify-cms-proxy-server": "^1.3.24",
"prettier": "^3.3.3",
"remark-prism": "^1.3.6",
"typescript": "^5.6.2",
"yaml-loader": "^0.6.0"
},
"packageManager": "[email protected]"
}