2021-06-21 04:59:24 +00:00
|
|
|
{
|
|
|
|
"name": "code.reinaldyrafli.com",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Website for code.reinaldyrafli.com",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "nuxt",
|
|
|
|
"generate": "nuxt generate",
|
2021-06-21 05:09:01 +00:00
|
|
|
"lint": "eslint --fix --ext .vue,.js --ignore-path .gitignore .",
|
|
|
|
"postinstall": "husky install"
|
2021-06-21 04:59:24 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/aldy505/code.git"
|
|
|
|
},
|
|
|
|
"author": "Reinaldy Rafli <aldy505@tutanota.com>",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/aldy505/code/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/aldy505/code#readme",
|
|
|
|
"devDependencies": {
|
2021-06-21 05:09:01 +00:00
|
|
|
"@commitlint/cli": "^12.1.4",
|
|
|
|
"@commitlint/config-conventional": "^12.1.4",
|
2021-06-21 04:59:24 +00:00
|
|
|
"@nuxtjs/axios": "^5.13.6",
|
|
|
|
"eslint": "^7.29.0",
|
|
|
|
"eslint-config-xo-space": "^0.28.0",
|
|
|
|
"eslint-plugin-vue": "^7.11.1",
|
2021-06-21 05:09:01 +00:00
|
|
|
"husky": "^6.0.0",
|
2021-06-21 04:59:24 +00:00
|
|
|
"nuxt": "^2.15.7",
|
|
|
|
"nuxt-animejs": "^1.2.1",
|
|
|
|
"nuxt-vite": "^0.1.1",
|
|
|
|
"nuxt-windicss": "^1.0.3"
|
|
|
|
}
|
|
|
|
}
|