-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.43 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "name_pn",
"private": true,
"license": "AGPL-3.0-or-later",
"dependencies": {
"@hotwired/stimulus": "^3.1.0",
"@kollegorna/cocoon-vanilla-js": "^1.0.7",
"@mdi/font": "^7.0.96",
"@rails/activestorage": "^7.0.2",
"@rails/ujs": "^7.1.3-4",
"@uppy/core": "^3.0.0",
"@uppy/dashboard": "^3.0.0",
"@uppy/image-editor": "^2.0.0",
"@uppy/webcam": "^3.0.0",
"@uppy/xhr-upload": "^3.6.7",
"animate.css": "^4.1.0",
"bulma": "^1.0.0",
"bulma-o-steps": "github:octoshrimpy/bulma-o-steps#c21bf10",
"esbuild": "^0.21.2",
"extendable-media-recorder": "^9.1.0",
"extendable-media-recorder-wav-encoder": "^7.0.81",
"fitty": "^2.3.0",
"luminous-lightbox": "^2.3.2",
"sass": "^1.60.0",
"sortablejs": "^1.15.0",
"turbolinks": "^5.2.0"
},
"devDependencies": {
"@types/rails__ujs": "^6.0.4",
"@types/sortablejs": "^1.15.8",
"@types/turbolinks": "^5.2.2",
"improved-yarn-audit": "^3.0.0",
"typescript": "^5.4.5"
},
"version": "0.1.0",
"browserslist": [
"defaults"
],
"scripts": {
"build:css": "sass ./app/assets/stylesheets/application.bulma.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules --style=compressed",
"build": "esbuild app/javascript/*.* --bundle --minify --sourcemap --target=es2020 --outdir=app/assets/builds --public-path=assets",
"check-types": "tsc --project tsconfig.json --noEmit"
}
}