-
Notifications
You must be signed in to change notification settings - Fork 370
/
Copy pathpackage.json
55 lines (55 loc) · 1.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
{
"name": "railway-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start --port ${PORT-3000}",
"clean": "rm -rf .next",
"tsc": "tsc -p ."
},
"dependencies": {
"@radix-ui/react-scroll-area": "^0.0.1",
"@tailwindcss/typography": "^0.3.1",
"dayjs": "^1.9.7",
"fathom-client": "^3.0.0",
"fuse.js": "^6.4.6",
"next": "10.0.3",
"next-seo": "^4.17.0",
"next-themes": "^0.0.10",
"prismjs": "^1.22.0",
"react": "17.0.1",
"react-aria": "^3.3.0",
"react-dom": "17.0.1",
"react-feather": "^2.0.9",
"react-syntax-highlighter": "^15.4.3",
"styled-components": "^5.2.1",
"theme-custom-properties": "^1.0.0",
"tinykeys": "^1.1.1",
"twin.macro": "^2.0.8",
"uuid": "^8.3.2",
"zustand": "^3.3.1"
},
"devDependencies": {
"@types/node": "^14.14.11",
"@types/react": "^17.0.0",
"@types/react-syntax-highlighter": "^13.5.0",
"@types/styled-components": "^5.1.7",
"autoprefixer": "^10.1.0",
"next-compose-plugins": "^2.2.1",
"next-mdx-enhanced": "^5.0.0",
"postcss": "^8.2.1",
"prettier": "^2.2.1",
"remark-autolink-headings": "^6.0.1",
"remark-slug": "^6.0.0",
"tailwindcss": "^2.0.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.2"
},
"babelMacros": {
"twin": {
"preset": "styled-components"
}
}
}