/
toyrik
/
taskTracker
Обзор
Документация
Войти
/
toyrik
/
taskTracker
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
package.json
27 строк
720 B
Toy Rik
Vue init
08 мар 2024, 18:43
08 мар 2024, 18:43
c364fc9
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "npm run development", "development": "mix", "watch": "mix watch", "watch-poll": "mix watch -- --watch-options-poll=1000", "hot": "mix watch --hot", "prod": "npm run production", "production": "mix --production" }, "devDependencies": { "axios": "^0.25", "laravel-mix": "^6.0.6", "lodash": "^4.17.19", "postcss": "^8.1.14" }, "dependencies": { "@mdi/font": "^7.4.47", "vue": "^3.4.21", "vue-loader": "^17.4.2", "vue-router": "^4.3.0", "vuetify": "^3.5.8", "vuex": "^4.1.0", "vuex-persistedstate": "^4.1.0" } }