-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.77 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 3.77 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
{
"name": "backroad-monorepo",
"version": "1.4.0-alpha.5",
"packageManager": "pnpm@10.27.0",
"scripts": {
"build": "pnpm -r --if-present run build",
"build-example-app": "pnpm --filter client run build && pnpm --filter backroad-example run build && shx rm -rf dist/apps/backroad-example/public && shx cp -R dist/apps/client dist/apps/backroad-example/public",
"dev": "cross-env BACKROAD_ENV=dev pnpm --parallel --filter backroad-example --filter client run dev",
"hook-help": "$npm_execpath exec node .lefthook/hook-help.mjs",
"ladle": "ladle serve",
"ladle:build": "ladle build",
"ladle:preview": "ladle preview",
"lint": "pnpm -r --if-present run lint",
"pre-commit-check": "$npm_execpath exec node .lefthook/pre-commit/run.mjs --manual",
"pre-push-check": "$npm_execpath exec node .lefthook/pre-push/run.mjs --manual",
"prepare": "lefthook install",
"release": "node tools/scripts/release.mjs",
"test": "pnpm -r --if-present run test"
},
"overrides": {
"@babel/runtime": "7.29.2",
"mdast-util-to-hast": "13.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"socket.io-parser": "4.2.6",
"ws": "8.20.0"
},
"private": true,
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@ladle/react": "^5.1.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^12.0.0",
"@swc/cli": "~0.1.62",
"@swc/core": "1.3.91",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/react": "14.0.0",
"@types/express": "4.17.13",
"@types/node": "18.14.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitejs/plugin-react": "~4.7.0",
"@vitest/coverage-c8": "~0.32.0",
"@vitest/ui": "~0.32.0",
"autoprefixer": "10.4.13",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cross-env": "^7.0.3",
"daisyui": "^3.7.6",
"esbuild": "^0.19.4",
"eslint": "~8.46.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jsdom": "~22.1.0",
"lefthook": "^2.1.4",
"postcss": "8.5.8",
"prettier": "^2.6.2",
"sass": "^1.55.0",
"shx": "^0.3.4",
"tailwindcss": "3.2.7",
"typescript": "~5.1.3",
"vite": "~4.5.14",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "~0.32.0"
},
"dependencies": {
"@faker-js/faker": "^8.1.0",
"@heroicons/react": "^2.0.18",
"@swc/helpers": "0.5.2",
"@tanstack/react-table": "^8.10.6",
"@types/formidable": "^3.4.3",
"@types/react-helmet": "^6.1.7",
"chart.js": "^4.4.0",
"chartjs-plugin-autocolors": "^0.2.2",
"express": "^4.22.1",
"fast-json-stable-stringify": "^2.1.0",
"formidable": "^3.5.4",
"framer-motion": "^10.16.4",
"lodash": "^4.17.23",
"minimatch": "^9.0.9",
"react": "18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-chartjs-2": "^5.2.0",
"react-colorful": "^5.6.1",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-ga4": "^2.1.0",
"react-helmet": "^6.1.0",
"react-json-view": "^1.21.3",
"react-markdown": "^9.0.0",
"react-router-dom": "6.30.3",
"react-select": "^5.7.7",
"remark-gfm": "^4.0.0",
"sharp": "^0.34.5",
"socket.io": "^4.8.3",
"socket.io-client": "^4.8.3",
"superjson": "^1.13.1",
"theme-change": "^2.5.0",
"tslib": "^2.3.0"
}
}