-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 881 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 881 Bytes
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
{
"name": "sponsor_app2",
"private": true,
"scripts": {
"watch": "vite dev",
"build": "vite build",
"format": "prettier --write app/javascript/**/*.{ts,tsx,scss}"
},
"dependencies": {
"@rails/ujs": "^6.0.0",
"@sentry/browser": "^10.25.0",
"@sentry/react": "^10.25.0",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"axios": "^1.13.5",
"bootstrap": "^4.1.3",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"popper.js": "^1.14.4",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"sass": "^1.94.0",
"typescript": "^5.9.3",
"util": "^0.12.4"
},
"devDependencies": {
"@types/jquery": "^3.5.33",
"playwright": "^1.58.2",
"prettier": "^3.1.1",
"vite": "^7.2.2",
"vite-plugin-checker": "^0.11.0",
"vite-plugin-full-reload": "^1.2.0",
"vite-plugin-ruby": "^5.1.0"
}
}