goindex-theme-r/package.json

61 lines
1.5 KiB
JSON
Raw Normal View History

2020-04-23 11:46:23 +08:00
{
"name": "go2index-theme-acrou",
"version": "0.1.0",
"private": true,
"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",
2020-05-06 20:45:18 +08:00
"clipboard-polyfill": "^2.8.6",
2020-04-23 11:46:23 +08:00
"core-js": "^3.6.4",
2020-05-02 20:54:21 +08:00
"js-cookie": "^2.2.1",
2020-04-24 19:43:00 +08:00
"markdown-it": "^10.0.0",
"node-sass": "^4.14.0",
"sass-loader": "^8.0.2",
"vue": "^2.6.11",
"vue-axios": "^2.1.5",
2020-05-02 20:54:21 +08:00
"vue-i18n": "^8.17.3",
2020-05-02 01:25:28 +08:00
"vue-router": "^3.1.6",
2020-04-24 19:43:00 +08:00
"vue2-ace-editor": "0.0.15"
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-service": "~4.3.0",
"babel-eslint": "^10.1.0",
2020-05-03 15:10:01 +08:00
"babel-plugin-component": "^1.1.1",
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"
]
}