-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
48 lines (48 loc) · 1.23 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
{
"name": "nyc-makes-ppe",
"version": "1.0.1",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"format": "yarn pretty-quick"
},
"dependencies": {
"@mdx-js/loader": "^1.6.22",
"@mdx-js/mdx": "^1.6.22",
"@next/mdx": "^10.2.3",
"@sentry/node": "^6.12.0",
"@tailwindcss/ui": "^0.7.2",
"axios": "^0.21.4",
"cheerio": "^1.0.0-rc.10",
"date-fns": "^2.23.0",
"next": "^11.1.3",
"next-compose-plugins": "^2.2.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-modal-hook": "^3.0.0",
"remark": "^13.0.0",
"remark-autolink-headings": "^6.1.0",
"remark-custom-blocks": "^2.5.1",
"remark-emoji": "^2.2.0",
"remark-html": "^13.0.2",
"remark-images": "^2.0.0",
"remark-macro": "^1.0.7",
"remark-slug": "^6.1.0",
"remark-toc": "^7.2.0",
"unified": "^9.2.2"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.0.3",
"fs-extra": "^10.0.0",
"merge-json": "^0.1.0-b.3",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.3.0",
"pretty-quick": "^3.1.0",
"tailwindcss": "^2.1.2",
"webpack": "^5.37.0"
},
"license": "GPL-3.0-or-later"
}