mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
930 B
44 lines
930 B
{ |
|
"name": "noco-i18n", |
|
"version": "1.0.0", |
|
"scripts": { |
|
"serve": "vue-cli-service serve", |
|
"build": "vue-cli-service build", |
|
"generate": "vue-cli-service build", |
|
"lint": "vue-cli-service lint" |
|
}, |
|
"dependencies": { |
|
"core-js": "^3.6.5", |
|
"csv-parser": "^3.0.0", |
|
"papaparse": "^5.3.1", |
|
"vue": "^3.0.0" |
|
}, |
|
"devDependencies": { |
|
"@vue/cli-plugin-babel": "~4.5.0", |
|
"@vue/cli-plugin-eslint": "~4.5.0", |
|
"@vue/cli-service": "~4.5.0", |
|
"@vue/compiler-sfc": "^3.0.0", |
|
"babel-eslint": "^10.1.0", |
|
"eslint": "^6.7.2", |
|
"eslint-plugin-vue": "^7.0.0" |
|
}, |
|
"eslintConfig": { |
|
"root": true, |
|
"env": { |
|
"node": true |
|
}, |
|
"extends": [ |
|
"plugin:vue/vue3-essential", |
|
"eslint:recommended" |
|
], |
|
"parserOptions": { |
|
"parser": "babel-eslint" |
|
}, |
|
"rules": {} |
|
}, |
|
"browserslist": [ |
|
"> 1%", |
|
"last 2 versions", |
|
"not dead" |
|
] |
|
}
|
|
|