Bumps [nuxt](https://github.com/nuxt/nuxt) from 2.14.7 to 3.4.3. - [Release notes](https://github.com/nuxt/nuxt/releases) - [Commits](https://github.com/nuxt/nuxt/compare/v2.14.7...v3.4.3) --- updated-dependencies: - dependency-name: nuxt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
631 B
JSON
29 lines
631 B
JSON
{
|
|
"name": "wazo-lab",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "nuxt generate",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.0",
|
|
"core-js": "^3.6.5",
|
|
"lodash": "^4.17.20",
|
|
"nuxt": "^3.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxtjs/tailwindcss": "^3.1.0",
|
|
"@testing-library/jest-dom": "^5.11.5",
|
|
"@vue/test-utils": "^1.1.1",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"babel-jest": "^26.5.0",
|
|
"jest": "^26.5.0",
|
|
"stylelint-config-standard": "^20.0.0",
|
|
"vue-jest": "^3.0.4"
|
|
}
|
|
}
|