-
-
Notifications
You must be signed in to change notification settings - Fork 163
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 786 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 786 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
{
"name": "zealot",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"crowdin": "crowdin"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.2.0",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.23",
"@popperjs/core": "^2.11.8",
"@rails/actioncable": "^8.1.300",
"@stimulus-components/checkbox-select-all": "^6.1.0",
"@stimulus-components/notification": "^3.0.0",
"clipboard": "^2.0.11",
"compare-versions": "^6.1.1",
"daisyui": "^5.5.19",
"tailwindcss": "^4.2.2",
"ua-parser-js": "^2.0.9"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.2",
"@types/node": "^25.6.0",
"rollup": "^4.60.2",
"vite": "^8.0.10",
"vite-plugin-rails": "^0.6.0"
}
}