-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.22 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
{
"name": "flow-kit",
"version": "1.0.2",
"description": "workflow for react",
"main": "dist/index.js",
"scripts": {
"lint": "eslint --ext .js src",
"dev": "cd demo && dool server",
"prepare": "dool build",
"pages": "cd demo && dool build && cp index.html dist && gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/d-band/flow-kit.git"
},
"keywords": [
"react",
"workflow",
"dag",
"sugiyama",
"layout"
],
"author": "d-band",
"license": "MIT",
"bugs": {
"url": "https://github.com/d-band/flow-kit/issues"
},
"homepage": "https://github.com/d-band/flow-kit#readme",
"devDependencies": {
"bpmn-font": "^0.10.0",
"dool": "^4.3.7",
"eslint": "^7.11.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.1.2",
"gh-pages": "^3.1.0",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"sass": "^1.27.1",
"sass-loader": "^10.0.4",
"spectre.css": "^0.5.9"
},
"peerDependencies": {
"prop-types": ">=15.0.0",
"react": ">=16.14.0"
}
}