-
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) · 967 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 967 Bytes
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-app",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host --open",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"stylelint": "stylelint **/*.{vue,css,scss} --fix",
"eslint": "eslint --fix"
},
"dependencies": {
"highlight.js": "^11.11.1",
"markdown-it": "^14.1.0",
"nuxt": "^4.0.3",
"openai": "^5.12.2",
"vue": "^3.5.18",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@antfu/eslint-config": "^5.2.0",
"@types/markdown-it": "^14.1.2",
"@vite-pwa/nuxt": "^1.0.4",
"autoprefixer": "^10.4.21",
"eslint": "^9.32.0",
"eslint-plugin-format": "^1.0.1",
"postcss": "^8.5.6",
"sass": "^1.90.0",
"stylelint": "^16.23.1",
"stylelint-config-recess-order": "^7.1.0",
"stylelint-config-recommended-vue": "^1.6.1",
"stylelint-config-standard-scss": "^15.0.1"
}
}