forked from inrupt/solid-ui-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 3.96 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
{
"name": "@inrupt/solid-ui-react",
"version": "2.8.0",
"description": "Set of UI libraries using @solid/core",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"files": [
"dist/index.js",
"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": "webpack",
"lint": "eslint src stories --ext .js,.jsx,.ts,.tsx",
"test": "jest",
"test:debug": "node --inspect-brk ./node_modules/.bin/jest -i",
"storybook": "start-storybook -p 3000 --https --ssl-cert ./certificates/localhost.crt --ssl-key ./certificates/localhost.key",
"build-storybook": "build-storybook -c .storybook -o docs",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"react": ">16.13.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@inrupt/eslint-config-base": "0.3.0",
"@inrupt/eslint-config-lib": "^0.3.0",
"@inrupt/eslint-config-react": "0.3.0",
"@material-ui/core": "^4.12.4",
"@storybook/addon-actions": "^6.4.21",
"@storybook/addon-docs": "^6.4.21",
"@storybook/addon-essentials": "^6.4.21",
"@storybook/addon-knobs": "^6.4.0",
"@storybook/addon-links": "^6.4.21",
"@storybook/addon-storysource": "^6.4.21",
"@storybook/addons": "^6.4.21",
"@storybook/builder-webpack5": "^6.4.21",
"@storybook/manager-webpack5": "^6.4.21",
"@storybook/react": "^6.4.21",
"@testing-library/react": "^12.1.4",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^14.1.0",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.44",
"@types/react-table": "^7.7.10",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.4",
"clean-webpack-plugin": "^4.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^23.13.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-storybook": "^0.5.8",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"jest": "^27.5.1",
"license-checker": "^25.0.1",
"postcss": "^8.4.12",
"prettier": "^2.6.2",
"react": "^17.0.0",
"react-docgen-typescript-loader": "^3.7.2",
"react-dom": "^17.0.0",
"react-error-boundary": "^3.1.4",
"react-test-renderer": "^17.0.0",
"ts-jest": "^27.1.5",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
},
"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": "^1.23.3",
"@inrupt/solid-client-authn-browser": "^1.12.2",
"core-js": "^3.18.3",
"react-table": "^7.6.3",
"stream": "0.0.2",
"swr": "^1.3.0"
},
"resolutions": {
"postcss": "8.4.5"
},
"engines": {
"node": "^14.17.0 || >=16.0.0"
}
}