forked from alibaba/ice
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.03 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.03 KB
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
{
"name": "@icedesign/code-syntax-highlight-block",
"version": "1.0.0",
"description": "代码语法高亮",
"author": "思忠 <chenbinbin.cb@alibaba-inc.com>",
"files": [
"src/",
"lib/"
],
"repository": {
"type": "git",
"url": "https://github.com/alibaba/ice/tree/master/react-materials/blocks/CodeSyntaxHighlight"
},
"license": "MIT",
"keywords": [
"ice",
"react",
"block"
],
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.com"
},
"dependencies": {
"@icedesign/base": "^0.2.3",
"@icedesign/container": "^0.1.2",
"react-syntax-highlighter": "^8.0.1"
},
"peerDependencies": {
"prop-types": "^15.5.8",
"react": "^16.2.0"
},
"blockConfig": {
"name": "code-syntax-highlight",
"title": "代码语法高亮",
"categories": [
"代码编辑器"
],
"screenshot": "https://img.alicdn.com/tfs/TB1v_zvD9BYBeNjy0FeXXbnmFXa-2874-1068.png"
},
"homepage": "https://alibaba.github.io/ice/block/code-syntax-highlight/preview"
}