-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.1 KB
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
{
"name": "scribo-docs",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:relferreira/scribo-docs.git",
"author": "Renan Lopes Ferreira <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "next -p 8081",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@reach/combobox": "^0.10.1",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.4.0",
"core-js": "^3.6.4",
"isomorphic-unfetch": "^3.0.0",
"mobx": "^4.2.0",
"next": "11",
"next-absolute-url": "^1.2.1",
"postcss": "^8.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^5.0.0",
"react-syntax-highlighter": "^15.4.5",
"redoc": "^2.0.0-rc.23",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^1.0.0",
"slugify": "^1.4.6",
"styled-components": "^5.3.3",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^2.2.19",
"use-debounce": "^3.4.2"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.11.1"
}
}