-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.31 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
47
{
"name": "cotowali.org",
"version": "2.0.0",
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
},
"scripts": {
"updates": "ncu",
"do-updates": "ncu -u",
"nuxt": "nuxt",
"build": "nuxt build",
"dev": "nuxt dev",
"check": "nuxt typecheck",
"eslint": "eslint --ignore-path .gitignore --ext .ts,.vue",
"lint": "pnpm eslint .",
"lint-staged": "nano-staged",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@cotowali/design": "^0.3.4",
"@cotowali/eslint-config": "github:cotowali/eslint-config",
"@mdi/js": "^7.0.96",
"@nuxt/content": "^2.2.1",
"@nuxtjs/google-fonts": "^3.0.0-0",
"@nuxtjs/i18n": "^8.0.0-beta.1",
"@nuxtjs/tailwindcss": "^6.1.2",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.4.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.7.0",
"firebase": "^9.14.0",
"nano-staged": "^0.8.0",
"npm-check-updates": "^16.3.16",
"nuxt": "3.0.0-rc.13",
"simple-git-hooks": "^2.8.1",
"typescript": "^4.8.4",
"vue-tsc": "^1.0.9"
}
}