-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
127 lines (127 loc) · 4.14 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"private": true,
"version": "0.0.1",
"scripts": {
"dev": "vite serve",
"preview": "vite preview",
"build:prod": "NODE_ENV=prod vite build --minify",
"build:dev": "NODE_ENV=dev vite build",
"generate": "run-p typecheck \"build:prod\"",
"postinstall": "yarn prepare",
"prepare": "husky && husky install",
"lint": "yarn codestyle && yarn typecheck",
"codestyle": "eslint . --fix",
"test": "echo \"TODO: need to add tests\"",
"storybook": "storybook dev -p 6006",
"sb": "storybook dev -p 6006",
"test:unit": "vitest",
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
"typecheck": "vue-tsc --build --force",
"format": "prettier --write src/"
},
"type": "module",
"lint-staged": {
"*.{js,ts}": [
"eslint --fix"
],
"*.{vue,html}": [
"prettier --write",
"eslint --fix"
],
"*.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",
"@rushstack/eslint-patch": "^1.8.0",
"@storybook/addon-actions": "^8.1.11",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-interactions": "^8.1.11",
"@storybook/addon-links": "^8.1.11",
"@storybook/blocks": "^8.1.11",
"@storybook/builder-vite": "^8.1.11",
"@storybook/test": "^8.1.11",
"@storybook/vue3": "^8.1.11",
"@storybook/vue3-vite": "^8.1.11",
"@tsconfig/node20": "^20.1.4",
"@types/cytoscape-dagre": "^2.3.1",
"@types/downloadjs": "^1.4.3",
"@types/jsdom": "^21.1.7",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.isstring": "^4.0.9",
"@types/lodash.pick": "^4.4.9",
"@types/node": "^20.14.5",
"@types/pluralize": "^0.0.33",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/devtools-kit": "^7.4.4",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.0",
"cypress": "^13.12.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-vue": "^9.23.0",
"husky": "^9.0.11",
"jsdom": "^24.1.0",
"lint-staged": "^15.2.7",
"npm-run-all2": "^6.2.0",
"nuxi": "^3.3.1",
"postcss": "^8.3.11",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.57.1",
"start-server-and-test": "^2.0.4",
"storybook": "^8.1.11",
"typescript": "^5.4.0",
"vite": "^5.3.1",
"vite-bundle-analyzer": "^0.15.2",
"vite-plugin-vue-devtools": "^7.6.8",
"vitest": "^1.6.0",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^2.0.21"
},
"dependencies": {
"@floating-ui/vue": "^1.1.2",
"@highlightjs/vue-plugin": "^2.1.2",
"@hpcc-js/wasm": "^2.8.0",
"@sentry/types": "^8.15.0",
"@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",
"eslint-plugin-prettier": "^5.2.1",
"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",
"pinia": "^2.1.7",
"pluralize": "^8.0.0",
"tailwindcss": "^3.2.4",
"vue": "^3.4.29",
"vue-router": "^4.3.3",
"vue3-tabs-component": "^1.2.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}