goindex-theme-r/package.json

78 lines
2.0 KiB
JSON
Raw Normal View History

2020-04-23 11:46:23 +08:00
{
"name": "go2index-theme-acrou",
2020-05-31 02:03:23 +08:00
"version": "2.0.5",
"g2index": "1.1.1",
2020-04-23 11:46:23 +08:00
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
2020-04-28 19:02:48 +08:00
"lint": "vue-cli-service lint",
2020-05-02 20:54:21 +08:00
"analyz": "npm_config_report=true npm run build",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'"
2020-04-23 11:46:23 +08:00
},
"dependencies": {
2020-04-24 19:43:00 +08:00
"axios": "^0.19.2",
"bulma": "^0.8.2",
"bulma-divider": "^0.2.0",
2020-04-23 11:46:23 +08:00
"core-js": "^3.6.4",
2020-05-07 03:29:32 +08:00
"element-ui": "^2.13.1",
"feb-alive": "^1.0.9",
"flv.js": "^1.5.0",
"hls.js": "^0.13.2",
2020-05-07 03:29:32 +08:00
"js-base64": "^2.5.2",
2020-05-02 20:54:21 +08:00
"js-cookie": "^2.2.1",
"lodash": "^4.17.15",
"lowdb": "^1.0.0",
"marked": "^1.1.0",
2020-04-24 19:43:00 +08:00
"node-sass": "^4.14.0",
2020-07-05 01:12:24 +08:00
"nprogress": "^0.2.0",
"plyr": "^3.6.2",
2020-04-24 19:43:00 +08:00
"sass-loader": "^8.0.2",
"v-viewer": "^1.5.1",
2020-04-24 19:43:00 +08:00
"vue": "^2.6.11",
"vue-axios": "^2.1.5",
2020-05-13 05:19:42 +08:00
"vue-clipboard2": "^0.3.1",
2020-05-20 11:25:46 +08:00
"vue-codemirror": "^4.0.6",
2020-05-02 20:54:21 +08:00
"vue-i18n": "^8.17.3",
"vue-infinite-loading": "^2.4.5",
"vue-lazyload": "^1.3.3",
"vue-plyr": "^6.0.4",
2020-05-02 01:25:28 +08:00
"vue-router": "^3.1.6",
"vuex": "^3.4.0"
2020-04-23 11:46:23 +08:00
},
"devDependencies": {
2020-05-02 20:54:21 +08:00
"@intlify/vue-i18n-loader": "^1.0.0",
2020-04-23 11:46:23 +08:00
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-plugin-vuex": "^4.3.1",
2020-04-23 11:46:23 +08:00
"@vue/cli-service": "~4.3.0",
"babel-eslint": "^10.1.0",
2020-05-03 15:10:01 +08:00
"babel-plugin-component": "^1.1.1",
"compression-webpack-plugin": "^4.0.0",
2020-04-23 11:46:23 +08:00
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
2020-04-29 09:45:06 +08:00
"fs": "0.0.1-security",
2020-05-02 20:54:21 +08:00
"vue-cli-plugin-i18n": "~1.0.1",
2020-04-28 19:02:48 +08:00
"vue-template-compiler": "^2.6.11",
"webpack-bundle-analyzer": "^3.7.0"
2020-04-23 11:46:23 +08:00
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}