-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 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
{
"name": "theme-toggles",
"version": "0.1.0",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"sideEffects": false,
"dependencies": {
"@headlessui/react": "^1.3.0",
"@heroicons/react": "^1.0.2",
"@mdx-js/loader": "^2.0.0",
"@mdx-js/react": "^2.0.0",
"@next/bundle-analyzer": "^12.0.10",
"@next/mdx": "^12.1.0",
"@theme-toggles/react": "^4.0.2",
"clsx": "^1.1.1",
"file-loader": "^6.2.0",
"html-entities": "^2.3.2",
"next": "12",
"next-compose-plugins": "^2.2.1",
"next-seo": "^5.1.0",
"next-use-theme": "^3.0.4",
"prettier": "^2.3.2",
"prism-themes": "^1.9.0",
"prismjs": "^1.27.0",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.2",
"react-html-parser": "^2.0.2",
"react-syntax-highlighter": "^15.4.3",
"simple-functional-loader": "^1.2.1",
"theme-toggles": "^4.10.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.1.0",
"@types/mdx": "^2.0.1",
"@types/node": "^17.0.16",
"@types/prettier": "^2.3.2",
"@types/prismjs": "^1.26.0",
"@types/react": "17.0.14",
"@types/react-copy-to-clipboard": "^5.0.1",
"@types/react-dom": "^17.0.9",
"@types/react-html-parser": "^2.0.2",
"@types/react-syntax-highlighter": "^13.5.2",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"autoprefixer": "^10.4.2",
"eslint": "7.30.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^16.1.2",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"next-sitemap": "^2.5.10",
"postcss": "^8.4.8",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.0.23",
"typescript": "4.3.5"
}
}