-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 2.07 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
61
62
63
{
"name": "amis-adapter",
"description": "@baidu/amis的生态扩展",
"packageManager": "[email protected]",
"private": false,
"type": "module",
"version": "1.0.0",
"homepage": "https://github.com/dext7r/amis-adapter",
"scripts": {
"lint": "eslint .",
"dev:docs": "pnpm --filter @amis-adapter/docs dev",
"dev:examples:vue2.7": "pnpm --filter @examples/vue2.7 dev",
"dev:vue-editor2.7": "cd ./examples/vue-editor2.7 && yarn run dev",
"dev:examples:amis-editor-react": "pnpm --filter @examples/amis-editor-react dev",
"dev:examples:amis-editor-webpack": "pnpm --filter @examples/amis-editor-webpack start",
"dev:vue-amis-editor-webpack": "cd ./examples/vue-amis-editor-webpack && yarn run serve",
"build:docs": "pnpm --filter @amis-adapter/docs build",
"build:examples:vue2.7": "pnpm --filter @examples/vue2.7 build",
"build:vue-editor2.7": "cd ./examples/vue-editor2.7 && yarn run build",
"build:examples:amis-editor-react": "pnpm --filter @examples/amis-editor-react build",
"build:examples:amis-editor-webpack": "pnpm --filter @examples/amis-editor-webpack build",
"build:vue-amis-editor-webpack": "cd ./examples/vue-amis-editor-webpack && yarn run build",
"lint:fix": "eslint . --fix",
"type-check": "vue-tsc --noEmit"
},
"author": {
"name": "h7ml",
"mail": "[email protected]",
"github": "https://github.com/dext7r/amis-adapter"
},
"keywords": [
"react",
"amis",
"amis-editor",
"amis-vite-react",
"amis-adapter",
"amis-adapter-react",
"amis-adapter-vite-react"
],
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "https://github.com/dext7r/amis-adapter.git"
},
"bugs": {
"url": "https://github.com/dext7r/amis-adapter/issues"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.0",
"eslint": "^9.1.1",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.14"
}
}