-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.74 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
{
"name": "react-mobx",
"version": "1.0.0",
"description": "React-mobx模版",
"main": "index.js",
"scripts": {
"start": "npm run dev",
"dev": "webpack serve --inline --config scripts/webpack.dev.config.js --hot --color --mode development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/poorboy1991/react-mobx.git"
},
"author": "kai.xiang",
"license": "ISC",
"bugs": {
"url": "https://github.com/poorboy1991/react-mobx/issues"
},
"homepage": "https://github.com/poorboy1991/react-mobx#readme",
"dependencies": {
"react-dom": "~16.12.0",
"react": "~16.12.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@babel/runtime": "^7.12.1",
"@babel/runtime-corejs2": "^7.12.1",
"@umijs/babel-plugin-auto-css-modules": "^3.2.9",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.7.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"css-loader": "^5.0.1",
"extended-define-webpack-plugin": "^0.1.3",
"happypack": "^5.0.1",
"html-webpack-plugin": "^4.5.0",
"ip": "^1.1.5",
"less": "^3.12.2",
"less-loader": "^7.1.0",
"mini-css-extract-plugin": "^1.3.1",
"postcss": "^8.1.4",
"postcss-loader": "^4.0.4",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.4.0"
}
}