-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 3.22 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 3.22 KB
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
92
93
94
95
96
97
98
99
{
"name": "apptalk_manager",
"version": "1.0.1",
"description": "blog cms",
"main": "index.js",
"scripts": {
"admin-start": "cross-env NODE_ENV=development node tools/server.js",
"admin-dll": "rimraf ./admin/dll && node tools/dll.js",
"admin-build": "rimraf ./static/_admin && cross-env NODE_ENV=production node tools/build.js"
},
"author": "luocng",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"copy-webpack-plugin": "^5.1.1",
"date-fns": "^1.30.1",
"express": "^4.17.0",
"mini-css-extract-plugin": "^0.4.5",
"nodemon": "^1.12.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"progress-bar-webpack-plugin": "^1.12.1",
"shortid": "^2.2.15"
},
"devDependencies": {
"@babel/cli": "7.1.2",
"@babel/core": "7.1.2",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-proposal-decorators": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "7.0.0",
"@babel/plugin-transform-modules-commonjs": "7.1.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/polyfill": "7.0.0",
"@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0",
"@babel/register": "7.0.0",
"antd": "3.23.3",
"autoprefixer": "^9.4.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-loader": "8.0.4",
"babel-plugin-component": "^1.1.1",
"babel-plugin-dynamic-import-node": "2.2.0",
"babel-plugin-import": "^1.11.0",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-react-intl": "3.0.1",
"babel-plugin-react-transform": "3.0.0",
"babel-plugin-styled-components": "1.8.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"compression": "^1.7.4",
"eslint": "^5.12.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-html": "^5.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-standard": "^4.0.0",
"react": "^16.6.3",
"react-dom": "^16.5.2",
"react-hot-loader": "^3.1.3",
"react-loadable": "^5.5.0",
"react-perfect-scrollbar": "^1.4.2",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"redbox-react": "^1.5.0",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"rimraf": "^2.6.3",
"sass-loader": "^7.1.0",
"scss-loader": "^0.0.1",
"style-loader": "^0.23.1",
"webpack": "^4.27.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2",
"webpack-dev-middleware": "^3.4.0",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.1.5",
"webpack-node-externals": "^1.7.2",
"opn": "^6.0.0",
"http-proxy-middleware": "^0.19.1",
"cross-env": "^5.2.0",
"html-webpack-include-assets-plugin": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"css-loader": "^1.0.1",
"cssnano": "^4.1.7",
"enquire-js": "^0.2.1",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"node-sass": "^4.10.0"
}
}