adrema/package.json

35 lines
1.2 KiB
JSON
Raw Normal View History

2020-04-10 20:32:12 +02:00
{
"private": true,
"scripts": {
"dev": "npm run development",
2022-02-10 02:18:57 +01:00
"development": "npx mix build",
"watch": "npx mix watch",
"hot": "npx mix watch --hot",
"prod": "npx mix build --production",
"production": "npm run prod",
2021-04-11 00:57:47 +02:00
"img": "rm -R public/img && cd resources/img/svg && svg-sprite -s --symbol-dest=sprite *.svg && mv sprite/svg/sprite.symbol.svg ../sprite.svg && rm -R sprite && cd ../../../ && cp -R resources/img public/img"
2020-04-10 20:32:12 +02:00
},
"devDependencies": {
2022-02-10 02:18:57 +01:00
"autoprefixer": "^10.4.2",
2021-04-10 19:45:11 +02:00
"laravel-mix": "^6.0.1",
"lodash": "^4.17.21",
2022-02-10 02:18:57 +01:00
"postcss": "^8.4.6",
"tailwindcss": "^3.0.19",
2021-04-10 19:45:11 +02:00
"vue": "^2.6.12",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12"
2020-04-10 20:32:12 +02:00
},
"dependencies": {
2022-01-02 11:23:28 +01:00
"@inertiajs/inertia": "^0.10.1",
"@inertiajs/inertia-vue": "^0.7.2",
2020-04-10 20:32:12 +02:00
"agnoster": "file:resources/js/libs/agnoster",
"js-modules": "file:resources/js/libs/js-modules",
2021-04-10 19:45:11 +02:00
"laravel-echo": "^1.10.0",
"postcss-import": "^14.0.1",
"query-string": "^7.0.0",
"socket.io-client": "^4.0.1",
2021-08-22 16:49:38 +02:00
"v-tooltip": "^2.1.3",
2021-06-28 22:32:11 +02:00
"wnumb": "^1.2.0"
2020-04-10 20:32:12 +02:00
}
}