-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 916 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 916 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
{
"name": "great-start",
"type": "module",
"private": true,
"packageManager": "pnpm@11.2.1+sha512.4c4c142b276348da01d39907cce2f40bf61281212a0e43295ee988055d50cce728ab7e9c181e252e4bce3a4f19ba1cff1a75b1e2e0fd6b17ba0be598a5e45446",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@codemirror/lang-yaml": "^6.1.3",
"@codemirror/theme-one-dark": "^6.1.3",
"codemirror": "^6.0.2",
"js-yaml": "^4.1.1",
"nuxt": "^4.4.6",
"pinyin-pro": "^3.28.2",
"vue": "^3.5.34",
"vue-router": "^5.0.6"
},
"devDependencies": {
"@antfu/eslint-config": "^9.0.0",
"@nuxt/eslint": "^1.15.2",
"@nuxtjs/tailwindcss": "^6.14.0",
"@types/js-yaml": "^4.0.9",
"eslint": "^9.39.4"
}
}