-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
77 lines (77 loc) · 2.25 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
{
"name": "fishd-doc",
"version": "1.2.0",
"description": "一款能帮助快速搭建组件库文档的效率工具",
"author": "hangaoke <[email protected]>",
"license": "MIT",
"main": "bin/fishd-doc.js",
"bin": {
"fishd-doc": "bin/fishd-doc.js"
},
"scripts": {},
"dependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@hot-loader/react-dom": "^17.0.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"add-asset-html-webpack-plugin": "^3.1.3",
"autoprefixer": "^9.7.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-standalone": "^6.26.0",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"chalk": "^3.0.0",
"codemirror": "^5.49.2",
"commander": "^4.0.1",
"copy-to-clipboard": "^3.2.0",
"css-loader": "3.2.0",
"enquire-js": "^0.2.1",
"eslint": "^6.7.1",
"eslint-config-standard": "^14.1.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.2",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-standard": "^4.0.1",
"file-loader": "^4.3.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "^8.1.0",
"html-webpack-plugin": "^3.2.0",
"inquirer": "^7.0.1",
"less": "3.10.3",
"less-loader": "5.0.0",
"marked": "^0.7.0",
"mini-css-extract-plugin": "0.8.0",
"nprogress": "^0.2.0",
"postcss-loader": "3.0.0",
"ppfish": "1.7.2",
"prismjs": "^1.17.1",
"raw-loader": "3.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-refresh": "^0.11.0",
"react-router": "^3.2.5",
"style-loader": "1.0.0",
"terser-webpack-plugin": "^2.2.2",
"ts-loader": "^6.2.1",
"typescript": "^4.5.2",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^4.6.0",
"webpackbar": "^4.0.0"
},
"devDependencies": {},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "https://github.com/NSFI/fishd-doc.git"
}
}