Add Mojolicious AssetPack plugin and Materialize styles
This commit is contained in:
18
mojo_app/package-lock.json
generated
Normal file
18
mojo_app/package-lock.json
generated
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "mojo_app",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"dependencies": {
|
||||
"materialize-css": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/materialize-css": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/materialize-css/-/materialize-css-1.0.0.tgz",
|
||||
"integrity": "sha512-4/oecXl8y/1i8RDZvyvwAICyqwNoKU4or5uf8uoAd74k76KzZ0Llym4zhJ5lLNUskcqjO0AuMcvNyDkpz8Z6zw==",
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user