-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 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
{
"name": "blair3sat-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "rm -rf .next/cache && next dev",
"build": "next build",
"start": "next start",
"prettier": "prettier './**/*.{js,jsx,ts,tsx,json,md,mdx}' --write"
},
"dependencies": {
"@mapbox/rehype-prism": "^0.4.0",
"@mdx-js/loader": "^1.6.1",
"@modulz/radix": "0.0.1-beta.41",
"@modulz/radix-icons": "^2.4.0",
"@next/mdx": "^9.3.6",
"babel-plugin-import-glob-array": "^0.2.0",
"date-fns": "^2.10.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^7.1.0",
"mdx-prism": "^0.3.1",
"next": "10.0.9",
"next-compose-plugins": "^2.2.0",
"next-mdx-enhanced": "^5.0.0",
"next-optimized-images": "^2.6.0",
"next-videos": "^1.1.4",
"prismjs": "^1.19.0",
"radix-ds": "^0.5.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"reading-time": "^1.2.0",
"styled-components": "^5.1.0"
},
"devDependencies": {
"@types/node": "^13.9.8",
"@types/react": "^16.9.30",
"babel-plugin-styled-components": "^1.10.7",
"prettier": "^2.0.5",
"rehype": "^10.0.0",
"typescript": "^3.8.3"
}
}