-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
42 lines (42 loc) · 1.17 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": "unix.bio",
"version": "1.0.0",
"scripts": {
"start": "npm run collect && next dev",
"dev": "npm run collect && next dev",
"now-build": "npm run collect && next build",
"post": "node scripts/create.js",
"prettier": "prettier --write .",
"collect": "node scripts/collect-meta.js",
"export": "npm run now-build && next export"
},
"prettier": "@geist-ui/prettier-config",
"dependencies": {
"@geist-ui/core": "^2.3.4",
"@geist-ui/icons": "^1.0.1",
"@geist-ui/prism": "^1.1.1",
"@mdx-js/react": "^1.6.22",
"@unix/views": "^0.2.0",
"ms": "^2.1.3",
"next": "^12.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@geist-ui/prettier-config": "^1.0.1",
"@mapbox/rehype-prism": "^0.7.0",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^12.1.0",
"@types/ms": "^0.7.31",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"chalk": "^3.0.0",
"extract-mdx-metadata": "1.0.0",
"fs-extra": "^10.0.0",
"prettier": "^2.5.1",
"prompt-sync": "^4.2.0",
"rehype-join-line": "^1.0.2",
"styled-jsx": "^4.0.0",
"typescript": "^4.5.5"
}
}