Ekapp/skolehjem/package.json

35 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2020-06-08 08:04:45 +00:00
{
"private": true,
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
2021-05-20 10:29:41 +00:00
"production": "mix --production",
"prod": "mix --production"
2020-06-08 08:04:45 +00:00
},
"devDependencies": {
"@ckeditor/ckeditor5-inspector": "^2.2.2",
"axios": "^0.21.1",
"cross-env": "^7.0.3",
"jquery": "^3.6.0",
"laravel-mix": "^6.0.19",
"lodash": "^4.17.21",
"resolve-url-loader": "^3.1.3",
"sass": "^1.32.13",
2020-06-09 08:02:07 +00:00
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.12"
2020-06-25 11:20:47 +00:00
},
"dependencies": {
"@ckeditor/ckeditor5-alignment": "^21.0.0",
"@ckeditor/ckeditor5-build-classic": "^21.0.0",
"@ckeditor/ckeditor5-build-decoupled-document": "^21.0.0",
"@ckeditor/ckeditor5-table": "^21.0.0",
"ckeditor": "github:unisharp/laravel-ckeditor",
"moment": "^2.29.1",
"postcss": "^8.2.15",
2020-12-01 11:05:18 +00:00
"quill": "^1.3.7",
"sweetalert2": "^10.16.9"
2020-06-08 08:04:45 +00:00
}
}