forked from tryzealot/zealot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 982 Bytes
/
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
{
"name": "zealot",
"version": "5.3.5",
"private": true,
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.5",
"@popperjs/core": "^2.11.8",
"@rails/actioncable": "^7.1.3",
"@stimulus-components/checkbox-select-all": "^6.0.0",
"admin-lte": "^4.0.0-beta1",
"bootstrap": "^5.3.3",
"clipboard": "^2.0.11",
"compare-versions": "^6.1.1",
"esbuild": "^0.23.0",
"overlayscrollbars": "^2.9.2",
"sass": "^1.77.8",
"ua-parser-js": "^1.0.38"
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets --format=esm --target=es2017",
"build:css": "sass app/assets/stylesheets/application.sass.scss:app/assets/builds/application.css --no-source-map --load-path=node_modules",
"crowdin": "crowdin"
},
"devDependencies": {
"@crowdin/cli": "^4.1.0"
}
}