-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
81 lines (81 loc) · 2.56 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
{
"name": "docweb",
"version": "0.1.1",
"description": "a website frame for markdown documents",
"main": "index.js",
"private": true,
"sideEffects": false,
"scripts": {
"start": "cross-env NODE_ENV=development bisheng start",
"pre-build": "export NODE_ENV=development && rimraf dist/* && bisheng build",
"build": "export NODE_ENV=production && rimraf dist/* && bisheng build",
"compress": "export NODE_ENV=production && rimraf dist/* && bisheng build && gulp"
},
"keywords": [
"document"
],
"author": "Zhang Wei",
"license": "MIT",
"dependencies": {
"antd": "^3.4.2",
"bisheng": "1.6.1",
"classnames": "^2.2.6",
"icecreamd": "^0.4.14-beta",
"jsonml.js": "^0.1.0",
"lodash": "^4.17.15",
"rc-drawer": "^4.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-dynamic-vector-icons": "^0.0.7",
"react-helmet": "6.1.0",
"react-intl": "^4.7.6",
"react-router": "3.2.4",
"react-router-dom": "^5.2.0",
"scrollama": "^2.0.0"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.7.1",
"@babel/preset-flow": "^7.8.3",
"@babel/preset-react": "^7.7.0",
"@babel/runtime": "^7.4.4",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"babel-eslint": "^10.1.0",
"babel-plugin-import": "^1.13.0",
"babel-plugin-lodash": "^3.3.4",
"bisheng-plugin-antd": "^1.0.1",
"bisheng-plugin-codebox": "^0.1.1",
"bisheng-plugin-react": "^1.0.0",
"bisheng-plugin-toc": "^0.4.4",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^5.2.0",
"css-loader": "^3.6.0",
"csso-loader": "^0.3.1",
"eslint": "^7.3.1",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.5",
"extract-css-chunks-webpack-plugin": "^4.7.5",
"gulp": "^4.0.2",
"gulp-cssmin": "^0.2.0",
"gulp-gzip": "^1.4.2",
"gulp-htmlmin": "^5.0.1",
"gulp-uglify": "^3.0.2",
"intersection-observer": "^0.7.0",
"lodash-webpack-plugin": "^0.11.5",
"lz-string": "^1.4.4",
"mini-css-extract-plugin": "^0.9.0",
"react-copy-to-clipboard": "^5.0.1",
"rimraf": "^2.6.3",
"typescript": "^3.9.5",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-node-externals": "^1.7.2"
}
}