-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.71 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.71 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
{
"name": "@state-less/leap-frontend",
"version": "0.0.24",
"description": "A collection of open source fullstack services powered by React Server",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"scripts": {
"tsc": "./node_modules/typescript/bin/tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"postinstall": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/state-less/leap-frontend.git"
},
"keywords": [
"Fullstack",
"React",
"React",
"Server",
"MUI",
"Forum"
],
"author": "Moritz Roessler",
"license": "MIT",
"sideEffects": false,
"bugs": {
"url": "https://github.com/state-less/leap-frontend/issues"
},
"peerDependencies": {
"@state-less/react-client": "^2.0.14",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.22.1",
"react-router-dom": "^6.22.1"
},
"homepage": "https://github.com/state-less/leap-frontend#readme",
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.13",
"@state-less/react-client": "^2.0.14",
"clsx": "^2.1.0",
"copy-to-clipboard": "^3.3.3",
"jotai": "^2.6.5",
"mermaid": "^10.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-login": "^5.2.2",
"react-helmet": "^6.1.0",
"react-markdown": "^9.0.1",
"react-router": "^6.22.1",
"react-router-dom": "^6.22.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-highlight": "^7.0.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"typescript": "^5.3.3",
"uuid": "^9.0.1"
}
}