-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"private": true,
"version": "1.0.0",
"description": "Nuestras geniales aventuras en el FrontEnd",
"scripts": {
"start": "mdx-deck deck.js",
"start:daniela": "mdx-deck daniela-deck.mdx",
"start:kathia": "mdx-deck kathia-deck.mdx",
"prebuild": "rimraf dist",
"build": "mdx-deck build --no-html deck.js",
"postbuild": "cpy --parents \"public/**\" ./dist",
"deploy": "gh-pages -d dist",
"pdf": "mdx-deck pdf deck.js",
"image": "mdx-deck screenshot deck.js",
"help": "mdx-deck"
},
"keywords": [
"awesome",
"frontend",
"und-tech"
],
"author": "UND Tech",
"license": "MIT",
"devDependencies": {
"cpy-cli": "^2.0.0",
"gh-pages": "^2.0.1",
"mdx-deck": "^1.6.7",
"rimraf": "^2.6.3"
},
"bugs": {
"url": "https://github.com/und-tech-examples/frontend-adventures/issues"
},
"homepage": "https://github.com/und-tech-examples/frontend-adventures#readme",
"name": "frontend-adventures",
"dependencies": {
"@rebass/grid": "^6.0.0-7",
"mdx-deck-code-surfer": "^0.5.3",
"raw-loader": "^1.0.0"
}
}