-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.46 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.46 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
{
"name": "tailwind-jit",
"private": true,
"dependencies": {
"@babel/core": "7",
"@babel/plugin-transform-runtime": "7",
"@babel/preset-env": "7",
"@babel/runtime": "7",
"@fontsource/montserrat": "^4.5.1",
"@fullhuman/postcss-purgecss": "^4.1.3",
"@hotwired/stimulus": "^3.0.1",
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
"@hotwired/turbo": "^7.1.0",
"@tailwindcss/forms": "^0.4.0",
"autoprefixer": "^10.4.0",
"babel-loader": "8",
"compression-webpack-plugin": "9",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^2.4.5",
"mrujs": "^0.7.2",
"postcss": "^8.4.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^6.7.0",
"shakapacker": "=8.3.0",
"tailwindcss": "^3.0.1",
"terser-webpack-plugin": "5",
"webpack": "^5.65.0",
"webpack-assets-manifest": "5",
"webpack-cli": "^6"
},
"version": "0.1.0",
"devDependencies": {
"@webpack-cli/serve": "^1.6.0",
"webpack-dev-server": "^4.7.3"
},
"resolutions": {
"@types/retry": "^0.12.5",
"glob": "~7.2.3",
"inherits": "~2.0.4",
"mdn-data": "~2.0.33",
"merge-descriptors": "~1.0.3"
},
"babel": {
"presets": [
"./node_modules/shakapacker/package/babel/preset.js"
]
},
"browserslist": [
"defaults",
"not IE 11"
],
"packageManager": "yarn@1.22.22"
}