-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
112 lines (112 loc) · 3.42 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
{
"name": "backroad-monorepo",
"version": "1.4.0-alpha.5",
"scripts": {
"build-example-app": "nx build client && nx build backroad-example && cp -R ./dist/apps/client ./dist/apps/backroad-example/public",
"dev": "cross-env BACKROAD_ENV=dev nx run-many --parallel --target=serve --projects=backroad-example,client",
"prepare": "husky install"
},
"overrides": {
"react": "18.2.0",
"react-dom": "18.2.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",
"@nrwl/node": "16.9.1",
"@nx/esbuild": "16.9.1",
"@nx/eslint-plugin": "16.9.1",
"@nx/express": "16.9.1",
"@nx/js": "16.9.1",
"@nx/linter": "16.9.1",
"@nx/node": "16.9.1",
"@nx/react": "16.9.1",
"@nx/vite": "16.9.1",
"@nx/webpack": "16.9.1",
"@nx/workspace": "16.9.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.0.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",
"husky": "^8.0.0",
"jsdom": "~22.1.0",
"nx": "16.9.1",
"nx-release": "^3.1.6",
"postcss": "8.4.21",
"prettier": "^2.6.2",
"replace-json-property": "^1.9.0",
"sass": "^1.55.0",
"shx": "^0.3.4",
"tailwindcss": "3.2.7",
"typescript": "~5.1.3",
"verdaccio": "^5.0.4",
"vite": "~4.3.9",
"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.18.1",
"fast-json-stable-stringify": "^2.1.0",
"formidable": "^3.5.1",
"framer-motion": "^10.16.4",
"jimp": "^0.22.10",
"lodash": "^4.17.21",
"minimatch": "^9.0.3",
"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.11.2",
"react-select": "^5.7.7",
"remark-gfm": "^4.0.0",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"superjson": "^1.13.1",
"theme-change": "^2.5.0",
"tslib": "^2.3.0"
},
"nx": {
"includedScripts": []
}
}