-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 747 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 747 Bytes
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
{
"name": "website",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@mdx-js/mdx": "^1.2.2",
"@zeit/next-mdx": "^1.2.0",
"@zeit/next-sass": "^1.0.1",
"fathom-client": "^2.0.3",
"next": "^9.0.3",
"next-page-transitions": "^1.0.0-alpha.6",
"node-sass": "^4.11.0",
"prettier": "^1.16.1",
"prism-react-renderer": "^1.0.2",
"react": "^16.8.0",
"react-animate-height": "^2.0.7",
"react-dom": "^16.8.0",
"react-helmet": "^5.2.0",
"react-icons": "^3.5.0",
"react-transition-group": "^4.2.2"
},
"scripts": {
"dev": "next",
"build": "next build",
"build:content": "node build.js",
"export": "next export",
"start": "next start"
}
}