-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 991 Bytes
/
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
{
"name": "@bloggrify/mistral",
"description": "A Nuxt.js theme for Bloggrify",
"license": "All Rights Reserved",
"version": "1.2.3",
"author": "Eventually Coding <[email protected]>",
"type": "module",
"main": "./nuxt.config.ts",
"repository": {
"type": "git",
"url": "https://github.com/bloggrify/bloggrify-mistral.git"
},
"files": [
"components",
"composables",
"layouts",
"app.config.ts",
"nuxt.config.ts",
"tailwind.config.js"
],
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "eslint ."
},
"dependencies": {
"@bloggrify/core": "1.8.0",
"nuxt": "3.14.1592"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.7.1",
"autoprefixer": "10.4.20",
"eslint": "^8.57.1",
"sass": "1.81.0"
}
}