-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
147 lines (147 loc) · 4.68 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "@agentlab/ldkg-ui-diags",
"version": "0.3.9",
"license": "GPL-3.0",
"author": "Alexey Ivanov <amivanoff@gmail.com>",
"contributors": [
"Alexey Ivanov <amivanoff@gmail.com>",
"Artkrygin",
"Mvwivs"
],
"main": "es/index.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
"files": [
"es",
"src"
],
"engines": {
"node": ">=16"
},
"scripts": {
"clean": "rimraf dist es lib",
"start": "rollup -w",
"build": "yarn clean && yarn rollup -c",
"build-tsc": "yarn tsc --project ./tsconfig-build.json",
"test": "cross-env NODE_ENV=--experimental-vm-modules jest",
"test:ci": "cross-env NODE_ENV=--experimental-vm-modules jest --ci --coverage --maxWorkers=2",
"cypress:open": "cypress open",
"lint": "eslint \"{src,stories,test}**/*.{js,jsx,ts,tsx}\"",
"prepare": "husky install && yarn build",
"storybook": "start-storybook -s ./stories/static -p 6006",
"build-storybook": "build-storybook",
"format": "./node_modules/.bin/prettier --write \"{src,stories,test}/**/*.{js,jsx,ts,tsx,json,css,less,scss,md}\"",
"lint-staged": "lint-staged"
},
"peerDependencies": {
"@agentlab/ldkg-ui-react": ">=0.1.12",
"@agentlab/sparql-jsld-client": ">=5.0.0-rc.12",
"@ant-design/icons": ">=4.6.4",
"@antv/hierarchy": "^0.6.8",
"@antv/layout": "^0.1.18",
"@antv/x6": ">=1.26.1",
"@antv/x6-react-components": ">=1.1.13",
"@antv/x6-react-shape": ">=1.4.5",
"ahooks": ">=2.10.9",
"antd": ">=4.16.13",
"immutable": ">=4.0.0-rc.14",
"kiwi.js": ">=1.1.2",
"lodash": ">=4.17.21",
"lodash-es": ">=4.17.21",
"mobx": ">=6.3.3",
"mobx-react-lite": ">=3.2.1",
"mobx-state-tree": ">=5.0.2",
"moment": ">=2.29.1",
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"styled-components": ">=5.3.0",
"uuid": ">=8.3.2",
"yoga-layout-prebuilt": ">=1.10.0"
},
"dependencies": {
"@agentlab/ldkg-ui-react": "^0.1.12",
"@agentlab/sparql-jsld-client": "^5.0.0-rc.12",
"@antv/hierarchy": "^0.6.8",
"@antv/layout": "^0.1.18",
"@antv/x6": "^1.26.1",
"@antv/x6-react-components": "^1.1.13",
"@antv/x6-react-shape": "^1.4.5",
"@types/styled-components": "^5.1.14",
"ahooks": "^2.10.9",
"immutable": "^4.0.0-rc.14",
"kiwi.js": "^1.1.2",
"styled-components": "^5.3.1",
"uuid": "^8.3.2",
"yoga-layout-prebuilt": "^1.10.0"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-typescript": "^8.2.5",
"@storybook/addon-actions": "^6.3.8",
"@storybook/addon-essentials": "^6.3.8",
"@storybook/addon-links": "^6.3.8",
"@storybook/addons": "^6.3.8",
"@storybook/node-logger": "^6.3.8",
"@storybook/preset-ant-design": "^0.0.2",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.3.8",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/jquery": "^3.5.6",
"@types/mathjs": "^9.4.2",
"@types/node": "^16.9.0",
"@typescript-eslint/eslint-plugin": "4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"autoprefixer": "^10.3.3",
"babel-loader": "^8.2.2",
"cross-env": "^7.0.3",
"css-loader": "^5.2.6",
"cssnano": "^5.0.6",
"cypress": "^8.3.1",
"cypress-storybook": "^0.5.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-flowtype": "^5.9.2",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.2",
"jest": "^27.1.1",
"jest-watch-typeahead": "^0.6.4",
"lint-staged": "^11.1.2",
"mathjs": "^9.4.4",
"npm-run-all": "^4.1.5",
"plotly.js": "^2.2.1",
"postcss": "^8.3.5",
"prettier": "^2.4.0",
"react-plotly.js": "^2.5.1",
"rimraf": "^3.0.2",
"rollup": "^2.56.3",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.1",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.32.12",
"sass-loader": "10.1.1",
"storybook-css-modules-preset": "^1.1.1",
"style-loader": "^2.0.0",
"ts-jest": "^27.0.5",
"tslib": "^2.3.1",
"typescript": "4.3.5",
"typescript-plugin-css-modules": "^3.4.0"
},
"lint-staged": {
"{src,stories,test}/**/*.{js,jsx,ts,tsx,json,css,less,scss,md}": [
"prettier --write"
]
}
}