mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"name": "doesitarm",
|
|
"version": "1.0.0",
|
|
"description": "Find out the latest app support for Apple Silicon and the Apple M1 Processor",
|
|
"author": "Sam Carlton",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "rm -f ./static/app-list.json && npm run clone-readme && nuxt generate",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/sitemap": "^2.4.0",
|
|
"axios": "^0.21.0",
|
|
"cross-env": "^5.2.0",
|
|
"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",
|
|
"scroll-into-view-if-needed": "^2.2.26",
|
|
"slugify": "^1.4.6",
|
|
"typeface-inter": "^3.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxtjs/tailwindcss": "^3.3.4",
|
|
"autoprefixer": "^8.6.4",
|
|
"babel-eslint": "^8.2.1",
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-prettier": "^3.1.0",
|
|
"eslint-loader": "^2.0.0",
|
|
"eslint-plugin-prettier": "2.6.2",
|
|
"eslint-plugin-vue": "^4.0.0",
|
|
"node-fetch": "^2.6.1",
|
|
"nodemon": "^1.11.0",
|
|
"nuxt": "^2.14.11",
|
|
"prettier": "1.14.3",
|
|
"tailwindcss": "^1.9.6"
|
|
}
|
|
}
|