-
Notifications
You must be signed in to change notification settings - Fork 444
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.29 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.29 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
{
"name": "PasswordPusher",
"private": true,
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
"@hotwired/turbo-rails": "^8.0.12",
"@popperjs/core": "^2.11.8",
"@rails/activestorage": "^8.0.0",
"autoprefixer": "^10.4.20",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"chokidar": "^4.0.3",
"flag-icons": "^7.2.3",
"js-cookie": "^3.0.5",
"local-time": "^3.0.3",
"nodemon": "^3.1.9",
"omgopass": "^3.2.1",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"postcss-env-function": "^7.0.0",
"postcss-import": "^16.1.0",
"postcss-simple-vars": "^7.0.1",
"sass": "^1.83.0"
},
"scripts": {
"set:theme": "node ./set_theme.js",
"build:css:single": "node ./build_themes.js --single",
"build:css:all": "node ./build_themes.js",
"build:css": "yarn build:css:all",
"build:css:watch": "nodemon --watch app/assets/stylesheets --watch vendor/stylesheets --ignore app/assets/stylesheets/themes/_selected.scss -e scss,css --exec \"yarn build:css:single\""
},
"browserslist": [
"defaults"
],
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}