-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 1.26 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
{
"name": "Totoro-1.alpha",
"private": false,
"description": "Jamstack starter Kit",
"scripts": {
"build": "nuxt build",
"clean": "rm -rf .nuxt dist .output",
"decap:generate": "node tools/configs-generators.ts",
"dev": "nuxt dev",
"generate": "nuxt generate",
"lint": "eslint --ext .ts,.js,.vue .",
"lint:fix": "eslint --fix --ext .ts,.js,.vue .",
"preview": "nuxt preview"
},
"dependencies": {
"giscus": "^1.3.0",
"moment-jalaali": "^0.10.0",
"vazirmatn": "^33.0.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230904.0",
"@iconify/json": "^2.2.113",
"@nuxt/content": "^2.8.2",
"@nuxt/image-edge": "1.0.0-rc.1-28236947.6058c63",
"@nuxt/ui": "^2.8.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/node": "^20.6.0",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"js-yaml": "^4.1.0",
"nuxt": "3.7.1",
"nuxt-seo-kit": "^1.3.12",
"prettier": "^3.0.3",
"sass": "^1.66.1",
"typescript": "^5.2.2",
"unplugin-icons": "0.17.0",
"unplugin-vue-components": "^0.25.2",
"vite-plugin-compression": "^0.5.1"
}
}