-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
40 lines (40 loc) · 1.08 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
{
"name": "highcharts-tailwind-boilerplate",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"sass": "sass --watch src/assets/styles/scss/theme-styles.scss:theme-style.css"
},
"dependencies": {
"axios": "^1.7.2",
"date-fns": "^3.6.0",
"highcharts": "^11.4.3",
"highcharts-vue": "^2.0.1",
"lodash": "^4.17.21",
"pinia": "^2.1.7",
"sass": "^1.77.6",
"validator": "^13.12.0",
"vite-plugin-commonjs": "^0.10.1",
"vite-plugin-node-polyfills": "^0.19.0",
"vue": "^3.4.29",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"unplugin-vue-define-options": "^1.3.18",
"vite": "^5.3.1",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-vue-devtools": "^7.3.1",
"vite-plugin-vue-layouts": "^0.8.0"
}
}