-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.11 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.11 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
80
81
82
83
{
"name": "web",
"private": true,
"scripts": {
"postinstall": "patch-package"
},
"dependencies": {
"@babel/core": "^7.29.0",
"@babel/plugin-transform-runtime": "^7.29.0",
"@babel/preset-env": "^7.29.5",
"@babel/runtime": "^7.29.2",
"@fullhuman/postcss-purgecss": "^3.1.3",
"@rails/ujs": "~7.1.600",
"@stimulus/polyfills": "^2.0.0",
"@tailwindcss/custom-forms": "^0.2.1",
"@tailwindcss/ui": "^0.7.2",
"@webwingscz/googlefont-montserrat": "^1.0.5",
"autoprefixer": "^9.8.8",
"babel-loader": "^8.4.1",
"chokidar": "^3.6.0",
"compression-webpack-plugin": "^9.2.0",
"core-js": "^3.49.0",
"css-loader": "^6.11.0",
"micromatch": "~4.0.8",
"mini-css-extract-plugin": "^2.10.2",
"patch-package": "^6.5.1",
"postcss": "^8.5.14",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.1.0",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.8.3",
"postinstall-postinstall": "^2.1.0",
"sass": "1.77.6",
"sass-loader": "^13.3.3",
"scrollama": "^2.2.3",
"semver": "^7.8.0",
"shakapacker": "^8.4.0",
"stimulus": "^2.0.0",
"tailwindcss": "^1.9.6",
"terser-webpack-plugin": "^5.6.0",
"waypoints": "^4.0.1",
"webpack": "^5.106.2",
"webpack-assets-manifest": "^5.2.1",
"webpack-merge": "^5.10.0",
"webpack-sources": "^3.4.1"
},
"version": "0.1.0",
"devDependencies": {
"webpack-cli": "~5.1.4",
"webpack-dev-server": "^4.15.2"
},
"resolutions": {
"@types/retry": "^0.12.5",
"chokidar": "^3.6.0",
"cookie": "~0.7.2",
"inherits": "~2.0.4",
"micromatch": "~4.0.8",
"merge-descriptors": "~1.0.3",
"mime-db": "~1.54.0",
"postcss": "^8.5.14",
"semver": "^7.7.4"
},
"babel": {
"presets": [
"./node_modules/shakapacker/package/babel/preset.js"
]
},
"browserslist": {
"production": [
"ie 11",
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"ie 11",
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "pnpm@11.1.0"
}