forked from solidcouch/solidcouch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
146 lines (146 loc) · 4.87 KB
/
package.json
File metadata and controls
146 lines (146 loc) · 4.87 KB
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "solidcouch",
"private": true,
"version": "0.3.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 .",
"i18n:extract": "lingui extract",
"i18n:compile": "lingui compile --typescript",
"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",
"cy:dev:css": "community-solid-server -p 4000 -c ./cypress/css-config-no-log.json",
"cy:dev:open": "cypress open",
"knip": "knip",
"prepare": "husky",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"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": "^5.2.2",
"@inrupt/solid-client-authn-browser": "^3.1.1",
"@ldhop/core": "^1.0.0-alpha.1",
"@ldhop/react": "^1.0.0-alpha.1",
"@ldo/connected": "^1.0.0-alpha.32",
"@ldo/connected-solid": "^1.0.0-alpha.32",
"@ldo/jsonld-dataset-proxy": "^1.0.0-alpha.32",
"@ldo/ldo": "^1.0.0-alpha.32",
"@ldo/rdf-utils": "^1.0.0-alpha.30",
"@ldo/solid": "^1.0.0-alpha.1",
"@lingui/core": "^5.6.1",
"@lingui/react": "^5.6.1",
"@rdfjs/types": "^1.1.2",
"@react-leaflet/core": "^3.0.0",
"@reduxjs/toolkit": "^2.11.0",
"@szhsin/react-menu": "^3.5.3",
"@tanstack/react-query": "^5.90.11",
"@types/he": "^1.2.3",
"@types/ngeohash": "^0.6.8",
"@types/strict-uri-encode": "^2.0.2",
"ajv": "^8.17.1",
"ajv-errors": "^3.0.0",
"ajv-formats": "^3.0.1",
"clsx": "^2.1.1",
"cross-fetch": "^4.1.0",
"dayjs": "^1.11.19",
"favicons": "^7.2.0",
"he": "^1.2.0",
"http-link-header": "^1.1.3",
"immer": "^10.2.0",
"leaflet": "^1.9.4",
"leaflet.locatecontrol": "^0.85.1",
"leaflet.markercluster": "^1.5.3",
"lodash": "^4.17.21",
"n3": "^1.26.0",
"ngeohash": "^0.6.3",
"normalize.css": "^8.0.1",
"radix-ui": "^1.4.3",
"rdf-namespaces": "^1.16.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-hook-form": "^7.67.0",
"react-icons": "^5.5.0",
"react-leaflet": "^5.0.0",
"react-leaflet-markercluster": "^5.0.0-rc.0",
"react-markdown": "^9.1.0",
"react-modal": "^3.16.3",
"react-redux": "^9.2.0",
"react-router": "^7.10.0",
"react-select": "^5.10.2",
"react-toastify": "^10.0.6",
"redux-persist": "^6.0.0",
"strict-uri-encode": "^2.0.0",
"uuid": "^9.0.1",
"web-vitals": "^2.1.4"
},
"resolutions": {
"@swc/core": "1.12.14"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@inrupt/solid-client-authn-core": "^3.1.1",
"@ldo/cli": "^1.0.0-alpha.32",
"@lingui/cli": "^5.6.1",
"@lingui/swc-plugin": "^5.6.1",
"@lingui/vite-plugin": "^5.6.1",
"@playwright/test": "^1.57.0",
"@solid/community-server": "^8.0.0-alpha.1",
"@types/chai-subset": "^1.3.6",
"@types/http-link-header": "^1.0.7",
"@types/leaflet": "^1.9.21",
"@types/lodash": "^4.17.21",
"@types/n3": "^1.26.1",
"@types/node": "^22.19.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/react-modal": "^3.16.3",
"@types/shexj": "^2.1.7",
"@vitejs/plugin-react-swc": "^3.11.0",
"chai-subset": "^1.6.0",
"concurrently": "^8.2.2",
"css-authn": "^0.4.0",
"cypress": "^13.17.0",
"cypress-vite": "^1.8.0",
"eslint": "^9.39.1",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-lingui": "^0.11.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^15.15.0",
"husky": "^9.1.7",
"knip": "^5.71.0",
"lint-staged": "^15.5.2",
"prettier": "^3.7.3",
"sass-embedded": "^1.93.3",
"typescript": "^5.9.3",
"typescript-eslint": "^8.48.1",
"utility-types": "^3.11.0",
"vite": "^7.2.6",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-checker": "^0.11.0",
"vitepress": "^2.0.0-alpha.15"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}