-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.74 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
56
57
58
59
60
61
62
63
64
{
"name": "ryan-parag-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"@liveblocks/client": "^0.11.0",
"@liveblocks/node": "^0.3.0",
"@liveblocks/react": "^0.11.0",
"@mapbox/rehype-prism": "^0.7.0",
"@notionhq/client": "^0.2.3",
"@octokit/rest": "^18.9.1",
"@sendgrid/mail": "^7.4.6",
"@statickit/react": "^2.1.1",
"airtable": "^0.10.1",
"airtable-plus": "^1.0.4",
"babel-plugin-styled-components": "^1.10.7",
"bezier-easing": "^2.1.0",
"chroma-js": "^2.1.0",
"color": "^3.1.2",
"color-contrast": "^1.0.0",
"color-namer": "^1.4.0",
"cookie": "^0.4.1",
"dotenv": "^8.2.0",
"feed": "^4.2.1",
"framer-motion": "^3.1.1",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.2",
"js-cookie": "^3.0.0",
"markdown": "^0.5.0",
"next": "^12.1.0",
"node-fetch": "^2.6.1",
"path": "^0.12.7",
"plaiceholder": "^2.0.1",
"polished": "^3.6.5",
"querystring": "^0.2.1",
"raw-loader": "^4.0.1",
"react": "^17.0.2",
"react-color": "^2.18.1",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-ga": "^3.1.2",
"react-mailchimp-subscribe": "^2.1.0",
"react-markdown": "^6.0.2",
"react-medium-image-zoom": "^4.3.1",
"react-spotify-api": "^3.0.0",
"react-syntax-highlighter": "^12.2.1",
"rehype-autolink-headings": "^6.0.0",
"rehype-prism-plus": "^0.0.5",
"rehype-slug": "^5.0.0",
"sentencer": "^0.2.1",
"sharp": "^0.29.0",
"styled-components": "^5.1.1",
"styled-normalize": "^8.0.7",
"swr": "^0.4.2",
"timeago.js": "^4.0.2"
},
"devDependencies": {}
}