forked from solidcouch/solidcouch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.5 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
{
"name": "sleepy.bike",
"version": "0.1.0",
"license": "MIT",
"private": true,
"dependencies": {
"@changey/react-leaflet-markercluster": "^4.0.0-rc1",
"@comunica/actor-query-result-serialize-tree": "^2.6.7",
"@comunica/query-sparql": "^2.6.7",
"@comunica/query-sparql-link-traversal": "^0.1.0",
"@inrupt/solid-client-authn-browser": "^1.17.2",
"@rdfjs/types": "^1.1.0",
"@reduxjs/toolkit": "^1.9.2",
"@szhsin/react-menu": "^3.4.0",
"@tanstack/react-query": "^4.29.3",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.8",
"immer": "^10.0.2",
"ldo": "^1.0.3",
"leaflet": "^1.9.3",
"lodash": "^4.17.21",
"n3": "^1.16.3",
"parse-link-header": "^2.0.0",
"rdf-namespaces": "^1.10.1",
"rdflib": "^2.2.32",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.0",
"react-icons": "^4.7.1",
"react-leaflet": "^4.2.0",
"react-markdown": "^9.0.1",
"react-modal": "^3.16.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.0",
"react-scripts": "5.0.1",
"react-select": "^5.7.2",
"redux-persist": "^6.0.0",
"source-map-explorer": "^2.5.3",
"typescript": "^4.4.2",
"url": "^0.11.0",
"util": "^0.12.5",
"uuid": "^9.0.0",
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && node scripts/build-clientid.js",
"test": "react-scripts test",
"eject": "react-scripts eject",
"preanalyze": "yarn build",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"lint": "eslint .",
"format": "prettier --write \"src/**/*.{ts,tsx,json,md,css,scss}\" package.json \"cypress/**/*.{ts,tsx,json,md,css,scss}\" \"**/*.{yml,yaml,md,json,html}\"",
"build:ldo": "ldo build --input src/shapes --output src/ldo",
"postbuild:ldo": "yarn format",
"cy:dev": "concurrently --kill-others \"BROWSER=none REACT_APP_COMMUNITY=http://localhost:4000/test-community/community#us REACT_APP_EMAIL_NOTIFICATIONS_SERVICE=http://localhost:3005 REACT_APP_ENABLE_DEV_CLIENT_ID=true REACT_APP_EMAIL_NOTIFICATIONS_IDENTITY=https://example.com/bot/profile/card#me yarn start\" \"community-solid-server -p 4000 -l error\" \"CYPRESS_COMMUNITY=\\\"http://localhost:4000/test-community/community#us\\\" CYPRESS_OTHER_COMMUNITY=\\\"http://localhost:4000/other-community/community#us\\\" cypress open\""
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@solid/community-server": "^6.0.0",
"@types/jsonld": "^1.5.8",
"@types/leaflet": "^1.9.1",
"@types/lodash": "^4.14.191",
"@types/n3": "^1.10.4",
"@types/parse-link-header": "^2.0.1",
"@types/react-modal": "^3.13.1",
"@types/shexj": "^2.1.4",
"@typescript-eslint/parser": "^5.60.0",
"concurrently": "^8.0.1",
"cypress": "^12.12.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-prettier": "^4.2.1",
"ldo-cli": "^3.0.1",
"prettier": "^2.8.3",
"sass": "^1.57.1",
"start-server-and-test": "^2.0.0",
"utility-types": "^3.10.0"
}
}