source: package.json

Last change on this file was dfae77e, checked in by Igor Danilovski <igor_danilovski@…>, 20 months ago
  • Initial commit;
  • Property mode set to 100644
File size: 703 bytes
Line 
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 "@popperjs/core": "^2.10.2",
14 "axios": "^0.21",
15 "bootstrap": "^5.1.3",
16 "laravel-mix": "^6.0.6",
17 "less": "^4.1.2",
18 "less-loader": "^10.2.0",
19 "lodash": "^4.17.19",
20 "postcss": "^8.1.14",
21 "resolve-url-loader": "^3.1.2",
22 "sass": "^1.32.11",
23 "sass-loader": "^11.0.1"
24 }
25}
Note: See TracBrowser for help on using the repository browser.