2022-01-03 23:53:38 +00:00
|
|
|
{
|
2022-01-06 09:23:15 +00:00
|
|
|
"name": "timekeeper",
|
2022-01-03 23:53:38 +00:00
|
|
|
"version": "1.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "nuxt",
|
|
|
|
"build": "nuxt build",
|
|
|
|
"start": "nuxt start",
|
|
|
|
"generate": "nuxt generate",
|
|
|
|
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
|
|
|
|
"lint:prettier": "prettier --check .",
|
|
|
|
"lint": "yarn lint:js && yarn lint:prettier",
|
|
|
|
"lintfix": "prettier --write --list-different . && yarn lint:js --fix"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@nuxtjs/axios": "^5.13.6",
|
|
|
|
"@nuxtjs/pwa": "^3.3.5",
|
2022-01-06 22:28:23 +00:00
|
|
|
"break_infinity.js": "^2.0.0",
|
2022-01-03 23:53:38 +00:00
|
|
|
"core-js": "^3.19.3",
|
|
|
|
"nuxt": "^2.15.8",
|
|
|
|
"vue": "^2.6.14",
|
|
|
|
"vue-server-renderer": "^2.6.14",
|
|
|
|
"vue-template-compiler": "^2.6.14",
|
|
|
|
"webpack": "^4.46.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/eslint-parser": "^7.16.3",
|
|
|
|
"@nuxtjs/eslint-config": "^8.0.0",
|
|
|
|
"@nuxtjs/eslint-module": "^3.0.2",
|
|
|
|
"@nuxtjs/tailwindcss": "^4.2.1",
|
|
|
|
"eslint": "^8.4.1",
|
|
|
|
"eslint-config-prettier": "^8.3.0",
|
|
|
|
"eslint-plugin-nuxt": "^3.1.0",
|
|
|
|
"eslint-plugin-vue": "^8.2.0",
|
|
|
|
"postcss": "^8.4.4",
|
|
|
|
"prettier": "^2.5.1"
|
2022-01-04 22:16:08 +00:00
|
|
|
},
|
|
|
|
"volta": {
|
|
|
|
"node": "16.13.1",
|
|
|
|
"yarn": "1.22.17"
|
2022-01-03 23:53:38 +00:00
|
|
|
}
|
|
|
|
}
|