-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
91 lines (91 loc) · 2.74 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
84
85
86
87
88
89
90
91
{
"name": "doc-scripts",
"version": "1.8.10",
"description": "react demo server",
"main": "lib",
"scripts": {
"build": "rm -rf lib && babel src --out-dir lib --copy-files",
"precommit": "npm run build && lint-staged && npm run contri:gen && git add -A",
"contri:add": "all-contributors add",
"contri:gen": "all-contributors generate"
},
"bin": {
"doc-scripts": "./bin/doc-scripts"
},
"lint-staged": {
"src/*.js": [
"prettier --write --tab-width 4 --no-semi",
"git add"
]
},
"dependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.0",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-decorators": "^7.2.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"@babel/runtime-corejs3": "^7.2.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-plugin-import": "^1.11.0",
"babel-plugin-react-docgen": "^2.0.0",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"chalk": "^2.3.2",
"cli-spinner": "^0.2.8",
"commander": "^2.15.1",
"css-loader": "^2.1.0",
"execa": "^0.10.0",
"fast-sass-loader": "^1.4.7",
"file-loader": "^3.0.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "^5.0.0",
"get-port": "^4.1.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^0.14.3",
"inquirer": "^5.2.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"lint-staged": "^4.3.0",
"moment": "^2.23.0",
"node-notifier": "^5.3.0",
"postcss-loader": "^3.0.0",
"prettier": "^1.11.x",
"progress": "^2.0.3",
"react": "^16.7.0",
"react-code-snippet": "^0.6.0",
"react-demo-loader": "^1.0.0",
"react-dev-utils": "^7.0.0",
"react-doc-renderer": "^0.1.1",
"react-docgen-typescript-loader": "^3.0.0",
"react-dom": "^16.7.0",
"react-site-renderer": "^0.1.0-alpha.0",
"remark": "^10.0.1",
"resolve-pathname": "^3.0.0",
"rucksack-css": "^1.0.2",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.2",
"unist-util-find": "^1.0.1",
"url-loader": "^1.1.2",
"val-loader": "^1.1.1",
"virtual-module-webpack-plugin": "^0.4.1",
"webpack": "^4.28.2",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.1.5",
"workbox-webpack-plugin": "^5.1.1"
},
"license": "MIT",
"author": "janryWang",
"devDependencies": {
"all-contributors-cli": "^5.4.1",
"babel-plugin-transform-async-to-promises": "^0.8.4",
"lodash.get": "^4.4.2",
"remark": "^10.0.1",
"unist-util-find": "^1.0.1",
"unist-util-visit": "^1.4.0"
}
}