mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
134 lines
5.3 KiB
JSON
134 lines
5.3 KiB
JSON
{
|
|
"name": "doesitarm",
|
|
"version": "1.0.0",
|
|
"description": "Find out the latest app support for Apple Silicon and the Apple M2 and M1 Ultra Processors",
|
|
"author": "Sam Carlton",
|
|
"private": true,
|
|
"config": {
|
|
"verbiage": {
|
|
"processors": "Apple M2 and M1 Ultra",
|
|
"macs": "Apple M2 or M1 Ultra Mac",
|
|
"description": "Find out the latest app support for Apple Silicon and the Apple M2 and M1 Ultra Processors"
|
|
},
|
|
"stork": {
|
|
"executable": "stork-executable",
|
|
"toml": "static/stork.toml",
|
|
"index": "static/search-index.st"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test-prebuild": "ava ./test/prebuild/**/*.js --verbose",
|
|
"test-api-client": "ava ./test/api/client.js --verbose",
|
|
"test-listings": "ava ./test/listings/**/*.js --verbose",
|
|
"test-prebuild-functions": "run-s test-prebuild test-api-client test-listings",
|
|
"test-postbuild-api": "run-s test-listings",
|
|
"test-postbuild-functions": "ava ./test/main.js --verbose",
|
|
"test-vitest": "vitest",
|
|
"test": "ava --timeout=1m --verbose",
|
|
"dev": "npm run dev-astro",
|
|
"build": "npm run generate-astro",
|
|
"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",
|
|
"generate-dev": "npm run generate && npm test",
|
|
"build-lists": "npm run test-prebuild && node -r esm -r tsconfig-paths/register build-lists.js",
|
|
"setup-stork": "run-s download-stork-toml download-stork-executable",
|
|
"build-stork-index": "./$npm_package_config_stork_executable build --input $npm_package_config_stork_toml --output $npm_package_config_stork_index",
|
|
"build-stork-index-js": "node -r esm -r tsconfig-paths/register scripts/build-stork-index.js",
|
|
"stork-search": "./$npm_package_config_stork_executable search --index $npm_package_config_stork_index --query $1",
|
|
"stork-index": "run-s setup-stork build-stork-index",
|
|
"download-stork-toml": "node -r esm -r tsconfig-paths/register scripts/download-stork-toml.js",
|
|
"download-stork-executable": "node -r esm -r tsconfig-paths/register scripts/download-stork-executable.js",
|
|
"download-sitemaps": "node -r esm -r tsconfig-paths/register scripts/download-sitemaps.js",
|
|
"stork-netlify": "chmod +x scripts/stork-netlify.sh && ./scripts/stork-netlify.sh",
|
|
"dev-astro": "astro dev",
|
|
"generate-astro": "astro build --experimental-ssr",
|
|
"generate-postcss": "ENV=production postcss assets/css/tailwind.css --o static/tailwind.css",
|
|
"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": "run-s build-lists-and-api test-postbuild-api",
|
|
"netlify-build": "run-s test-prebuild-functions download-sitemaps stork-index generate-astro test-postbuild-functions"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/netlify": "^0.5.0",
|
|
"@astrojs/partytown": "^0.1.4",
|
|
"@astrojs/vue": "^0.1.3",
|
|
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
|
|
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
|
|
"@fontsource/inter": "^4.0.1",
|
|
"@iarna/toml": "^2.2.5",
|
|
"@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.5.25",
|
|
"7z-wasm": "^1.0.0-beta.5",
|
|
"astro": "^1.0.0-rc.1",
|
|
"axios": "^0.21.0",
|
|
"buffer": "^6.0.3",
|
|
"can-autoplay": "^3.0.0",
|
|
"chance": "^1.1.7",
|
|
"cross-env": "^5.2.0",
|
|
"daisyui": "^2.17.0",
|
|
"endian-reader": "^0.3.0",
|
|
"esbuild": "^0.11.20",
|
|
"events": "^3.3.0",
|
|
"execa": "^5.1.1",
|
|
"fast-glob": "^3.2.11",
|
|
"fast-memoize": "^2.5.2",
|
|
"file-api": "^0.10.4",
|
|
"fs-extra": "^8.1.0",
|
|
"get-file-object-from-local-path": "^1.0.2",
|
|
"googleapis": "^100.0.0",
|
|
"gray-matter": "^4.0.3",
|
|
"jsdom": "^16.4.0",
|
|
"just-has": "^2.1.0",
|
|
"just-map-values": "^3.0.2",
|
|
"just-replace-all": "^2.0.1",
|
|
"just-shuffle": "^4.0.1",
|
|
"lazysizes": "^5.3.0-beta1",
|
|
"macho": "^1.4.0",
|
|
"markdown-it": "^11.0.1",
|
|
"marked": "^1.2.7",
|
|
"memoize-getters": "^1.1.0",
|
|
"node-html-parser": "^2.0.0",
|
|
"observe-element-in-viewport": "0.0.15",
|
|
"plist": "^3.0.1",
|
|
"pretty-bytes": "^5.5.0",
|
|
"rollup-plugin-node-polyfills": "^0.2.1",
|
|
"scroll-into-view-if-needed": "^2.2.26",
|
|
"semver": "^7.3.7",
|
|
"sitemap": "^7.1.1",
|
|
"slugify": "^1.4.6",
|
|
"stork-search": "^1.0.4",
|
|
"terser": "^4.8.0",
|
|
"uuid": "^8.3.2",
|
|
"vue": "^3.2.30",
|
|
"zip-lib": "^0.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/sitemap": "^0.1.0",
|
|
"@astrojs/tailwind": "^0.2.0",
|
|
"autoprefixer": "^10.0.2",
|
|
"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",
|
|
"npm-run-all": "^4.1.5",
|
|
"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",
|
|
"vite-tsconfig-paths": "^3.5.0",
|
|
"vitest": "^0.18.1"
|
|
}
|
|
}
|