-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
107 lines (107 loc) · 3.28 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"private": true,
"version": "0.0.1",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxi generate",
"preview": "nuxi preview",
"postinstall": "nuxi prepare",
"prepare": "husky && husky install",
"lint": "yarn codestyle && yarn typecheck",
"codestyle": "eslint . --fix",
"typecheck": "tsc --noEmit",
"test": "echo \"TODO: need to add tests\"",
"storybook": "storybook dev -p 6006",
"sb": "storybook dev -p 6006"
},
"type": "module",
"lint-staged": {
"*.{js,ts}": [
"eslint --fix"
],
"*.{vue,html}": [
"eslint --fix",
"prettier --write"
],
"*.json": [
"prettier --write"
],
"*.js": "eslint --cache --fix",
"*.{js,css,md}": "prettier --write"
},
"devDependencies": {
"@babel/plugin-syntax-import-attributes": "^7.24.7",
"@chromatic-com/storybook": "^1.6.1",
"@conarti/eslint-plugin-feature-sliced": "^1.0.5",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/storybook": "^8.1.5",
"@nuxtjs/tailwindcss": "^6.2.0",
"@storybook-vue/nuxt": "0.2.10",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-interactions": "^8.1.11",
"@storybook/addon-links": "^8.1.11",
"@storybook/blocks": "8.1.11",
"@storybook/test": "8.1.11",
"@storybook/vue3": "^8.1.11",
"@storybook/vue3-vite": "8.1.11",
"@types/cytoscape-dagre": "^2.3.1",
"@types/downloadjs": "^1.4.3",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^20.14.10",
"@types/pluralize": "^0.0.33",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-vue": "^9.9.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"nuxi": "^3.3.1",
"postcss": "^8.3.11",
"prettier": "^3.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.57.1",
"storybook": "^8.1.11",
"typescript": "^5.1.6",
"vue-eslint-parser": "^9.1.0"
},
"dependencies": {
"@floating-ui/vue": "^1.1.2",
"@highlightjs/vue-plugin": "^2.1.2",
"@hpcc-js/wasm": "^2.8.0",
"@pinia/nuxt": "^0.5.1",
"@sentry/types": "^8.15.0",
"@storybook/addon-actions": "^8.1.11",
"@types/lodash": "^4.14.200",
"@vue/shared": "^3.2.45",
"@vueuse/core": "^10.11.0",
"centrifuge": "^5.2.2",
"cytoscape": "^3.26.0",
"cytoscape-dagre": "^2.5.0",
"d3-graphviz": "^5.0.2",
"d3-selection": "^3.0.0",
"downloadjs": "^1.4.7",
"flame-chart-js": "^3.0",
"highlight.js": "^11.7.0",
"html-to-image": "^1.11.4",
"lodash.debounce": "^4.0.8",
"lodash.isstring": "^4.0.1",
"lodash.pick": "^4.4.0",
"moment": "^2.29.4",
"nuxt": "^3.12.4",
"pinia": "^2.0.30",
"pluralize": "^8.0.0",
"tailwindcss": "^3.2.4",
"vue": "^3.2.45",
"vue3-tabs-component": "^1.2.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}