first upload all files
This commit is contained in:
27
package.json
Normal file
27
package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "fleetcart",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"rtlcss": "rtlcss",
|
||||
"postinstall": "lerna bootstrap",
|
||||
"development": "mix",
|
||||
"watch": "mix watch",
|
||||
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
||||
"hot": "mix watch --hot",
|
||||
"production": "mix --production"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.35.0",
|
||||
"eslint-config-spatie": "^2.0.3",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"glob": "^8.1.0",
|
||||
"laravel-mix": "^6.0.49",
|
||||
"laravel-mix-merge-manifest": "^2.1.0",
|
||||
"lerna": "^2.9.0",
|
||||
"rtlcss": "^4.0.0",
|
||||
"sass": "1.32.13",
|
||||
"sass-loader": "^13.2.0",
|
||||
"vue-loader": "15.10.0",
|
||||
"vue-template-compiler": "^2.7.14"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user