doesitarm/package.json
2022-05-08 10:57:01 -05:00

108 lines
4.2 KiB
JSON

{
"name": "doesitarm",
"version": "1.0.0",
"description": "Find out the latest app support for Apple Silicon and the Apple M1 Pro and M1 Max Processors",
"author": "Sam Carlton",
"private": true,
"ava": {
"require": [
"dotenv/config",
"esm",
"tsconfig-paths/register"
]
},
"scripts": {
"test-prebuild": "ava ./test/prebuild/**/*.js --verbose",
"test-prebuild-functions": "npm run test-prebuild && npm run test-listings",
"test-postbuild-api": "npm run test-listings",
"test-listings": "ava ./test/listings/**/*.js --verbose",
"test": "ava --timeout=1m --verbose",
"dev": "nuxt",
"build": "nuxt build",
"build-api": "npm run clone-readme && npm run build-lists -- --with-api --no-lists",
"build-lists-and-api": "npm run clone-readme && npm run build-lists -- --with-api",
"start": "nuxt start",
"generate-dev": "npm run generate && npm test",
"generate": "npm run clone-readme && npm run build-lists && npm run generate-nuxt && npm run generate-eleventy",
"build-lists": "npm run test-prebuild && node -r esm build-lists.js",
"dev-astro": "astro dev",
"generate-astro": "astro build --experimental-ssr",
"generate-nuxt": "NODE_OPTIONS=--max-old-space-size=60000 nuxt generate",
"generate-eleventy": "node --max-old-space-size=60000 -r esm node_modules/.bin/eleventy --quiet",
"generate-postcss": "ENV=production postcss assets/css/tailwind.css --o static/tailwind.css",
"dev-eleventy": "node --max-old-space-size=60000 -r esm node_modules/.bin/eleventy --quiet --watch --serve",
"dev-eleventy-debug": "DEBUG=Eleventy* node --max-old-space-size=60000 -r esm node_modules/.bin/eleventy --quiet --watch --serve",
"dev-eleventy-benchmark": "DEBUG=Eleventy:Benchmark* node --max-old-space-size=60000 -r esm node_modules/.bin/eleventy --quiet --watch --serve",
"dev-eleventy-computed": "DEBUG=Eleventy:ComputedData* node --max-old-space-size=60000 -r esm node_modules/.bin/eleventy --quiet --watch --serve",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint:fix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"clone-readme": "cp ./README.md README-temp.md",
"cloudflare-deploy": "npm run build-api",
"vercel-build": "npm run build-lists-and-api && npm run test-postbuild-api",
"netlify-build": "npm run test-prebuild-functions && npm run generate-astro"
},
"dependencies": {
"@11ty/eleventy-assets": "^1.0.5",
"@astrojs/vue": "^0.1.3",
"@fontsource/inter": "^4.0.1",
"@iarna/toml": "^2.2.5",
"@nuxtjs/sitemap": "^2.4.0",
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@supercharge/promise-pool": "^2.1.0",
"@zip.js/zip.js": "^2.2.6",
"astro": "^1.0.0-beta.20",
"axios": "^0.21.0",
"can-autoplay": "^3.0.0",
"chance": "^1.1.7",
"cross-env": "^5.2.0",
"esbuild": "^0.11.20",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"jsdom": "^16.4.0",
"just-has": "^2.1.0",
"just-map-values": "^3.0.2",
"just-replace-all": "^2.0.1",
"lazysizes": "^5.3.0-beta1",
"markdown-it": "^11.0.1",
"marked": "^1.2.7",
"node-html-parser": "^2.0.0",
"observe-element-in-viewport": "0.0.15",
"plist": "^3.0.1",
"pretty-bytes": "^5.5.0",
"scroll-into-view-if-needed": "^2.2.26",
"semver": "^7.3.7",
"slugify": "^1.4.6",
"stork-search": "^1.0.4",
"terser": "^4.8.0",
"uuid": "^8.3.2",
"vue": "^3.2.30",
"vue-gtag": "^2.0.1"
},
"devDependencies": {
"@11ty/eleventy": "^0.11.1",
"@astrojs/netlify": "0.3.2",
"@astrojs/tailwind": "^0.2.0",
"@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",
"eslint": "^8.14.0",
"eslint-plugin-vue": "^8.7.1",
"esm": "^3.2.25",
"fast-xml-parser": "^3.19.0",
"node-fetch": "^2.6.1",
"nodemon": "^1.11.0",
"nuxt": "^2.14.11",
"postcss": "^8.2.4",
"postcss-cli": "^8.3.1",
"replace-css-url": "^1.2.6",
"structured-data-testing-tool": "^4.5.0",
"tailwindcss": "^1.9.6",
"tsconfig-paths": "^3.14.1"
}
}