-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.78 KB
/
package.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "nuxt-starter-netlify-cms",
"version": "1.0.1",
"description": "Example Nuxt, and Netlify CMS project",
"author": "Luke Oliff <[email protected]> (https://twitter.com/lukeocodes)",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "npm run lint-js && npm run lint-md",
"lint-js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint-md": "remark .",
"release": "release-it",
"commit": "cz",
"test": "echo \"Pass: No test specified\" && exit 0"
},
"dependencies": {
"@nuxt/content": "^1.9.0",
"@tailwindcss/typography": "^0.2.0",
"core-js": "^3.6.5",
"nuxt": "^2.14.6"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^4.0.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/tailwindcss": "^3.1.0",
"@release-it/conventional-changelog": "^2.0.0",
"babel-eslint": "^10.1.0",
"commitizen": "^4.2.2",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-nuxt": "^1.0.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.1.2",
"release-it": "^14.2.1",
"remark-cli": "^9.0.0",
"remark-frontmatter": "^3.0.0",
"remark-lint": "^8.0.0",
"remark-preset-lint-consistent": "^4.0.0",
"remark-preset-lint-markdown-style-guide": "^4.0.0",
"remark-preset-lint-recommended": "^5.0.0",
"remark-preset-prettier": "^0.4.0",
"remark-retext": "^4.0.0",
"retext-english": "^3.0.4",
"retext-repeated-words": "^3.0.0",
"retext-sentence-spacing": "^4.0.0",
"retext-spell": "^4.0.0",
"retext-syntax-urls": "^2.0.0",
"retext-usage": "^0.5.0",
"unified": "^9.2.0"
},
"keywords": [
"nuxt",
"vue",
"netlify-cms"
],
"license": "MIT"
}