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.
42 lines
1.0 KiB
42 lines
1.0 KiB
{
|
|
"name": "huaqian",
|
|
"version": "1.0.0",
|
|
"description": "My primo Nuxt.js project",
|
|
"author": "1549469775",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
|
|
"build": "nuxt build",
|
|
"start": "cross-env NODE_ENV=production node server/index.js",
|
|
"generate": "nuxt generate"
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/axios": "^5.6.0",
|
|
"autoprefixer": "^9.6.1",
|
|
"bootstrap-vue": "^2.0.0-rc.27",
|
|
"cross-env": "^5.2.0",
|
|
"echart-tree": "^1.0.4",
|
|
"jquery": "^3.4.1",
|
|
"koa": "^2.6.2",
|
|
"koa-router": "^7.4.0",
|
|
"koa-session": "^5.12.3",
|
|
"localforage": "^1.7.3",
|
|
"lodash": "^4.17.15",
|
|
"node-sass": "^4.12.0",
|
|
"nuxt": "^2.0.0",
|
|
"postcss": "^7.0.17",
|
|
"postcss-loader": "^3.0.0",
|
|
"reset-css": "^4.0.1",
|
|
"sass-loader": "^7.2.0",
|
|
"vuex-persistedstate": "^2.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^1.18.9"
|
|
},
|
|
"config": {
|
|
"nuxt": {
|
|
"host": "0.0.0.0",
|
|
"port": "5000"
|
|
}
|
|
}
|
|
}
|
|
|