2019-02-07 16:26:17 +08:00
|
|
|
{
|
|
|
|
"name": "blog-client",
|
2019-12-07 19:36:12 +08:00
|
|
|
"version": "1.0.1",
|
2019-02-07 16:26:17 +08:00
|
|
|
"description": "My Blog Client",
|
|
|
|
"author": "yi-ge",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
|
|
|
|
"build": "nuxt build",
|
2019-03-04 23:02:10 +08:00
|
|
|
"start": "cross-env NODE_ENV=production HOST=0.0.0.0 PORT=80 node server/index.js",
|
2019-02-07 16:26:17 +08:00
|
|
|
"generate": "nuxt generate",
|
|
|
|
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --ignore-path .eslintignore .",
|
|
|
|
"precommit": "npm run lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-12-13 11:46:15 +08:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.26",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "^5.12.0",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^5.12.0",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.12.0",
|
|
|
|
"@fortawesome/vue-fontawesome": "^0.1.8",
|
|
|
|
"@nuxtjs/axios": "^5.8.0",
|
|
|
|
"cross-env": "^6.0.3",
|
2020-09-17 21:07:07 +08:00
|
|
|
"element-ui": "^2.13.2",
|
2019-12-13 11:46:15 +08:00
|
|
|
"highlight.js": "^9.17.1",
|
|
|
|
"koa": "^2.11.0",
|
2020-07-08 18:13:20 +08:00
|
|
|
"moment": "^2.27.0",
|
|
|
|
"nuxt": "^2.12.2",
|
2020-07-20 21:30:22 +08:00
|
|
|
"remark": "^12.0.1",
|
|
|
|
"strip-markdown": "^3.1.2",
|
2020-07-19 20:13:07 +08:00
|
|
|
"v-viewer": "^1.5.1",
|
2020-07-18 17:46:34 +08:00
|
|
|
"vditor": "^3.3.8",
|
2020-09-20 16:57:04 +08:00
|
|
|
"vue-js-modal": "^2.0.0-rc.6",
|
2020-07-17 18:10:55 +08:00
|
|
|
"vue-toasted": "^1.1.28"
|
2019-02-07 16:26:17 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-12-13 11:46:15 +08:00
|
|
|
"@nuxtjs/eslint-config": "^2.0.0",
|
|
|
|
"babel-eslint": "^10.0.3",
|
2020-09-17 21:07:07 +08:00
|
|
|
"babel-plugin-component": "^1.1.1",
|
2019-12-13 11:46:15 +08:00
|
|
|
"eslint": "^6.7.2",
|
|
|
|
"eslint-config-standard": ">=14.1.0",
|
|
|
|
"eslint-loader": "^3.0.3",
|
2020-07-08 18:13:20 +08:00
|
|
|
"eslint-plugin-html": "^6.0.2",
|
2019-12-13 11:46:15 +08:00
|
|
|
"eslint-plugin-import": ">=2.19.1",
|
|
|
|
"eslint-plugin-jest": "^23.1.1",
|
|
|
|
"eslint-plugin-node": ">=10.0.0",
|
|
|
|
"eslint-plugin-promise": ">=4.2.1",
|
|
|
|
"eslint-plugin-standard": ">=4.0.1",
|
|
|
|
"eslint-plugin-vue": "^6.0.1",
|
|
|
|
"nodemon": "^2.0.2",
|
|
|
|
"pug": "^2.0.4",
|
2019-02-07 16:26:17 +08:00
|
|
|
"pug-plain-loader": "^1.0.0",
|
2019-12-13 11:46:15 +08:00
|
|
|
"stylus": "^0.54.7",
|
2019-02-07 16:26:17 +08:00
|
|
|
"stylus-loader": "^3.0.2"
|
|
|
|
}
|
|
|
|
}
|