-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 4.08 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
{
"name": "@agentlab/ldkg-ui-charts",
"version": "0.1.7",
"license": "GPL-3.0",
"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": "jest",
"test:ci": "cross-env NODE_ENV=--experimental-vm-modules jest --ci --coverage --maxWorkers=2",
"lint": "eslint \"{src,stories,test}**/*.{js,jsx,ts,tsx}\"",
"prepare": "husky install && yarn build",
"storybook": "start-storybook -p 6006",
"storybook17": "SET NODE_OPTIONS=--openssl-legacy-provider && yarn storybook",
"build-storybook": "build-storybook",
"format": "./node_modules/.bin/prettier --write \"{src,stories,test}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"lint-staged": "lint-staged"
},
"peerDependencies": {
"@agentlab/ldkg-ui-react": ">=0.1.19",
"@agentlab/react-collapse-pane": ">=2.0.3",
"@agentlab/sparql-jsld-client": ">=5.0.8",
"@ant-design/charts": "1.3.5",
"@ant-design/icons": ">=4.7.0",
"@antv/data-set": ">=0.11.8",
"@antv/g2plot": "2.4.7",
"@rdfjs/data-model": ">=1.3.4",
"antd": ">=4.18.5",
"json-pointer": ">=0.6.1",
"jsonpath-plus": "^6.0.1",
"lodash-es": ">=4.17.21",
"mobx": ">=6.3.13",
"mobx-react-lite": ">=3.2.3",
"mobx-state-tree": ">=5.1.0",
"moment": ">=2.29.1",
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-error-boundary": ">=3.1.4",
"uuid62": "^1.0.2"
},
"dependencies": {
"@agentlab/ldkg-ui-react": "^0.1.19",
"@agentlab/react-collapse-pane": "^2.0.3",
"@agentlab/sparql-jsld-client": "^5.0.8",
"@ant-design/charts": "^1.3.5",
"@ant-design/icons": "^4.7.0",
"@antv/data-set": "^0.11.8",
"@antv/g2plot": "2.4.7",
"@types/json-pointer": "^1.0.31",
"json-pointer": "^0.6.1",
"jsonpath-plus": "^6.0.1"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.0",
"@storybook/addon-actions": "^6.4.18",
"@storybook/addon-essentials": "^6.4.18",
"@storybook/addon-links": "^6.4.18",
"@storybook/addons": "^6.4.18",
"@storybook/node-logger": "^6.4.18",
"@storybook/preset-ant-design": "^0.0.2",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.4.18",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"cross-env": "^7.0.3",
"css-loader": "^5.2.7",
"cssnano": "^5.0.16",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-storybook": "^0.5.6",
"husky": "^7.0.4",
"jest": "^27.4.7",
"jest-watch-typeahead": "^1.0.0",
"lint-staged": "^12.3.3",
"postcss": "^8.4.6",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"rollup": "^2.67.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"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.1.3",
"tslib": "^2.3.1",
"typescript": "4.5.5",
"typescript-plugin-css-modules": "^3.4.0"
},
"lint-staged": {
"{src,stories,test}/**/*.{js,jsx,ts,tsx,json}": [
"eslint --fix"
],
"{src,stories,test}/**/*.{css,less,scss,md}": [
"prettier --write"
]
}
}