-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
79 lines (79 loc) · 2.1 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
{
"name": "blockless-support",
"version": "0.1.0",
"private": true,
"sideEffects": [
"./nextra-theme-docs/src/polyfill.ts"
],
"dependencies": {
"@headlessui/react": "^1.7.10",
"@popperjs/core": "^2.11.6",
"@radix-ui/react-slot": "^1.0.2",
"@types/node": "^16.18.3",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"flexsearch": "^0.7.21",
"focus-visible": "^5.2.0",
"framer-motion": "^10.16.4",
"git-url-parse": "^13.1.0",
"intersection-observer": "^0.12.2",
"lucide-react": "^0.284.0",
"match-sorter": "^6.3.1",
"next": "^13.2.4",
"next-seo": "^6.0.0",
"next-themes": "^0.2.1",
"nextra": "^2.4.2",
"nextra-theme-docs": "^2.4.2",
"react": "^18.2.0",
"react-animate-height": "^3.0.4",
"react-dom": "^18.2.0",
"sass": "^1.56.1",
"scroll-into-view-if-needed": "^3.0.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^4.8.4",
"web-vitals": "^2.1.4",
"zod": "^3.20.2"
},
"scripts": {
"dev": "PORT=8000 next dev",
"build": "next build",
"start": "PORT=8001 next start",
"lint": "next lint"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@testing-library/react": "^14.0.0",
"@types/flexsearch": "^0.7.3",
"@types/git-url-parse": "^9.0.1",
"autoprefixer": "^10.4.14",
"concurrently": "^8.0.0",
"eslint": "^8.28.0",
"eslint-config-halo-lab": "^1.0.17",
"eslint-config-next": "^13.2.4",
"jsdom": "^21.1.0",
"postcss": "^8.4.23",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"postcss-lightningcss": "^0.7.0",
"prettier": "^2.8.0",
"prettier-config-halo-lab": "^1.0.7",
"stylelint-config-halo-lab": "^1.0.4",
"tailwindcss": "^3.3.2"
}
}