-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.12 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
{
"name": "lexend",
"version": "1.0.0",
"description": "a microsite demonstrating the awesome capabilities of Lexend",
"main": "pages/index.js",
"scripts": {
"dev": "next",
"build": "next build",
"now-build": "next build && next export -o dist && touch dist/.nojekyll",
"deploy": "yarn now-build && git add dist -f && git commit -m \"chore: regen site\" && git push origin master && git checkout master",
"start": "next start"
},
"keywords": [],
"author": "micah rich",
"license": "MIT",
"dependencies": {
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.11",
"@mdx-js/loader": "^1.0.19",
"@nivo/bar": "^0.58.0",
"@zeit/next-mdx": "^1.2.0",
"babel-plugin-emotion": "^10.0.9",
"markdown-to-jsx": "^6.9.4",
"ms": "^2.1.1",
"next": "^8.1.0",
"parse-ms": "^2.1.0",
"pretty-ms": "^5.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scale-text": "^1.2.2",
"react-speedy-reader": "^1.0.15",
"react-spring": "^8.0.20",
"react-textfit": "^1.1.0",
"react-variable-fonts": "^1.2.2",
"recharts": "^1.6.2",
"vx": "^0.0.1"
}
}