-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.14 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
{
"name": "front-blog",
"version": "1.0",
"main": "index.js",
"license": "MIT",
"homepage": "https://pureyb.github.io/front-blog",
"scripts": {
"start": "webpack-dev-server --mode development",
"ts-check": "tsc --noEmit",
"build": "webpack --mode production",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@ant-design/pro-layout": "^4.10.14",
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/polyfill": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.3.3",
"@babel/runtime": "^7.8.4",
"@types/jquery": "^3.3.33",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/react-router-dom": "^5.1.3",
"antd": "4",
"antd-dayjs-webpack-plugin": "^0.0.8",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.6",
"babel-plugin-component": "^1.1.1",
"babel-plugin-import": "^1.13.0",
"babel-preset-mobx": "^2.0.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"enquire-js": "^0.2.1",
"file-loader": "^5.0.2",
"gh-pages": "^2.2.0",
"gsap": "^3.2.6",
"html-webpack-plugin": "^3.2.0",
"jquery": "^3.4.1",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"lodash": "^4.17.15",
"markdown-navbar": "^1.4.2",
"mini-css-extract-plugin": "^0.9.0",
"mobx": "^5.15.4",
"mobx-react": "^6.1.8",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"rc-banner-anim": "^2.4.3",
"rc-queue-anim": "^1.8.4",
"rc-tween-one": "^2.6.8",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-hot-loader": "^4.12.19",
"react-markdown": "^4.3.1",
"react-router-dom": "^5.1.2",
"source-map-loader": "^0.2.4",
"typescript": "^3.7.5",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^3.0.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}