forked from brentleejohnson/team-blog-posts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.49 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
{
"name": "quasar-vite",
"version": "0.0.2",
"scripts": {
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write",
"serve": "vite preview",
"build": "vite build",
"dev": "vite",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@capacitor/android": "^3.4.3",
"@capacitor/core": "^3.4.3",
"@quasar/app": "^3.3.3",
"@quasar/extras": "^1.12.5",
"@quasar/quasar-ui-qcalendar": "^4.0.0-beta.13",
"@vue/compiler-sfc": "^3.2.31",
"axios": "^0.26.0",
"path": "^0.12.7",
"pinia": "^2.0.11",
"quasar": "^2.5.5",
"sass": "^1.49.9",
"typescript": "^4.6.2",
"vue": "^3.2.25",
"vue-i18n": "^9.1.9",
"vue-router": "^4.0.13"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@capacitor/cli": "^3.4.3",
"@intlify/vite-plugin-vue-i18n": "^3.3.1",
"@quasar/vite-plugin": "^1.0.5",
"@storybook/addon-actions": "^6.5.0-alpha.46",
"@storybook/addon-essentials": "^6.5.0-alpha.46",
"@storybook/addon-links": "^6.5.0-alpha.46",
"@storybook/vue3": "^6.5.0-alpha.46",
"@vitejs/plugin-vue": "^2.2.4",
"babel-loader": "^8.2.3",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^8.5.0",
"kolorist": "^1.5.1",
"prettier": "2.5.1",
"storybook-builder-vite": "^0.1.17",
"unplugin-vue-components": "^0.17.21",
"vite": "^2.8.6",
"vue-loader": "^16.8.3"
}
}