-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.58 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
{
"name": "lambor",
"version": "1.3.3",
"description": "lambor.js框架服务",
"main": "./dist/lambor",
"repository": "[email protected]:l2xBrain/lambor.js.git",
"author": "l2xBrain <[email protected]>",
"license": "MIT",
"bin": {
"lambor": "./dist/lambor/index.js"
},
"scripts": {
"build": "rm -fr dist & taskr lambor"
},
"taskr": {
"requires": [
"./taskfile-babel.js"
]
},
"dependencies": {
"@babel/core": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.16.8",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"arg": "^4.1.3",
"babel-loader": "^8.2.3",
"chalk": "^4.0.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.1",
"css-loader": "^5.2.7",
"dva": "^2.4.1",
"empty-dir": "^2.0.0",
"file-loader": "^6.2.0",
"find-up": "^4.1.0",
"lambor-utils": "^1.0.0",
"less": "^4.1.2",
"less-loader": "~7",
"mini-css-extract-plugin": "^1.6.2",
"postcss": "^8.4.5",
"postcss-loader": "~4.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-config": "^5.1.1",
"react-router-dom": "^6.2.1",
"require-from-string": "^2.0.2",
"through2": "^4.0.2",
"vinyl-fs": "^3.0.3",
"webpack": "^4.46.0",
"webpack-dev-middleware": "^5.3.0",
"webpack-hot-middleware": "^2.25.1",
"webpack-merge": "^5.0.9",
"webpack-sources": "^1.4.3"
},
"devDependencies": {
"node-notifier": "^10.0.0",
"taskr": "^1.1.0"
}
}