-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
84 lines (84 loc) · 2.4 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
{
"name": "glab-docs",
"version": "0.1.0",
"private": true,
"author": "Braswell Kenneth Junior Azu",
"scripts": {
"dev": "next dev --port 4000",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "npx eslint ./**/*.{js,ts,jsx,tsx} --quiet --fix",
"format": "prettier --write ./**/*.{js,ts,jsx,tsx,css,mdx}",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/braswelljr/glab-docs.git"
},
"keywords": [
"GLab",
"GitLab",
"cli"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/braswelljr/glab-docs/issues"
},
"dependencies": {
"@badrap/bar-of-progress": "^0.2.2",
"@docsearch/react": "^3.3.0",
"@headlessui/react": "^2.2.0",
"@juggle/resize-observer": "^3.4.0",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^2.1.5",
"@next/bundle-analyzer": "^14.0.1",
"@next/mdx": "^15.0.0",
"@svgr/webpack": "^8.0.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"autoprefixer": "^10.4.13",
"clsx": "^2.0.0",
"file-loader": "^6.2.0",
"framer-motion": "^11.11.9",
"front-matter": "^4.0.2",
"gsap": "^3.11.3",
"next": "^15.0.1",
"next-compose-plugins": "^2.2.1",
"next-pwa": "^5.6.0",
"postcss": "^8.4.19",
"postcss-import": "^15.0.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-intersection-observer": "^9.4.1",
"simple-functional-loader": "^1.2.1",
"tailwindcss": "^3.2.4",
"typewriter-effect": "^2.19.0",
"unist-util-visit": "^5.0.0",
"zustand": "^5.0.0"
},
"devDependencies": {
"@types/mdx": "^2.0.3",
"@types/node": "^22.8.0",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"eslint": "^8.29.0",
"eslint-config-next": "^14.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-mdx": "^2.0.5",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^5.0.0",
"husky": "^8.0.2",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"typescript": "^5.0.3"
}
}