This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
57 lines (57 loc) · 2.33 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
{
"name": "test-react-sdk-project",
"version": "0.2.0",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/inrupt/solid-ui-react-example-project.git",
"demo": "https://solid-ui-react-example.docs.inrupt.com"
},
"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": "next build",
"dev": "next dev",
"ci": "npm run lint && npm run test",
"lint": "eslint pages --ext .js,.jsx",
"start": "next start"
},
"dependencies": {
"@inrupt/lit-generated-vocab-common": "^0.3.11",
"@inrupt/prism-react-components": "^0.13.3",
"@inrupt/solid-client": "^1.7.0",
"@inrupt/solid-ui-react": "^2.8.0",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@solid/lit-prism-patterns": "^0.13.3",
"@solid/lit-prism-theme-sdk-default": "^0.13.3",
"@solid/lit-term": "^0.4.1",
"eslint-plugin-header": "^3.1.1",
"jss-preset-default": "^10.7.1",
"next": "^11.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@inrupt/eslint-config-base": "^0.2.0-alpha.1",
"@inrupt/eslint-config-react": "^0.2.0-alpha.1",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.20.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-license-header": "^0.2.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^5.1.3",
"prettier": "^2.2.1",
"typescript": "^4.2.3"
}
}