-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.19 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
{
"name": "doc-generator",
"version": "1.0.0",
"description": "Doc generator for liform-react",
"main": "src/index.js",
"author": "Nacho Martin",
"license": "MIT",
"scripts": {
"build": "babel-node --presets react src/index.js ../liform-react/docs/pages/ ../liform-react/built_docs/"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"eslint": "^4.12.0",
"eslint-config-react-app": "^2.0.1",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"mkdirp": "^0.5.1",
"rimraf": "^2.6.2"
},
"dependencies": {
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.26.0",
"marked": "^0.3.6",
"prismjs": "^1.8.4",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"rebass": "^1.0.4",
"styled-components": "^2.2.4",
"typography": "^0.16.6",
"typography-theme-elk-glen": "^0.16.9",
"webpack": "^3.8.1"
}
}