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.
|
|
|
{
|
|
|
|
"name": "shop-pc",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "node env.config.js & nuxt",
|
|
|
|
"dev:beta": "node env.config.js --ENV:beta & nuxt",
|
|
|
|
"dev:prod": "node env.config.js --ENV:prod & nuxt",
|
|
|
|
"build:test": "node env.config.js --ENV:test & nuxt build",
|
|
|
|
"build:beta": "node env.config.js --ENV:beta & nuxt build",
|
|
|
|
"build:prod": "node env.config.js --ENV:prod & nuxt build",
|
|
|
|
"start": "nuxt start",
|
|
|
|
"generate": "nuxt generate",
|
|
|
|
"test": "jest"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@nuxtjs/axios": "^5.13.6",
|
|
|
|
"cookie-universal-nuxt": "^2.1.5",
|
|
|
|
"core-js": "^3.19.3",
|
|
|
|
"element-ui": "^2.15.6",
|
|
|
|
"js-util-all": "^1.0.6",
|
|
|
|
"node-sass": "^4.14.1",
|
|
|
|
"nuxt": "^2.15.8",
|
|
|
|
"sass": "^1.32.13",
|
|
|
|
"sass-loader": "^7.3.1",
|
|
|
|
"vue": "^2.6.14",
|
|
|
|
"vue-server-renderer": "^2.6.14",
|
|
|
|
"vue-template-compiler": "^2.6.14",
|
|
|
|
"webpack": "^4.46.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@vue/test-utils": "^1.3.0",
|
|
|
|
"babel-core": "7.0.0-bridge.0",
|
|
|
|
"babel-jest": "^27.4.4",
|
|
|
|
"git-repo-info": "^2.1.1",
|
|
|
|
"jest": "^27.4.4",
|
|
|
|
"vue-jest": "^3.0.4"
|
|
|
|
}
|
|
|
|
}
|