-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.41 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
{
"name": "gamma-web-smr",
"type": "module",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"scripts": {
"dev": "vite",
"check": "vue-tsc --noEmit",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix",
"lint:style": "stylelint **/*.{css,less,vue}"
},
"dependencies": {
"@ag-grid-community/client-side-row-model": "^31.3.2",
"@ag-grid-community/core": "^31.3.2",
"@ag-grid-community/styles": "^31.3.2",
"@ag-grid-community/vue3": "^31.3.2",
"@ant-design/icons-vue": "^7.0.1",
"@antv/layout": "^0.3.25",
"@antv/x6": "^2.18.1",
"@antv/x6-vue-shape": "^2.1.2",
"@fontsource/lexend": "^5.0.20",
"@fontsource/rubik": "^5.0.20",
"@futuregene/gamma-web-plot": "^1.0.18",
"@iconify-icons/material-symbols": "^1.2.58",
"@iconify/vue": "^4.1.2",
"@imengyu/vue3-context-menu": "^1.4.1",
"@vueuse/core": "^10.11.0",
"ant-design-vue": "^4.2.3",
"axios": "^1.7.2",
"copy-to-clipboard": "^3.3.3",
"d3": "^7.9.0",
"dayjs": "^1.11.11",
"events": "^3.3.0",
"fetch-jsonp": "^1.3.0",
"github-markdown-css": "^5.6.1",
"lodash-es": "^4.17.21",
"lru-cache": "^10.2.2",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"markdown-it-toc-done-right": "^4.2.0",
"pinia": "^2.1.7",
"uslug": "^1.0.4",
"uuid": "^10.0.0",
"virtua": "^0.33.1",
"vue": "^3.4.30",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.1",
"@types/d3": "^7.4.3",
"@types/lodash-es": "^4.17.12",
"@types/markdown-it": "^13.0.8",
"@types/node": "^20.14.9",
"@types/uslug": "^1.0.4",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.19",
"eslint": "^9.5.0",
"less": "^4.2.0",
"postcss": "^8.4.38",
"postcss-html": "^1.7.0",
"postcss-import": "^16.1.0",
"postcss-less": "^6.0.0",
"prettier": "^3.3.2",
"sass": "^1.77.6",
"stylelint": "^16.6.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vue-tsc": "^2.0.22"
}
}