-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.58 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.58 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "@strg-at/template-nuxt",
"version": "0.1.0",
"description": "Nuxt application for MethMedia",
"scripts": {
"start": "nuxt start",
"dev": "nuxt dev --host 0.0.0.0",
"build": "nuxt build",
"preview": "nuxt preview ",
"generate": "nuxt generate",
"postinstall": "nuxt prepare",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"lint:fix": "eslint \"src/**/*.ts\" --ignore-pattern \"src/**/*.spec.ts\" --fix",
"test": "vitest run --environment jsdom",
"test:unit": "vitest run --environment jsdom",
"test:watch": "vitest dev --environment jsdom -u",
"test:coverage": "vitest --environment jsdom --coverage"
},
"dependencies": {
"@pinia/nuxt": "0.4.7",
"@strg/logging-winston": "2.0.13",
"nuxt": "3.21.1",
"pinia": "2.0.33"
},
"devDependencies": {
"@nuxt/eslint-config": "0.1.1",
"@nuxtjs/eslint-config-typescript": "12.0.0",
"@pinia/testing": "0.0.15",
"@storybook/addon-essentials": "7.6.21",
"@storybook/addon-interactions": "7.6.21",
"@storybook/addon-links": "7.6.21",
"@storybook/blocks": "7.6.21",
"@storybook/manager-api": "7.6.21",
"@storybook/testing-library": "0.0.14-next.2",
"@storybook/theming": "7.6.21",
"@storybook/vue3": "7.6.21",
"@storybook/vue3-vite": "7.6.21",
"@types/jest": "29.5.0",
"@typescript-eslint/eslint-plugin": "5.54.1",
"@typescript-eslint/parser": "5.58.0",
"@vitejs/plugin-vue": "4.1.0",
"@vitest/coverage-c8": "0.31.0",
"@vue/eslint-config-prettier": "7.1.0",
"@vue/eslint-config-typescript": "11.0.2",
"@vue/test-utils": "2.3.2",
"eslint": "8.35.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-vitest": "0.0.57",
"eslint-plugin-vue": "9.10.0",
"jsdom": "21.1.1",
"nyc": "15.1.0",
"prettier": "2.8.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.61.0",
"storybook": "7.6.21",
"typescript": "4.9.5",
"unplugin-auto-import": "0.15.2",
"unplugin-vue-components": "0.24.1",
"vite-svg-loader": "4.0.0",
"vitest": "0.31.0",
"winston": "3.8.2"
},
"homepage": "https://github.com/strg-at/template-nuxt#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/strg-at/template-nuxt.git"
},
"keywords": [],
"author": "STRG.",
"license": "SEE LICENSE IN LICENSE",
"maintainers": []
}