-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 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
{
"name": "lundegaard-mdx-deck-template",
"version": "1.0.0",
"main": "dist",
"private": true,
"author": "Lundegaard a. s.",
"contributors": [
"Tomas Konrady <[email protected]>",
"Vaclav Jancarik <[email protected]>"
],
"license": "MIT",
"dependencies": {
"@code-surfer/themes": "^3.1.0",
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"chroma-js": "^1.4.1",
"code-surfer": "^3.1.0",
"mdx-deck": "^4.1.0",
"prop-types": "^15.7.2",
"ramda": "^0.27.0",
"react": "^16.12.0",
"styled-system": "^5.1.5",
"theme-ui": "*"
},
"resolutions": {
"react": "16.12.0"
},
"scripts": {
"start": "mdx-deck src/index.mdx --port=3333",
"build": "mdx-deck build src/index.mdx -d ./public"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-react-union": "^0.15.2",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-react": "^7.18.3",
"gatsby-source-filesystem": "^2.1.48",
"prettier": "^1.19.1",
"raw-loader": "^4.0.0"
}
}