-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "cypress-issue-30925",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.3",
"@kazupon/vue-i18n-loader": "^0.5.0",
"@riesenia/fe-configs": "^2.0.2",
"@rollup/plugin-inject": "^5.0.5",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-onboarding": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/test": "^8.4.7",
"@storybook/vue3": "^8.4.7",
"@storybook/vue3-vite": "^8.4.7",
"@testing-library/vue": "^8.1.0",
"@tsconfig/node22": "^22.0.0",
"@types/axios": "^0.9.36",
"@types/jquery": "^3.5.32",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^22.10.5",
"@types/smoothscroll-polyfill": "^0.3.4",
"@types/underscore": "^1.13.0",
"@types/wnumb": "^1.2.3",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/eslint-plugin": "^1.1.25",
"@vue/tsconfig": "^0.7.0",
"cypress": "^14.0.0",
"jsdom": "^26.0.0",
"sass": "^1.39.0",
"storybook": "^8.4.7",
"typescript": "^5.7.2",
"typescript-eslint": "^8.20.0",
"vite": "5.4.11",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-live-reload": "^3.0.4",
"vitest": "^3.0.3",
"vue-eslint-parser": "^9.4.3",
"vue-loader": "^15.10.1",
"vue-tsc": "~2.1.6"
},
"dependencies": {
"axios": "^1.7.9",
"bootstrap-multiselect": "^0.9.15",
"bootstrap-notify": "^3.1.3",
"easytimer.js": "^4.3.1",
"flatpickr": "^4.6.13",
"jquery": "~1.12.4",
"jquery-validation": "^1.19.2",
"lg-video": "^1.3.0",
"lightgallery": "^1.9.0",
"nouislider": "^15.7.1",
"smoothscroll-polyfill": "^0.4.4",
"sweetalert2": "^10.10.1",
"swiper": "^8.1.4",
"tippy.js": "^6.2.7",
"underscore": "^1.8.3",
"uninstall": "^0.0.0",
"vanilla-lazyload": "^17.4.0",
"vue": "^3.5.13",
"vue-i18n": "^10.0.5",
"vue-virtual-scroll-list": "^2.3.5",
"vuex": "^4.1.0",
"wnumb": "^1.2.0"
}
}