-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·61 lines (61 loc) · 1.49 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
{
"name": "react-j-page",
"version": "1.1.4",
"description": "json 2 page",
"files": [
"demo/",
"es/",
"lib/",
"build/"
],
"main": "lib/index.js",
"module": "es/index.js",
"stylePath": "style.js",
"scripts": {
"docs": "rm -rf docs && npx typedoc --plugin typedoc-plugin-markdown --out docs src",
"start": "build-scripts start",
"build": "build-scripts build",
"prepublishOnly": "npm run build",
"lint": "eslint --cache --ext .js,.jsx ./"
},
"license": "MIT",
"keywords": [
"ice",
"react",
"component"
],
"dependencies": {
"expression-run": "^0.2.2",
"jinter": "^0.4.2",
"lodash.isequal": "^4.5.0",
"lodash.set": "^4.3.2",
"obs-parser": "^0.5.0"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.3",
"@alifd/next": "1.x",
"@ice/spec": "^0.1.1",
"@types/lodash.isequal": "^4.5.5",
"@types/lodash.set": "^4.3.6",
"@types/react": "^15.3.0",
"@types/react-dom": "^15.3.0",
"build-plugin-component": "^0.2.0",
"build-plugin-fusion": "^0.1.0",
"build-plugin-moment-locales": "^0.1.0",
"eslint": "^6.0.1",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"typedoc": "^0.17.3",
"typedoc-plugin-markdown": "^2.2.17"
},
"peerDependencies": {
"react": "^16.3.0",
"tslib": "^1.9.0"
},
"componentConfig": {
"name": "react-j-page",
"title": "demo component",
"category": "Others"
},
"homepage": "https://unpkg.com/[email protected]/build/index.html"
}