-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.48 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.48 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"license": "UNLICENSED",
"private": true,
"scripts": {
"build": "node esbuild.config.js",
"build:css": "tailwindcss -i ./app/assets/stylesheets/application.css -o ./app/assets/builds/application.css --postcss"
},
"volta": {
"node": "16.15.0",
"yarn": "1.22.18"
},
"dependencies": {
"@fullstory/browser": "^1.6.1",
"@honeybadger-io/js": "^4.0.5",
"@hotwired/stimulus": "^3.1.0",
"@hotwired/turbo": "^7.2.0-beta.2",
"@hotwired/turbo-rails": "^7.3.0",
"@rails/actioncable": "^7.0.3-1",
"@rails/actiontext": "^7.0.3-1",
"@rails/activestorage": "^7.0.3-1",
"@uppy/core": "^2.3.2",
"@uppy/dashboard": "^2.4.1",
"@uppy/image-editor": "^1.4.1",
"@uppy/url": "^2.2.0",
"alpinejs": "^3.10.2",
"chart.js": "^4.2.1",
"chartkick": "^5.0.1",
"glightbox": "^3.2.0",
"local-time": "^2.1.0",
"lodash": "^4.17.21",
"scroll-into-view": "^1.16.2",
"stimulus-carousel": "^4.0.0",
"stimulus-dropdown": "^2.0.0",
"stimulus-read-more": "^3.0.0",
"stimulus-reveal-controller": "^4.0.0",
"stimulus-textarea-autogrow": "^4.0.0",
"stimulus-use": "^0.50.0",
"swiper": "^8.3.2",
"tiny-invariant": "^1.2.0",
"trix": "^1.3.1",
"uppy-activestorage-upload": "https://github.com/excid3/uppy-activestorage-upload",
"wellknown": "^0.5.0"
},
"devDependencies": {
"@prettier/plugin-ruby": "^2.1.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"@types/alpinejs": "^3.7.0",
"@types/lodash": "^4.14.182",
"@types/mapbox-gl": "^2.7.1",
"@types/rails__actioncable": "^6.1.6",
"@types/rails__activestorage": "^7.0.1",
"@types/scroll-into-view": "^1.16.0",
"@types/wellknown": "^0.5.3",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"autoprefixer": "^10.4.16",
"browserslist": "^4.21.3",
"dotenv": "^16.0.1",
"esbuild": "^0.14.53",
"esbuild-plugin-browserslist": "^0.4.13",
"esbuild-rails": "^1.0.3",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.1",
"lint-staged": "^12.4.0",
"minimist": "^1.2.6",
"postcss": "^8.4.31",
"postcss-import": "^14.1.0",
"postcss-import-ext-glob": "^2.0.1",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.7.1",
"tailwind-scrollbar": "^3.0.0",
"tailwindcss": "^3.3.3",
"typescript": "^4.7.4"
}
}