You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.0 KiB
36 lines
1.0 KiB
{
|
|
"name": "stepper",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "npm run development",
|
|
"development": "npx mix build",
|
|
"watch": "npx mix watch",
|
|
"hot": "npx mix watch --hot",
|
|
"prod": "npm run production",
|
|
"production": "npx mix build --production",
|
|
"img": "rm -R assets/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 assets/public/img"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.21.0",
|
|
"laravel-mix": "^6.0.7",
|
|
"postcss-import": "^14.0.2",
|
|
"postcss-nested": "^4.0",
|
|
"tailwindcss": "^3.0",
|
|
"vue": "^2.6.14",
|
|
"vue-carousel": "^0.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-vue": "^7.19.1",
|
|
"postcss-css-variables": "^0.17.0",
|
|
"veeno": "^0.0.4",
|
|
"vue-loader": "^15.9.8",
|
|
"vue-template-compiler": "^2.6.12",
|
|
"wnumb": "^1.2.0"
|
|
}
|
|
}
|