-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
{
"name": "@infinity/docs",
"version": "6.0.0",
"author": "Toxic Dev",
"contributors": [
{ "name": "Rootspring" },
{ "name": "Cheesycod" }
],
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build"
},
"dependencies": {
"@iconify-icon/react": "^1.0.5",
"eslint-plugin-react": "latest",
"eslint-plugin-react-hooks": "latest",
"eslint-plugin-tailwindcss": "latest",
"next": ">=13",
"nextra": "^2.2.14",
"nextra-theme-docs": "^2.2.14",
"prism-react-renderer": "^1.2.1",
"prismjs": "^1.26.0",
"react": "*",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "*",
"react-hot-toast": "^2.2.0",
"styled-components": "^5.3.3",
"tailwindcss": "^3.0.15"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"autoprefixer": "^10.4.2",
"copy-to-clipboard": "^3.3.1",
"eslint": "latest",
"eslint-config-next": "latest",
"eslint-config-prettier": "latest",
"postcss": "^8.4.5",
"prettier": "^2.8.4"
}
}