-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.32 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
{
"name": "yyuap-bpm",
"version": "0.3.05",
"description": "tinper-bee bpm component",
"main": "./lib/index.js",
"scripts": {
"dev": "uba server --port=5171",
"dist": "uba build",
"build": "rm -rf lib && rm -rf build && babel src -d lib --no-comments",
"bundle": "webpack --progress --mode=development && webpack --progress -p --output-filename yyuap-bpm.min.js"
},
"keywords": [
"yyuap",
"yyuap-bpm",
"bpm",
"tinper-bee"
],
"author": {
"name": "Kvkens",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/tinper-acs/yyuap-bpm/issues"
},
"homepage": "https://github.com/tinper-acs/yyuap-bpm#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/tinper-acs/yyuap-bpm.git"
},
"license": "MIT",
"peerDependencies": {
"yyuap-ref": "^1.x.x"
},
"devDependencies": {
"axios": "^0.18.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"prop-types": "^15.6.1",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"tinper-bee": "^1.5.4",
"uba": "4.0.3",
"uba-server-mock": "2.0.2",
"uba-server-proxy": "2.0.3",
"yyuap-ref": "1.1.5"
}
}