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.
30 lines
745 B
30 lines
745 B
{
|
|
"name": "guli-site",
|
|
"version": "1.0.0",
|
|
"description": "谷粒学院",
|
|
"author": "admin <admin@atguigu.com>",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "nuxt generate",
|
|
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
|
"precommit": "npm run lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.19.0",
|
|
"element-ui": "^2.9.2",
|
|
"js-cookie": "^2.2.0",
|
|
"nuxt": "^2.0.0",
|
|
"querystring": "^0.2.1",
|
|
"vue-awesome-swiper": "^3.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.0.1",
|
|
"eslint": "^4.19.1",
|
|
"eslint-friendly-formatter": "^4.0.1",
|
|
"eslint-loader": "^2.1.1",
|
|
"eslint-plugin-vue": "^4.0.0"
|
|
}
|
|
}
|