Skip to content
Permalink
5482dd6152
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
36 lines (36 sloc) 1.02 KB
{
"name": "song-list",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=dev nuxt --open",
"build": "cross-env NODE_ENV=pro nuxt build",
"start": "cross-env NODE_ENV=pro nuxt start",
"generate": "cross-env NODE_ENV=pro nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js",
"lintfix": "yarn lint:js --fix"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"ant-design-vue": "^1.7.8",
"core-js": "^3.25.3",
"cross-env": "^7.0.3",
"csvtojson": "^2.0.10",
"less": "^4.1.3",
"less-loader": "7.0.0",
"nuxt": "^2.15.8",
"vue": "^2.7.10",
"vue-clipboard2": "^0.3.3",
"vue-server-renderer": "^2.7.10",
"vue-template-compiler": "^2.7.10"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@nuxtjs/eslint-config": "^11.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"eslint": "^8.24.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vue": "^9.5.1"
}
}