-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2 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.7.0",
"@reach/rect": "0.15.3",
"@sindresorhus/slugify": "2.1.0",
"@visx/hierarchy": "1.17.1",
"@visx/responsive": "1.10.1",
"blitz": "0.40.0-canary.7",
"clsx": "1.1.1",
"dlv": "1.1.3",
"fathom-client": "3.1.0",
"focus-visible": "5.2.0",
"framer-motion": "4.1.17",
"gray-matter": "4.0.3",
"just-group-by": "1.1.1",
"next-themes": "0.0.15",
"prismjs": "1.24.1",
"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.1",
"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",
"typescript": "4.3.5",
"unist-util-visit": "2.0.3"
},
"devDependencies": {
"@mdx-js/loader": "1.6.22",
"@next/bundle-analyzer": "11.0.1",
"@svgr/webpack": "5.5.0",
"@tailwindcss/typography": "0.4.1",
"alex": "9.1.0",
"autoprefixer": "10.3.1",
"babel-plugin-preval": "5.0.0",
"eslint": "7.31.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"file-loader": "6.2.0",
"glob": "7.1.7",
"husky": "7.0.1",
"lint-staged": "11.1.0",
"minimatch": "3.0.4",
"postcss": "8.3.6",
"postcss-nested": "5.0.5",
"prettier": "2.3.2",
"pretty-quick": "3.1.1",
"simple-functional-loader": "1.2.1",
"tailwindcss": "2.2.7"
},
"private": true
}