forked from ReactJSGirls/reactjsgirls-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 703 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 703 Bytes
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
{
"name": "reactjsgirls-docs",
"version": "1.0.0",
"description": "Docs for workshops",
"main": "index.js",
"repository": "https://github.com/ReactJSGirls/reactjsgirls-docs",
"author": "Sara Vieira",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build",
"start": "serve dist",
"format": "prettier --write '**/*.{js,css,md}'"
},
"now": {
"alias": "docs.reactjsgirls.com"
},
"devDependencies": {
"docz": "^0.11.2",
"docz-plugin-css": "^0.11.0",
"serve": "^10.0.1"
},
"dependencies": {
"prism-react-renderer": "^0.1.4",
"react-copy-to-clipboard": "^5.0.1",
"react-icons": "^3.1.0",
"recompose": "^0.30.0"
}
}