forked from alibaba/schema-plugin-flow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·53 lines (53 loc) · 1.54 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
{
"name": "@schema-plugin-flow/sifo-mplg-form-antdv",
"version": "1.11.0",
"author": "FrominXu",
"description": "sifo Form with ant-design-vue.",
"license": "MIT",
"main": "index.js",
"module": "es/index.js",
"repository": {
"type": "git",
"url": "[email protected]:alibaba/schema-plugin-flow.git",
"directory": "packages/sifo-mplg-form-antdv"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"schema-plugin-flow",
"sifo",
"sifo-mplg",
"ant-design-vue",
"antd-vue-form",
"form"
],
"scripts": {
"build": "babel --root-mode upward src --out-dir lib --copy-files --extensions \".ts,.tsx,.js\"",
"build:es": "babel --no-babelrc --config-file ./es.babel.config.js src --out-dir es --copy-files",
"lint": "eslint --ext .jsx,.js,.tsx src/",
"precommit": "npm run lint",
"prepare": "npm run lint && npm run build",
"test-back": "mocha --compilers js:@babel/register test/index.test.js "
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"ant-design-vue": "^1.6.5",
"vue": "^2.6.11"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-typescript": "^7.1.0",
"@babel/register": "^7.0.0",
"@schema-plugin-flow/sifo-vue": "^1.7.0",
"chai": "^4.1.2",
"chai-enzyme": "^1.0.0-beta.1",
"eslint": "^7.6.0",
"husky": "^0.14.3",
"mocha": "^5.2.0"
}
}