source: package.json@ 7304c7f

develop
Last change on this file since 7304c7f was 7304c7f, checked in by beratkjufliju <kufliju@…>, 3 years ago

added user authentication, create & forgot password methods and blades

  • Property mode set to 100644
File size: 574 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 "axios": "^0.21",
14 "laravel-mix": "^6.0.6",
15 "lodash": "^4.17.19",
16 "postcss": "^8.1.14",
17 "resolve-url-loader": "^4.0.0",
18 "sass": "^1.42.1",
19 "sass-loader": "^12.1.0"
20 }
21}
Note: See TracBrowser for help on using the repository browser.