-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.98 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
{
"name": "blitz-site-v2",
"version": "1.0.0",
"scripts": {
"dev": "blitz dev",
"start": "blitz start",
"build": "blitz build",
"lint": "yarn lint:code && yarn lint:docs",
"lint:code": "eslint --ignore-path .gitignore --ext .js,.ts,.tsx .",
"lint:docs": "alex app/pages/docs/**/*.mdx",
"english-slugify": "node scripts/english-slugify.mjs",
"prepare": "husky install"
},
"lint-staged": {
"*.{js,ts,tsx}": [
"eslint --fix"
]
},
"dependencies": {
"@docsearch/react": "1.0.0-alpha.28",
"@octokit/rest": "18.5.3",
"@reach/rect": "0.15.0",
"@sindresorhus/slugify": "2.0.0",
"@visx/hierarchy": "1.7.0",
"@visx/responsive": "1.7.0",
"blitz": "0.38.0",
"clsx": "1.1.1",
"dlv": "1.1.3",
"fathom-client": "3.0.0",
"focus-visible": "5.2.0",
"framer-motion": "4.1.9",
"gray-matter": "4.0.3",
"just-group-by": "1.0.0",
"next-themes": "0.0.14",
"prismjs": "1.24.0",
"react": "18.0.0-alpha-a0d2d1e1e",
"react-dom": "18.0.0-alpha-a0d2d1e1e",
"react-icons": "4.2.0",
"react-player": "2.9.0",
"react-select": "4.3.0",
"redent": "3.0.0",
"seedrandom": "3.0.5",
"stringify-object": "3.3.0",
"typeface-libre-franklin": "1.1.13",
"typeface-roboto": "1.1.13",
"typeface-roboto-mono": "1.1.13",
"unist-util-visit": "2.0.3"
},
"devDependencies": {
"@mdx-js/loader": "1.6.22",
"@next/bundle-analyzer": "10.1.3",
"@svgr/webpack": "5.5.0",
"@tailwindcss/typography": "0.4.0",
"alex": "9.1.0",
"autoprefixer": "10.2.5",
"babel-plugin-preval": "5.0.0",
"eslint": "7.25.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"file-loader": "6.2.0",
"glob": "7.1.6",
"husky": "6.0.0",
"lint-staged": "10.5.4",
"minimatch": "3.0.4",
"postcss": "8.2.12",
"postcss-nested": "5.0.5",
"prettier": "2.2.1",
"pretty-quick": "3.1.0",
"simple-functional-loader": "1.2.1",
"tailwindcss": "2.1.2"
},
"private": true
}