forked from NYCPPE/nyc-makers-vs-covid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 942 Bytes
/
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": "nyc-makes-ppe",
"version": "1.0.1",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"@mdx-js/loader": "^1.5.8",
"@mdx-js/mdx": "^1.5.8",
"@next/mdx": "^9.2.1",
"@sentry/node": "^5.15.4",
"@tailwindcss/ui": "^0.1.3",
"axios": "^0.19.2",
"cheerio": "^1.0.0-rc.3",
"next": "^9.2.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"remark": "^11.0.2",
"remark-autolink-headings": "^6.0.0",
"remark-custom-blocks": "^2.5.0",
"remark-emoji": "^2.0.2",
"remark-html": "^11.0.1",
"remark-images": "^1.0.0",
"remark-macro": "^1.0.7",
"remark-slug": "^6.0.0",
"remark-toc": "^7.0.0",
"unified": "^8.4.2"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.3.0",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.1.4"
},
"license": "ISC"
}