2018-10-04 19:10:43 +02:00
|
|
|
{
|
2020-03-13 22:17:08 +01:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "npm run development",
|
2021-10-27 17:49:46 +02:00
|
|
|
"development": "mix",
|
|
|
|
"watch": "mix watch",
|
|
|
|
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
|
|
|
"hot": "mix watch --hot",
|
|
|
|
"production": "mix --production"
|
2020-03-13 22:17:08 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-10-27 18:22:01 +02:00
|
|
|
"@babel/compat-data": "7.15.0",
|
2021-07-15 06:35:22 +02:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
2022-11-23 07:27:43 +01:00
|
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
2023-02-17 11:27:38 +01:00
|
|
|
"cypress": "^12.5.1",
|
2021-10-27 18:22:01 +02:00
|
|
|
"laravel-mix-purgecss": "^6.0.0",
|
2021-07-15 06:35:22 +02:00
|
|
|
"vue-template-compiler": "^2.6.14"
|
2020-03-13 22:17:08 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-11-23 09:32:03 +01:00
|
|
|
"@tailwindcss/forms": "^0.3.4",
|
2023-01-24 21:15:54 +01:00
|
|
|
"@tailwindcss/line-clamp": "^0.3.1",
|
2023-03-01 07:57:52 +01:00
|
|
|
"@tailwindcss/typography": "^0.4.1",
|
2021-10-27 17:40:59 +02:00
|
|
|
"autoprefixer": "^10.3.7",
|
2022-06-21 12:00:18 +02:00
|
|
|
"axios": "^0.25",
|
2020-06-17 02:03:05 +02:00
|
|
|
"card-js": "^1.0.13",
|
2021-10-27 18:22:01 +02:00
|
|
|
"card-validator": "^8.1.1",
|
2022-02-10 01:07:08 +01:00
|
|
|
"clipboard": "^2.0.10",
|
2021-02-17 12:39:08 +01:00
|
|
|
"cross-env": "^7.0.3",
|
2020-03-13 22:17:08 +01:00
|
|
|
"jsignature": "^2.1.3",
|
2021-08-08 13:50:13 +02:00
|
|
|
"json-formatter-js": "^2.3.4",
|
2021-10-27 17:45:33 +02:00
|
|
|
"laravel-mix": "^6.0.34",
|
2021-10-27 18:22:01 +02:00
|
|
|
"linkify-urls": "^4.0.0",
|
2021-05-18 12:26:06 +02:00
|
|
|
"lodash": "^4.17.21",
|
2021-10-27 17:40:59 +02:00
|
|
|
"postcss": "^8.3.11",
|
2021-10-27 18:22:01 +02:00
|
|
|
"resolve-url-loader": "^4.0.0",
|
|
|
|
"sass": "^1.43.4",
|
|
|
|
"sass-loader": "^12.3.0",
|
2021-10-27 17:40:59 +02:00
|
|
|
"tailwindcss": "^2.2.17"
|
2020-03-13 22:17:08 +01:00
|
|
|
}
|
2018-10-04 19:10:43 +02:00
|
|
|
}
|