-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
83 lines (83 loc) · 2.41 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "free-doc",
"version": "0.0.5",
"description": "free-doc",
"main": "index.js",
"bin": {
"free-doc": "./bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "gnauhca",
"license": "MIT",
"dependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-property-literals": "^7.2.0",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"autoprefixer": "^9.5.0",
"axios": "^0.19.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-polyfill": "^6.26.0",
"camelcase": "^5.3.1",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^3.0.0",
"cli-color": "^1.4.0",
"commander": "^2.20.3",
"commitizen": "^4.0.3",
"css-loader": "^2.1.1",
"doctrine": "^3.0.0",
"express": "^4.17.1",
"file-loader": "^4.0.0",
"formik": "^1.5.8",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-less": "^4.0.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"highlight.js": "^9.15.8",
"html-webpack-plugin": "^3.2.0",
"husky": "^3.0.9",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"lodash": "^4.17.15",
"markdown-it": "^8.4.2",
"markdown-it-container": "^2.0.0",
"markdown-it-fence": "^0.1.3",
"mini-css-extract-plugin": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"prismjs": "^1.17.1",
"prop-types": "^15.7.2",
"raw-loader": "^3.0.0",
"react": "^16.8.4",
"react-docgen": "^4.1.1",
"react-dom": "^16.8.4",
"react-router-dom": "^5.0.1",
"react-styleguidist": "^9.0.5",
"react-test-renderer": "^16.8.6",
"script-loader": "^0.7.2",
"style-loader": "^0.23.1",
"url-loader": "^2.0.1",
"webpack": "^4.31.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.2",
"webpack-dev-middleware": "^3.7.2",
"webpack-dev-server": "^3.3.1",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.2.1",
"webpackbar": "^3.2.0"
}
}