Files
ustraframework-sample/front/package.json
2021-07-13 16:45:29 +09:00

75 lines
2.0 KiB
JSON

{
"private": true,
"workspaces": [
"./cmm",
"./fo",
"./bo"
],
"engines": {
"npm": "^6.14.4",
"node": "^12.16.3",
"yarn": "^1.22.4"
},
"resolutions": {
"@babel/preset-env": "7.13.12",
"highlight.js": "10.6.0",
"markdown-it-highlightjs": "3.1.0",
"postcss-loader": "3.0.0",
"sass": "1.32.12"
},
"browserslist": [
"last 2 version",
"android >= 4.4",
"IE >= 11"
],
"scripts": {
"dev:fo": "cd ./fo && yarn run dev",
"generate:fo": "cd ./fo && yarn run generate",
"dev:bo": "cd ./bo && yarn run dev",
"generate:bo": "cd ./bo && yarn run generate",
"create-off-pack": "rm -rf node_modules && rm yarn.lock && rm -rf npm_packages/* && yarn cache clean && yarn install"
},
"devDependencies": {
"@babel/node": "7.13.13",
"@babel/preset-env": "7.13.12",
"@babel/runtime-corejs3": "7.13.10",
"@nuxt/typescript-build": "1.0.3",
"@nuxtjs/eslint-config": "3.1.0",
"@nuxtjs/eslint-config-typescript": "2.1.0",
"@nuxtjs/eslint-module": "2.0.0",
"@types/cli-progress": "3.9.1",
"@types/crypto-js": "4.0.1",
"@types/jest": "26.0.22",
"@types/jquery": "3.5.5",
"@types/lodash": "4.14.168",
"@types/node": "14.14.41",
"@types/shelljs": "0.8.8",
"@types/sockjs-client": "1.5.0",
"@vue/test-utils": "1.1.4",
"@vuese/cli": "2.14.3",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-jest": "26.6.3",
"core-js": "3",
"cpx": "1.5.0",
"cross-env": "5.2.0",
"cross-spawn": "7.0.3",
"eslint": "7.24.0",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-nuxt": "1.0.0",
"eslint-plugin-prettier": "3.4.0",
"jest": "26.6.3",
"markdown-loader": "6.0.0",
"node-sass": "6.0.0",
"nuxt-fontagon": "^1.0.4",
"prettier": "2.2.1",
"sass": "1.32.12",
"sass-loader": "10.1.1",
"shelljs": "0.8.4",
"ts-jest": "26.2.0",
"ts-loader": "6.2.2",
"ts-node": "8.10.2",
"vue-jest": "3.0.7"
}
}