forked from inrupt/solid-ui-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 4.1 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
{
"name": "@inrupt/solid-ui-react",
"version": "3.0.0",
"description": "Set of UI libraries using @solid/core",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/src/index.d.ts",
"files": [
"CHANGELOG.md",
"dist/index.js",
"dist/index.js.map",
"dist/index.mjs",
"dist/index.mjs.map",
"dist/src/*",
"dist/src/**/*"
],
"scripts": {
"audit": "npm audit --audit-level=moderate",
"audit-licenses": "license-checker --production --failOn \"AGPL-1.0-only; AGPL-1.0-or-later; AGPL-3.0-only; AGPL-3.0-or-later; Beerware; CC-BY-NC-1.0; CC-BY-NC-2.0; CC-BY-NC-2.5; CC-BY-NC-3.0; CC-BY-NC-4.0; CC-BY-NC-ND-1.0; CC-BY-NC-ND-2.0; CC-BY-NC-ND-2.5; CC-BY-NC-ND-3.0; CC-BY-NC-ND-4.0; CC-BY-NC-SA-1.0; CC-BY-NC-SA-2.0; CC-BY-NC-SA-2.5; CC-BY-NC-SA-3.0; CC-BY-NC-SA-4.0; CPAL-1.0; EUPL-1.0; EUPL-1.1; EUPL-1.1; GPL-1.0-only; GPL-1.0-or-later; GPL-2.0-only; GPL-2.0-or-later; GPL-3.0; GPL-3.0-only; GPL-3.0-or-later; SISSL; SISSL-1.2; WTFPL\"",
"build": "rollup --config rollup.config.mjs",
"lint": "eslint src stories --ext .js,.jsx,.ts,.tsx",
"test": "jest",
"test:debug": "node --inspect-brk ./node_modules/.bin/jest -i",
"storybook": "storybook dev -p 3000 --https --ssl-cert ./certificates/localhost.crt --ssl-key ./certificates/localhost.key",
"build-storybook": "storybook build -c .storybook -o docs",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"react": ">16.13.0 || ^17.0.0 || ^18.0.0 || ^18.0.0 || ^20.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@emotion/styled": "^11.11.0",
"@inrupt/base-rollup-config": "^3.0.2",
"@inrupt/eslint-config-base": "^3.0.2",
"@inrupt/eslint-config-lib": "^3.0.2",
"@inrupt/eslint-config-react": "^3.0.2",
"@inrupt/jest-jsdom-polyfills": "^3.0.2",
"@mui/material": "^5.15.1",
"@storybook/addon-actions": "^7.6.6",
"@storybook/addon-docs": "^7.6.6",
"@storybook/addon-essentials": "^7.6.6",
"@storybook/addon-knobs": "^7.0.2",
"@storybook/addon-links": "^8.0.0",
"@storybook/addon-mdx-gfm": "^7.6.6",
"@storybook/addon-storysource": "^8.0.0",
"@storybook/addons": "^7.6.6",
"@storybook/cli": "^8.0.8",
"@storybook/mdx2-csf": "^1.1.0",
"@storybook/react": "^7.6.6",
"@storybook/react-webpack5": "^7.6.6",
"@testing-library/react": "^14.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^14.1.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@types/react": "^17.0.44",
"@types/react-table": "^7.7.10",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.3",
"core-js": "^3.34.0",
"eslint": "^8.56.0",
"eslint-plugin-storybook": "^0.8.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"license-checker": "^25.0.1",
"postcss": "^8.4.12",
"prettier": "^3.1.1",
"react": "^18.2.0",
"react-docgen-typescript-loader": "^3.7.2",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-test-renderer": "^18.2.0",
"rollup": "^4.9.1",
"storybook": "^7.6.6",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inrupt/solid-ui-react.git"
},
"keywords": [
"Solid",
"ui",
"react"
],
"author": "Inrupt <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/inrupt/solid-ui-react/issues"
},
"homepage": "https://github.com/inrupt/solid-ui-react#readme",
"dependencies": {
"@inrupt/solid-client": "^2.0.0",
"@inrupt/solid-client-authn-browser": "^2.0.0",
"react-table": "^7.6.3",
"stream": "0.0.3",
"swr": "^2.2.4"
},
"resolutions": {
"postcss": "8.4.5"
},
"overrides": {
"glob-parent": "5.1.2",
"trim-newlines": "3.0.1"
},
"engines": {
"node": "^18.0.0 || ^20.0.0"
}
}