-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 994 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
{
"name": "slides",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "next dev",
"build": "next build"
},
"keywords": [],
"author": "Aria Malkani <[email protected]>",
"license": "MIT",
"dependencies": {
"@hack4impact-uiuc/bridge": "^1.0.0",
"@mdx-deck/components": "^2.3.2",
"@mdx-deck/layouts": "^2.1.3",
"@mdx-deck/themes": "^2.5.0",
"@mdx-js/mdx": "^1.0.2",
"@mdx-js/react": "^1.0.2",
"next": "^8.1.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"theme-ui": "^0.3.1"
},
"devDependencies": {
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@emotion/babel-preset-css-prop": "^10.0.9",
"@mdx-deck/loader": "^2.3.2",
"next-transpile-modules": "^2.3.1",
"remark-emoji": "^2.0.2",
"remark-unwrap-images": "^0.2.0"
}
}