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.
|
|
|
{
|
|
|
|
"dependencies": {
|
|
|
|
"file-type": "7.4.*",
|
|
|
|
"is-svg": "2.1.*",
|
|
|
|
"read-chunk": "2.1.*"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@nuxtjs/eslint-config": "^1.0.1",
|
|
|
|
"@nuxtjs/eslint-module": "^1.2.0",
|
|
|
|
"babel-eslint": "^10.1.0",
|
|
|
|
"chai": "^4.2.0",
|
|
|
|
"dotenv": "^8.2.0",
|
|
|
|
"eslint": "^6.1.0",
|
|
|
|
"eslint-config-prettier": "^4.1.0",
|
|
|
|
"eslint-plugin-nuxt": "^0.5.2",
|
|
|
|
"eslint-plugin-prettier": "^3.1.3",
|
|
|
|
"mocha": "^5.2.0",
|
|
|
|
"prettier": "^1.16.4"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha -R spec src",
|
|
|
|
"lint": "eslint src",
|
|
|
|
"lint:fix": "eslint src --fix"
|
|
|
|
}
|
|
|
|
}
|