-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
48 lines (48 loc) · 1.36 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
{
"name": "m2c",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --config build/webpack.dev.js",
"build": "webpack --config build/webpack.prod.js --progress --profile"
},
"author": "",
"license": "ISC",
"dependencies": {
"antd": "^3.11.2",
"axios": "^0.18.0",
"for-editor": "^0.0.13",
"marked": "^0.6.2",
"min-qs": "^1.4.0",
"min-util": "^3.6.1",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-router-dom": "^4.3.1"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@babel/preset-react": "^7.0.0",
"@babel/preset-stage-0": "^7.0.0",
"@babel/runtime": "^7.2.0",
"autoprefixer": "^9.4.3",
"babel-loader": "^8.0.4",
"babel-plugin-import": "^1.11.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^2.0.1",
"define-properties": "^1.1.3",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.27.1",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "^3.1.10",
"webpack-merge": "^4.2.1"
}
}