source: package.json

Last change on this file was 120759b, checked in by Berat Kjufliju <kufliju@…>, 3 years ago

added UserFactory, edited html, added delete to departments

  • Property mode set to 100644
File size: 698 bytes
RevLine 
[2fc88ec]1{
2 "private": true,
3 "scripts": {
4 "dev": "npm run development",
5 "development": "mix",
6 "watch": "mix watch",
7 "watch-poll": "mix watch -- --watch-options-poll=1000",
8 "hot": "mix watch --hot",
9 "prod": "npm run production",
10 "production": "mix --production"
11 },
12 "devDependencies": {
13 "axios": "^0.21",
[120759b]14 "datatables.net": "^1.11.3",
[2fc88ec]15 "laravel-mix": "^6.0.6",
16 "lodash": "^4.17.19",
[7304c7f]17 "postcss": "^8.1.14",
18 "resolve-url-loader": "^4.0.0",
19 "sass": "^1.42.1",
20 "sass-loader": "^12.1.0"
[194a359]21 },
[24a616f]22 "dependencies": {
[120759b]23 "clipboard": "^2.0.8",
24 "jquery": "^3.6.0"
[24a616f]25 }
[2fc88ec]26}
Note: See TracBrowser for help on using the repository browser.