-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.95 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
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
{
"name": "app",
"private": true,
"engines": {
"node": ">=18.0.0 <19",
"yarn": ">= 1.22.0 <2"
},
"packageManager": "[email protected]",
"dependencies": {
"@activeadmin/activeadmin": "2.13.0",
"@babel/core": "^7.22.9",
"@babel/plugin-transform-runtime": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/runtime": "^7.22.6",
"@client-side-validations/client-side-validations": "^0.3.0",
"@hotwired/turbo": "^7.3.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"alpine-magic-helpers": "^1.2.2",
"alpine-turbo-drive-adapter": "1.1.0",
"alpinejs": "2.8.2",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.3",
"compression-webpack-plugin": "^10.0.0",
"core-js": "3.20.1",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"expose-loader": "^4.1.0",
"file-loader": "^6.2.0",
"fitvids": "1.0.2",
"imagesloaded": "4.1.4",
"infinite-scroll": "4.0.0",
"jquery": "^3.7.0",
"marked": "4.0.10",
"masonry-layout": "4.2.2",
"mini-css-extract-plugin": "^2.7.6",
"photoswipe": "4.1.3",
"postcss": "^8.4.31",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^9.0.0",
"sass": "^1.63.6",
"sass-loader": "^13.3.2",
"shakapacker": "8.0.2",
"style-loader": "^3.3.3",
"tailwindcss": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.94.0",
"webpack-assets-manifest": "^5.1.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.9.0",
"webpack-sources": "^3.2.3"
},
"version": "0.1.0",
"babel": {
"presets": [
"./node_modules/shakapacker/package/babel/preset.js"
]
},
"browserslist": [
"defaults"
],
"devDependencies": {
"@webpack-cli/serve": "^2.0.5",
"webpack-dev-server": "^5.2.0"
}
}