forked from solidcouch/solidcouch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 4 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
{
"name": "solidcouch",
"private": true,
"version": "0.2.0",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . && prettier . --check",
"preview": "vite preview",
"analyze": "vite-bundle-visualizer",
"format": "prettier --write .",
"build:ldo": "ldo build --input src/shapes --output src/ldo",
"postbuild:ldo": "yarn format",
"cy:dev": "concurrently --kill-others \"yarn cy:dev:app\" \"yarn preview\" \"yarn cy:dev:css\" \"yarn cy:dev:open\"",
"cy:dev:app": "VITE_COMMUNITY=http://localhost:4000/test-community/community#us VITE_EMAIL_NOTIFICATIONS_SERVICE=http://localhost:3005 VITE_ENABLE_DEV_CLIENT_ID=true VITE_EMAIL_NOTIFICATIONS_IDENTITY=http://localhost:4000/mailbot/profile/card#me VITE_EMAIL_NOTIFICATIONS_TYPE=simple VITE_GEOINDEX= yarn build --watch",
"cy:dev:css": "community-solid-server -p 4000 -c ./cypress/css-config-no-log.json",
"cy:dev:open": "cypress open",
"knip": "knip"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@inrupt/solid-client-authn-browser": "^2.3.0",
"@ldhop/core": "^0.1.0",
"@ldhop/react": "^0.1.0",
"@ldo/ldo": "^0.0.1-alpha.23",
"@ldo/rdf-utils": "^0.0.1-alpha.24",
"@rdfjs/types": "^1.1.2",
"@react-leaflet/core": "^3.0.0",
"@reduxjs/toolkit": "^2.5.0",
"@szhsin/react-menu": "^3.4.0",
"@tanstack/react-query": "^5.59.0",
"@types/he": "^1.2.3",
"@types/ngeohash": "^0.6.8",
"ajv": "^8.13.0",
"ajv-errors": "^3.0.0",
"clsx": "^2.1.1",
"cross-fetch": "^4.0.0",
"dayjs": "^1.11.8",
"favicons": "^7.2.0",
"he": "^1.2.0",
"http-link-header": "^1.1.3",
"immer": "^10.0.2",
"leaflet": "^1.9.4",
"leaflet.locatecontrol": "^0.82.0",
"leaflet.markercluster": "^1.5.3",
"lodash": "^4.17.21",
"n3": "^1.16.3",
"ngeohash": "^0.6.3",
"normalize.css": "^8.0.1",
"rdf-namespaces": "^1.10.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.43.0",
"react-icons": "^5.4.0",
"react-leaflet": "^5.0.0",
"react-leaflet-markercluster": "^5.0.0-rc.0",
"react-markdown": "^9.0.1",
"react-modal": "^3.16.3",
"react-redux": "^9.2.0",
"react-router-dom": "^6.8.0",
"react-select": "^5.9.0",
"react-toastify": "^10.0.5",
"redux-persist": "^6.0.0",
"uuid": "^9.0.0",
"web-vitals": "^2.1.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@inrupt/solid-client-authn-core": "^2.3.0",
"@ldo/cli": "^0.0.1-alpha.23",
"@solid/community-server": "^7.1.3",
"@types/chai-subset": "^1.3.5",
"@types/http-link-header": "^1.0.7",
"@types/jsonld": "^1.5.13",
"@types/leaflet": "^1.9.15",
"@types/leaflet.locatecontrol": "^0.74.6",
"@types/lodash": "^4.14.191",
"@types/n3": "^1.10.4",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react-modal": "^3.13.1",
"@types/shexj": "^2.1.7",
"@vitejs/plugin-react-swc": "^3.7.2",
"chai-subset": "^1.6.0",
"concurrently": "^8.0.1",
"cypress": "^13.17.0",
"cypress-vite": "^1.5.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"knip": "^5.41.1",
"prettier": "^3.4.2",
"sass-embedded": "^1.83.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1",
"utility-types": "^3.10.0",
"vite": "^6.0.5",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-checker": "^0.8.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}