2021-01-21 11:36:18 +08:00
|
|
|
{
|
|
|
|
"name": "hangar-client",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-03-16 03:47:58 +08:00
|
|
|
"dev": "nuxt",
|
|
|
|
"build": "nuxt build",
|
|
|
|
"start": "nuxt start",
|
|
|
|
"generate": "nuxt generate",
|
2021-03-17 01:49:52 +08:00
|
|
|
"lint": "eslint --ext \".js,.vue,.ts\" --ignore-path .gitignore .",
|
|
|
|
"prepare": "cd .. && husky install frontend/.husky"
|
2021-01-21 11:36:18 +08:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
2021-02-08 07:19:16 +08:00
|
|
|
"*.{ts,js,vue}": "eslint"
|
2021-01-21 11:36:18 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-04-07 23:03:40 +08:00
|
|
|
"@dansmaculotte/nuxt-security": "0.0.3",
|
2021-03-16 11:25:40 +08:00
|
|
|
"@nuxtjs/axios": "5.13.1",
|
|
|
|
"@nuxtjs/proxy": "2.1.0",
|
|
|
|
"@nuxtjs/pwa": "3.3.5",
|
|
|
|
"chartist": "0.11.4",
|
|
|
|
"chartist-plugin-legend": "0.6.2",
|
|
|
|
"cookie-universal-nuxt": "2.1.4",
|
2021-05-18 06:59:54 +08:00
|
|
|
"core-js": "3.12.1",
|
2021-03-29 02:52:09 +08:00
|
|
|
"diff-match-patch": "1.0.5",
|
2021-04-22 19:19:53 +08:00
|
|
|
"filesize": "6.3.0",
|
2021-03-16 11:25:40 +08:00
|
|
|
"jwt-decode": "3.1.2",
|
|
|
|
"lodash-es": "4.17.21",
|
2021-05-17 16:17:21 +08:00
|
|
|
"nuxt": "2.15.6",
|
2021-01-23 13:24:48 +08:00
|
|
|
"nuxt-i18n": "Machine-Maker/i18n-module#fix/mixing-mem-leak",
|
2021-03-16 11:25:40 +08:00
|
|
|
"nuxt-property-decorator": "2.9.1",
|
2021-05-03 16:32:50 +08:00
|
|
|
"swagger-ui": "3.48.0",
|
2021-03-16 11:25:40 +08:00
|
|
|
"vue": "2.6.12",
|
|
|
|
"vuex": "3.6.2"
|
2021-01-21 11:36:18 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-05-17 14:41:36 +08:00
|
|
|
"@nuxt/types": "2.15.6",
|
2021-03-16 11:25:40 +08:00
|
|
|
"@nuxt/typescript-build": "2.1.0",
|
|
|
|
"@nuxtjs/dotenv": "1.4.1",
|
2021-03-16 16:00:23 +08:00
|
|
|
"@nuxtjs/eslint-config-typescript": "6.0.0",
|
2021-03-16 11:25:40 +08:00
|
|
|
"@nuxtjs/eslint-module": "3.0.2",
|
|
|
|
"@nuxtjs/vuetify": "1.11.3",
|
|
|
|
"@types/chartist": "0.11.0",
|
2021-03-29 02:52:09 +08:00
|
|
|
"@types/diff-match-patch": "1.0.32",
|
2021-03-16 11:25:40 +08:00
|
|
|
"@types/lodash-es": "4.17.4",
|
|
|
|
"@types/swagger-ui-dist": "3.30.0",
|
2021-05-25 00:21:51 +08:00
|
|
|
"eslint": "7.27.0",
|
2021-05-18 08:26:05 +08:00
|
|
|
"eslint-config-prettier": "8.3.0",
|
2021-03-16 11:25:40 +08:00
|
|
|
"eslint-plugin-nuxt": "2.0.0",
|
2021-04-26 16:24:32 +08:00
|
|
|
"eslint-plugin-prettier": "3.4.0",
|
2021-04-12 16:07:22 +08:00
|
|
|
"eslint-plugin-vue": "7.9.0",
|
2021-03-16 11:25:40 +08:00
|
|
|
"fibers": "5.0.0",
|
2021-03-30 00:12:45 +08:00
|
|
|
"husky": "6.0.0",
|
2021-05-18 07:04:36 +08:00
|
|
|
"lint-staged": "11.0.0",
|
2021-05-18 07:52:45 +08:00
|
|
|
"prettier": "2.3.0",
|
2021-05-25 00:21:32 +08:00
|
|
|
"sass": "1.34.0",
|
2021-03-16 11:25:40 +08:00
|
|
|
"sass-loader": "10.1.1",
|
2021-04-23 05:17:21 +08:00
|
|
|
"typescript": "4.2.4",
|
2021-05-25 00:21:13 +08:00
|
|
|
"vuetify": "2.5.0",
|
2021-03-16 11:25:40 +08:00
|
|
|
"webpack": "4.46.0"
|
2021-01-21 11:36:18 +08:00
|
|
|
}
|
|
|
|
}
|