-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 900 Bytes
/
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
{
"name": "umi-ui-plugin-tasks",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "concurrently \"npm run build -- --watch\" \"CURRENT_PROJECT=example DEVELOP_MODE=1 umi ui\"",
"build": "node scripts/build.js",
"lint": "eslint --ext .ts,.tsx src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ikobe/umi-ui-plugin-tasks.git"
},
"author": "ikobe",
"license": "ISC",
"bugs": {
"url": "https://github.com/ikobe/umi-ui-plugin-tasks/issues"
},
"homepage": "https://github.com/ikobe/umi-ui-plugin-tasks#readme",
"devDependencies": {
"antd": "4.0.0-alpha.0",
"concurrently": "^4.1.1",
"eslint": "^6.1.0",
"father-build": "^1.4.0",
"umi": "^2.8.16",
"umi-lint": "^2.0.2",
"umi-types": "^0.3.17",
"xterm": "^3.14.5"
},
"dependencies": {
"@umijs/fabric": "^1.1.9"
}
}