forked from solidcouch/solidcouch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 4.93 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
121
122
123
124
125
126
127
{
"name": "solidcouch",
"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",
"@hookform/resolvers": "^3.3.4",
"@inrupt/solid-client-authn-browser": "^1.17.2",
"@ldhop/core": "^0.0.1-alpha.16",
"@ldhop/react": "^0.0.1-alpha.16",
"@ldo/ldo": "^0.0.1-alpha.23",
"@rdfjs/types": "^1.1.0",
"@reduxjs/toolkit": "^1.9.2",
"@szhsin/react-menu": "^3.4.0",
"@tanstack/react-query": "^5.59.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@turtlesocks/react-leaflet.locatecontrol": "^0.1.1",
"@types/he": "^1.2.3",
"@types/jest": "^27.0.1",
"@types/ngeohash": "^0.6.8",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-helmet": "^6.1.11",
"ajv": "^8.13.0",
"ajv-errors": "^3.0.0",
"classnames": "^2.3.2",
"cross-fetch": "^4.0.0",
"dayjs": "^1.11.8",
"dotenv-cli": "^7.4.2",
"he": "^1.2.0",
"immer": "^10.0.2",
"leaflet": "^1.9.3",
"leaflet.locatecontrol": "^0.79.0",
"lodash": "^4.17.21",
"n3": "^1.16.3",
"ngeohash": "^0.6.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-helmet": "^6.1.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",
"react-toastify": "^10.0.5",
"redux-persist": "^6.0.0",
"source-map-explorer": "^2.5.3",
"ts-node": "^10.9.2",
"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",
"prebuild": "yarn build:community-info",
"build": "dotenv -e .env.build -- react-scripts build",
"postbuild": " yarn build:update-clientid && yarn build:update-manifest",
"build:cname": "node scripts/add-cname.js",
"build:community-info": "dotenv -e .env -c -- node --loader ts-node/esm scripts/update-community-info.mts",
"build:update-manifest": "dotenv -e .env.build -- node --loader ts-node/esm scripts/update-manifest.mts",
"build:update-clientid": "dotenv -e .env.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 . --ext .js,.ts,.tsx,.mts",
"format": "prettier --write \"src/**/*.{ts,tsx,json,md,css,scss}\" package.json \"cypress/**/*.{ts,tsx,json,md,css,scss}\" \"**/*.{yml,yaml,md,json,html}\" \"scripts/**/*.{js,mts}\"",
"build:ldo": "ldo build --input src/shapes --output src/ldo",
"postbuild:ldo": "yarn format",
"cy:dev": "concurrently --kill-others \"yarn cy:dev:app\" \"yarn cy:dev:css\" \"yarn cy:dev:open\"",
"cy:dev:app": "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=http://localhost:4000/mailbot/profile/card#me REACT_APP_EMAIL_NOTIFICATIONS_TYPE=simple REACT_APP_GEOINDEX= yarn start",
"cy:dev:css": "community-solid-server -p 4000 -l error",
"cy:dev:open": "CYPRESS_COMMUNITY=\"http://localhost:4000/test-community/community#us\" CYPRESS_OTHER_COMMUNITY=\"http://localhost:4000/other-community/community#us\" CYPRESS_EMAIL_NOTIFICATIONS_IDENTITY=\"http://localhost:4000/mailbot/profile/card#me\" 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": {
"@ldo/cli": "^0.0.1-alpha.23",
"@solid/community-server": "^6.0.0",
"@types/chai-subset": "^1.3.5",
"@types/jsonld": "^1.5.13",
"@types/leaflet": "^1.9.1",
"@types/leaflet.locatecontrol": "^0.74.4",
"@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.7",
"@typescript-eslint/parser": "^5.60.0",
"chai-subset": "^1.6.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",
"prettier": "^2.8.3",
"sass": "^1.57.1",
"start-server-and-test": "^2.0.0",
"utility-types": "^3.10.0"
}
}