generated from cp-20/nuxt3-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 2.12 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "anke-to-v3-ui",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"start": "node .output/server/index.mjs",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "npx nuxi typecheck",
"format": "prettier --write --ignore-path .gitignore \"**/*.{js,ts,vue,json,md}\"",
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore .",
"lint:fix": "eslint --fix --ext .js,.ts,.vue --ignore-path .gitignore .",
"test": "npx nuxi test",
"openapi:traq": "npx openapi-typescript https://raw.githubusercontent.com/traPtitech/traQ/master/docs/v3-api.yaml --output ./composables/type-fetch/traq/openapi.ts",
"openapi:anke-to": "npx openapi-typescript https://raw.githubusercontent.com/traPtitech/anke-to/main/docs/swagger/swagger.yaml --output ./composables/type-fetch/anke-to/openapi.ts"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/test-utils": "^3.9.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/google-fonts": "^3.1.0",
"@nuxtjs/stylelint-module": "^5.1.0",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@pinia/nuxt": "^0.5.1",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-vue": "^9.19.2",
"happy-dom": "^12.10.3",
"nuxt": "^3.8.2",
"nuxt-icon": "^0.6.7",
"nuxt-primevue": "^0.2.2",
"openapi-typescript": "^6.7.2",
"pinia": "^2.1.7",
"postcss-html": "^1.5.0",
"prettier": "^3.1.0",
"primevue": "^3.43.0",
"ress": "^5.0.2",
"sass": "^1.69.5",
"smooth-dnd": "^0.12.1",
"stylelint": "^15.11.0",
"stylelint-config-recess-order": "^4.4.0",
"type-fest": "^4.8.3",
"typescript": "^5.3.3",
"vitest": "^1.1.3",
"vue": "^3.3.10",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.25",
"vue3-smooth-dnd": "^0.0.6"
},
"dependencies": {
"js-sha256": "^0.10.1"
}
}