-
Notifications
You must be signed in to change notification settings - Fork 104
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 3.13 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 3.13 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
{
"name": "@hackclub/bank",
"private": true,
"engines": {
"node": "22"
},
"dependencies": {
"@1password/save-button": "^1.3.0",
"@alpinejs/persist": "^3.15.0",
"@appsignal/javascript": "^1.5.0",
"@appsignal/plugin-breadcrumbs-console": "^1.1.37",
"@appsignal/plugin-path-decorator": "^1.0.18",
"@appsignal/stimulus": "^1.0.20",
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.28.5",
"@csstools/postcss-sass": "^5.1.1",
"@fingerprintjs/fingerprintjs": "^3.4.2",
"@floating-ui/dom": "^1.7.4",
"@floating-ui/react-dom": "1.0.0",
"@fnando/sparkline": "^0.3.10",
"@github/text-expander-element": "^2.9.4",
"@github/webauthn-json": "^2.1.1",
"@hackclub/icons": "^0.2.1",
"@hcb.gg/wrapped": "^2025.0.2",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
"@hotwired/turbo-rails": "^8.0.16",
"@hugocxl/react-to-image": "^0.0.9",
"@josefarias/hotwire_combobox": "^0.4.1",
"@oddbird/popover-polyfill": "^0.6.1",
"@shopify/draggable": "^1.1.4",
"@stripe/stripe-js": "^8.2.0",
"@tiptap/core": "^2.26.1",
"@tiptap/extension-image": "^2.26.2",
"@tiptap/extension-link": "^2.27.0",
"@tiptap/extension-placeholder": "^2.26.2",
"@tiptap/extension-underline": "^2.27.0",
"@tiptap/pm": "^2.26.1",
"@tiptap/starter-kit": "^2.24.0",
"ahoy.js": "^0.4.4",
"alpinejs": "^3.15.0",
"autoprefixer": "^10.4.23",
"babel-loader": "^10.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"clsx": "^2.1.1",
"cssnano": "^7.1.1",
"emoji-picker-element": "^1.27.0",
"fuzzysort": "^3.1.0",
"gsap": "^3.14.2",
"html-to-image": "^1.11.13",
"intl": "^1.2.5",
"js-confetti": "^0.13.1",
"kbar": "^0.1.0-beta.48",
"local-time": "^3.0.3",
"lodash": "^4.17.23",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"postcss-scss": "^4.0.9",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-snowfall": "^1.2.1",
"react_ujs": "^3.2.1",
"recharts": "^2.15.4",
"rich-textarea": "^0.26.5",
"stimulus-use": "^0.52.3",
"tailwindcss": "^3.4.17",
"ua-parser-js": "^2.0.8",
"webpack": "^5.101.3",
"webpack-cli": "^6.0.1"
},
"devDependencies": {
"@eslint/js": "^9.35.0",
"concurrently": "^9.2.1",
"eslint": "9.x",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.4.0",
"prettier": "^3.8.1"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"lint": "eslint app/javascript/",
"format:check": "prettier --check app/javascript/ app/assets/stylesheets/",
"format": "prettier --write app/javascript/ app/assets/stylesheets/",
"build:css": "postcss app/assets/stylesheets/{application,admin,mailer}.scss --base app/assets/stylesheets --dir app/assets/builds --ext css"
},
"browserslist": [
"defaults"
],
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}