Install testing tools

This commit is contained in:
Sam Carlton 2021-05-16 14:53:18 -05:00
parent e2172dfe7f
commit 6477f7cae7
2 changed files with 4025 additions and 15 deletions

View file

@ -4,7 +4,13 @@
"description": "Find out the latest app support for Apple Silicon and the Apple M1 Processor",
"author": "Sam Carlton",
"private": true,
"ava": {
"require": [
"esm"
]
},
"scripts": {
"test": "ava --timeout=1m --verbose",
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
@ -51,6 +57,7 @@
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/tailwindcss": "^3.3.4",
"autoprefixer": "^8.6.4",
"ava": "^3.15.0",
"babel-eslint": "^8.2.1",
"cssnano": "^4.1.10",
"dotenv": "^8.2.0",
@ -60,6 +67,7 @@
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-vue": "^4.0.0",
"esm": "^3.2.25",
"fast-xml-parser": "^3.19.0",
"node-fetch": "^2.6.1",
"nodemon": "^1.11.0",
"nuxt": "^2.14.11",
@ -67,6 +75,7 @@
"postcss-cli": "^8.3.1",
"prettier": "1.14.3",
"replace-css-url": "^1.2.6",
"structured-data-testing-tool": "^4.5.0",
"tailwindcss": "^1.9.6"
}
}