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.

28 lines
810 B

3 years ago
  1. {
  2. "name": "kekkon",
  3. "version": "1.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "nuxt",
  7. "build": "nuxt build",
  8. "start": "nuxt start",
  9. "generate": "nuxt generate",
  10. "lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
  11. "lint:style": "stylelint \"**/*.{vue,css}\" --ignore-path .gitignore",
  12. "lint": "yarn lint:js && yarn lint:style"
  13. },
  14. "dependencies": {
  15. "core-js": "^3.15.1",
  16. "nuxt": "^2.15.7"
  17. },
  18. "devDependencies": {
  19. "@babel/eslint-parser": "^7.14.7",
  20. "@nuxtjs/eslint-config": "^6.0.1",
  21. "@nuxtjs/eslint-module": "^3.0.2",
  22. "@nuxtjs/stylelint-module": "^4.0.0",
  23. "eslint": "^7.29.0",
  24. "eslint-plugin-nuxt": "^2.0.0",
  25. "eslint-plugin-vue": "^7.12.1",
  26. "stylelint": "^13.13.1",
  27. "stylelint-config-standard": "^22.0.0"
  28. }
  29. }