-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.02 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
{
"name": "nuxt-tinacms-starter",
"version": "1.1.0",
"license": "MIT",
"author": "Melinda Golden <info@melindagolden.com> (https://melindagolden.com/)",
"repository": {
"type": "git",
"url": "https://github.com/mmgolden/nuxt-tinacms-starter/"
},
"private": false,
"scripts": {
"build": "tinacms build && nuxt build",
"dev": "tinacms dev -c 'nuxt dev'",
"generate": "tinacms build && nuxt generate",
"preview": "nuxt preview",
"lint": "eslint ."
},
"dependencies": {
"@nuxt/content": "^2.7.2",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@tinacms/auth": "^1.0.3",
"@tinacms/cli": "^1.5.29",
"@types/node": "^18.17.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"express": "^4.18.2",
"next-tinacms-cloudinary": "^4.3.5",
"nuxt": "^3.6.5",
"prettier": "^3.0.2",
"serverless-http": "^3.2.0",
"tinacms": "^1.5.20",
"typescript": "^5.2.2"
}
}