/
denishm116
/
test-task
Обзор
Документация
Войти
/
denishm116
/
test-task
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
package.json
29 строк
692 B
Denis Khmelivsky
MVP без валидыции и обработки дат
06 мар 2024, 18:06
06 мар 2024, 18:06
3ae9220
Код
Авторство
О чём код?
{ "name": "nuxt-app", "private": true, "type": "module", "scripts": { "build": "nuxt build", "dev": "nuxt dev", "generate": "nuxt generate", "preview": "nuxt preview", "postinstall": "nuxt prepare" }, "dependencies": { "nuxt": "^3.10.3", "vue": "^3.4.19", "vue-router": "^4.3.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1", "autoprefixer": "^10.4.18", "eslint": "^8.57.0", "eslint-plugin-nuxt": "^4.0.0", "eslint-plugin-vue": "^9.22.0", "postcss": "^8.4.35", "sass": "^1.71.1", "tailwindcss": "^3.4.1", "vite-plugin-eslint": "^1.8.1" } }