-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.32 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
{
"name": "chiblog",
"version": "1.3.0",
"private": true,
"author": "chi Network Contributors<[email protected]>",
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"dev:web": "nuxi dev --host 0.0.0.0",
"generate": "nuxi generate",
"preview": "nuxi preview",
"postinstall": "nuxi prepare",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"lint:fix": "prettier --write ."
},
"devDependencies": {
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"eslint-plugin-vue": "^9.25.0",
"vue-icon": "link:@types/jamescoyle/vue-icon"
},
"dependencies": {
"@google/generative-ai": "^0.2.1",
"@jamescoyle/vue-icon": "^0.1.2",
"@mdi/js": "^7.4.47",
"@nuxtjs/tailwindcss": "^6.12.0",
"@vitejs/plugin-legacy": "^4.1.1",
"@waline/api": "1.0.0-alpha.7",
"@waline/client": "^3.1.3",
"autoprefixer": "^10.4.19",
"browserslist": "^4.23.0",
"eslint": "^8.57.0",
"marked": "^4.3.0",
"marked-highlight": "^2.1.1",
"md5": "^2.3.0",
"nuxi": "^3.11.1",
"nuxt": "^3.11.2",
"postcss": "^8.4.38",
"recaptcha-v3": "^1.10.0",
"sass": "^1.76.0",
"sha256": "^0.2.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"valine": "^1.5.1"
}
}