-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.65 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
{
"name": "vue-3-vite",
"version": "0.0.0",
"private": true,
"scripts": {
"serve": "vite preview",
"build": "vite build",
"dev": "vite --host --port 3000",
"qa": "vite --host --mode qa",
"prod": "vite --host --mode production",
"build:qa": "vite build --mode qa",
"build:dev": "vite build --mode dev",
"preview": "vite preview",
"tailwind-viewer": "tailwind-config-viewer -o",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -s public -o dist/storybook",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write",
"prepare": "husky install"
},
"dependencies": {
"@mdi/font": "5.9.55",
"@popperjs/core": "^2.11.6",
"@storybook/vue3": "^6.5.15",
"@vueuse/core": "^9.1.1",
"axios": "^0.27.2",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"pinia": "^2.0.14",
"roboto-fontface": "*",
"sass": "^1.52.3",
"string-to-color": "^2.2.2",
"swiper": "^9.3.2",
"tailwind-config-viewer": "^1.7.1",
"vee-validate": "^4.5.11",
"vue": "latest",
"vue-awesome-swiper": "^5.0.1",
"vue-query": "^1.26.0",
"vue-router": "^4.0.16",
"vue-waypoint": "^4.2.5",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-interactions": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/builder-vite": "^0.2.6",
"@storybook/testing-library": "^0.0.13",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^17.0.42",
"@types/webfontloader": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@vitejs/plugin-vue": "^2.3.3",
"@volar/vue-language-core": "^1.6.5",
"@vue/eslint-config-typescript": "^11.0.3",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.3.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-vue": "^9.14.1",
"husky": "^8.0.3",
"postcss": "^8.4.14",
"prettier": "^2.8.8",
"rollup-plugin-visualizer": "^5.9.0",
"tailwindcss": "^3.1.2",
"terser": "^5.17.6",
"typescript": "^4.5.4",
"unplugin-auto-import": "^0.16.4",
"unplugin-vue-components": "^0.25.0",
"vite": "^3.0.0",
"vite-plugin-checker": "^0.6.0",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-svg-loader": "^4.0.0",
"vue-loader": "^16.8.3",
"vue-tsc": "^0.34.7"
}
}