mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-08 23:08:14 -07:00
chore: install cssbundling rails and set up compilation
This commit is contained in:
parent
09ab4d214e
commit
99ef1cb2c8
4670 changed files with 393937 additions and 25 deletions
54
spec/dummy/node_modules/postcss-load-config/package.json
generated
vendored
Normal file
54
spec/dummy/node_modules/postcss-load-config/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
{
|
||||
"name": "postcss-load-config",
|
||||
"version": "5.0.2",
|
||||
"description": "Autoload Config for PostCSS",
|
||||
"main": "src/index.js",
|
||||
"types": "src/index.d.ts",
|
||||
"files": [
|
||||
"src"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">= 18"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/postcss/"
|
||||
},
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/ai"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"lilconfig": "^3.0.0",
|
||||
"yaml": "^2.3.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"jiti": ">=1.21.0",
|
||||
"postcss": ">=8.0.9"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"jiti": {
|
||||
"optional": true
|
||||
},
|
||||
"postcss": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"postcss",
|
||||
"postcssrc",
|
||||
"postcss.config.js"
|
||||
],
|
||||
"author": "Michael Ciniawky <michael.ciniawsky@gmail.com>",
|
||||
"contributors": [
|
||||
"Ryan Dunckel",
|
||||
"Mateusz Derks",
|
||||
"Dalton Santos",
|
||||
"Patrick Gilday",
|
||||
"François Wouts"
|
||||
],
|
||||
"repository": "postcss/postcss-load-config",
|
||||
"license": "MIT"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue