-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 879 Bytes
/
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
{
"name": "culture",
"private": "true",
"dependencies": {
"@intlify/unplugin-vue-i18n": "^0.11.0",
"@popperjs/core": "^2.11.7",
"@vitejs/plugin-vue": "^4.2.1",
"@vue/compat": "^3.2.47",
"axios": "^1.4.0",
"bootstrap-vue": "^2.23.1",
"echarts": "^5.4.3",
"jquery": "^3.6.4",
"jsonapi-vuex": "^5.12.0",
"lodash": "^4.17.21",
"luxon": "^3.3.0",
"sass": "^1.62.1",
"uuid": "^9.0.0",
"vue": "^3.2.47",
"vue-chartjs": "^5.2.0",
"vue-cookies": "^1.8.3",
"vue-echarts": "^6.6.1",
"vue-i18n": "^9.2.2",
"vue-pluralize": "^0.0.2",
"vue-router": "^4.1.6",
"vuex": "^4.1.0"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.2.45",
"@vue/runtime-dom": "^3.2.47",
"cypress": "13.14.2",
"vite": "^5.0.0",
"vite-plugin-full-reload": "^1.0.5",
"vite-plugin-ruby": "^5.1.0"
}
}