onasty/web/package.json(view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
{
"private": true,
"scripts": {
"postinstall": "elm-tooling install"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"elm-land": "^0.20.1",
"elm-review": "^2.13.2",
"elm-tooling": "^1.15.1",
"missing.css": "^1.1.3",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1"
}
}
|