-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 3.19 KB
/
Copy pathpackage.json
File metadata and controls
92 lines (92 loc) · 3.19 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
{
"name": "sway",
"version": "1.0.0",
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"main": "index.js",
"type": "module",
"directories": {
"lib": "lib",
"test": "test"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@inertiajs/react": "^2.3.17",
"@mui/material": "^7.3.9",
"@rails/actioncable": "^8.1.200",
"@rails/activestorage": "^8.1.200",
"@react-google-maps/api": "^2.20.8",
"@sentry/react": "^10.42.0",
"@sentry/tracing": "^7.120.4",
"@sentry/vite-plugin": "^5.1.1",
"axios": "^1.13.6",
"bootstrap": "^5.3.8",
"chart.js": "^4.5.0",
"copy-to-clipboard": "^3.3.3",
"diff": "^8.0.3",
"emoji-name-map": "^2.0.3",
"lodash": "^4.17.23",
"nprogress": "^0.2.0",
"react-bootstrap": "^2.10.10",
"react-chartjs-2": "^5.3.1",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.6.0",
"react-intersection-observer": "^10.0.3",
"react-markdown": "^10.1.0",
"react-select": "^5.10.2",
"react-social-icons": "^6.25.0",
"react-textarea-autosize": "^8.5.9",
"remark-gfm": "^4.0.1",
"use-inertia-form": "^4.6.0",
"use-places-autocomplete": "^4.0.1",
"yup": "^1.7.0"
},
"devDependencies": {
"@eslint/js": "^9.39.3",
"@prettier/plugin-ruby": "^4.0.4",
"@types/eslint__js": "^9.14.0",
"@types/lodash": "^4.17.24",
"@types/node": "^24.11.1",
"@types/rails__actioncable": "^8.0.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"eslint": "^9.39.3",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"eslint-plugin-unused-imports": "^4.4.1",
"globals": "^17.4.0",
"husky": "^9.1.7",
"prettier": "^3.8.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"rollup-plugin-visualizer": "^7.0.1",
"sass": "^1.97.3",
"source-map-explorer": "^2.5.3",
"typescript": "5.9",
"typescript-eslint": "^8.56.1",
"vite": "^7.3.1",
"vite-plugin-full-reload": "^1.2.0",
"vite-plugin-rails": "^0.5.0",
"vite-plugin-ruby": "^5.1.3",
"vite-plugin-windicss": "^1.9.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "./bin/vite dev",
"start": "./bin/vite dev",
"build": "npx -C . vite build --config vite.config.build.ts --logLevel info",
"analyze": "source-map-explorer 'public/vite-dev/assets/*.js' --no-border-checks",
"prepare": "husky",
"prettier": "prettier . --write -c .prettierrc",
"tsc": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC"
}