-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"name": "mnemonica-react-slides",
"version": "1.0.0",
"description": "presentations framework based on react+mdx & mnemonica",
"keywords": [
"mnemonica",
"react",
"starter",
"slides",
"MDX"
],
"main": "src/index.js",
"dependencies": {
"@mdx-js/mdx": "^1.6.6",
"@mdx-js/react": "^1.6.6",
"@mdx-js/runtime": "^1.6.6",
"@theme-ui/presets": "^0.3.0",
"@theme-ui/prism": "^0.3.0",
"d3": "^5.15.0",
"express": "^4.17.1",
"magic-snowflakes": "^4.1.5",
"mnemonica": "^0.9.89",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "^3.4.0",
"spectacle": "^5.8.0",
"theme-ui": "^0.3.1"
},
"devDependencies": {
"typescript": "^3.9.5"
},
"scripts": {
"start": "react-scripts start",
"build": "rm -r ./docs && PUBLIC_URL=/RnDTechTalk react-scripts build && mv ./build ./docs",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}