aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..0be446e
--- /dev/null
+++ b/package.json
@@ -0,0 +1,44 @@
+{
+ "name": "yucky.top",
+ "version": "1.0.0",
+ "private": true,
+ "scripts": {
+ "dev": "nuxt-ts",
+ "build": "nuxt-ts build",
+ "start": "nuxt-ts start",
+ "generate": "nuxt-ts generate",
+ "lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
+ "lint": "yarn lint:js",
+ "prepare": "husky install",
+ "commit": "cz",
+ "commit:signed": "cz -S"
+ },
+ "dependencies": {
+ "@nuxt/content": "^1.9.0",
+ "@nuxt/typescript-runtime": "^2.0.0",
+ "@nuxtjs/axios": "^5.12.2",
+ "@nuxtjs/pwa": "^3.3.4",
+ "@nuxtjs/sitemap": "^2.4.0",
+ "core-js": "^3.6.5",
+ "jquery": "^3.4.1",
+ "nuxt": "^2.14.6"
+ },
+ "devDependencies": {
+ "@commitlint/cli": "^12.1.4",
+ "@commitlint/config-conventional": "^12.1.4",
+ "@nuxt/types": "^2.14.6",
+ "@nuxt/typescript-build": "^2.0.3",
+ "@nuxtjs/eslint-config": "^3.1.0",
+ "@nuxtjs/eslint-config-typescript": "^3.0.0",
+ "@nuxtjs/eslint-module": "^2.0.0",
+ "babel-eslint": "^10.1.0",
+ "commitizen": "^4.2.4",
+ "cz-conventional-changelog": "^3.3.0",
+ "eslint": "^7.10.0",
+ "eslint-plugin-nuxt": "^1.0.0",
+ "husky": "^6.0.0",
+ "node-sass": "^5.0.0",
+ "sass-loader": "^10.1.0"
+ },
+ "_browserslist": "cover 99.5%"
+}