forked from ThatGuySam/doesitarm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) 路 1.08 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) 路 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "doesitarm",
"version": "1.0.0",
"description": "Apps that support Apple Silicon",
"author": "Sam Carlton",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint:fix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/sitemap": "^2.4.0",
"axios": "^0.21.0",
"cross-env": "^5.2.0",
"markdown-it": "^11.0.1",
"scroll-into-view-if-needed": "^2.2.26",
"slugify": "^1.4.5",
"typeface-inter": "^3.15.0"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^3.2.0",
"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.7",
"prettier": "1.14.3",
"tailwindcss": "^1.9.6"
}
}