pingcrm/package.json

34 lines
1018 B
JSON
Raw Normal View History

2019-03-05 18:10:11 -03:00
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
2019-03-05 18:10:11 -03:00
"prod": "npm run production",
"production": "mix --production",
"heroku-postbuild": "npm run prod"
2019-03-05 18:10:11 -03:00
},
"dependencies": {
"@inertiajs/inertia": "^0.9.2",
"@inertiajs/inertia-vue": "^0.6.2",
2021-02-27 10:49:16 -03:00
"@inertiajs/progress": "^0.2.4",
"autoprefixer": "^10.2.4",
2021-02-27 11:00:09 -03:00
"eslint": "^6.8.0",
"eslint-plugin-vue": "^7.5.0",
"laravel-mix": "^6.0.6",
2021-02-27 10:49:16 -03:00
"lodash": "^4.17.21",
2019-12-18 15:28:09 -03:00
"popper.js": "^1.16.0",
2019-03-18 08:53:00 -03:00
"portal-vue": "^1.5.1",
"postcss": "^8.2.6",
2019-03-18 08:53:00 -03:00
"postcss-import": "^12.0.1",
2020-01-09 00:16:10 -03:00
"postcss-nesting": "^7.0.1",
"tailwindcss": "^2.0.3",
2020-01-09 00:16:10 -03:00
"vue": "^2.6.11",
"vue-loader": "^15.9.6",
2019-12-18 15:28:09 -03:00
"vue-meta": "^2.3.1",
"vue-template-compiler": "^2.6.12"
2019-03-05 18:10:11 -03:00
}
}