-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 992 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
39
40
41
42
43
{
"name": "cliuno-nuxt-template",
"version": "2.0.1",
"author": "ru44",
"license": "AGPL-3.0-only",
"keywords": [
"cliuno",
"nuxt",
"typescript",
"javascript"
],
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --port 5000",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "eslint",
"lint:fix": "eslint . --fix",
"postinstall": "nuxt prepare",
"prepare": "husky"
},
"dependencies": {
"@nuxt/eslint": "0.7.4",
"eslint": "^8.57.0 || ^9.0.0",
"nuxt": "^3.15.0",
"vue": "latest",
"vue-router": "latest"
},
"devDependencies": {
"@changesets/cli": "^2.27.11",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"autoprefixer": "^10.4.20",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}