-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.34 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
{
"name": "qv",
"version": "0.0.1",
"description": " A quasar project using vite",
"productName": "QV",
"author": "ub3rb3457",
"jest": {
"testEnvironment": "jsdom",
"transform": {
"^.+\\.js?$": "babel-jest",
"^.+\\.vue?$": "vue3-jest"
}
},
"private": true,
"scripts": {
"storybook": "start-storybook -p 6006",
"build:storybook": "build-storybook",
"test:storybook": "test-storybook",
"lint": "eslint --ext .js,.vue ./",
"format": "prettier --write \"**/*.{js,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "NODE_OPTIONS=--experimental-vm-modules jest --watchAll --verbose"
},
"dependencies": {
"@quasar/extras": "^1.0.0",
"@vue/devtools-api": "^6.0.0-beta.20.1",
"axios": "^0.21.1",
"pinia": "^2.0.11",
"vue": "^3.2.16",
"vue-i18n": "^9.0.0",
"vue-router": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/plugin-transform-modules-commonjs": "^7.17.7",
"@babel/preset-env": "^7.16.11",
"@intlify/vite-plugin-vue-i18n": "^3.3.1",
"@quasar/app-vite": "^1.0.0-alpha.0",
"@quasar/quasar-app-extension-qcalendar": "^4.0.0-beta.14",
"@storybook/addon-a11y": "^6.4.19",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/jest": "0.0.10",
"@storybook/test-runner": "0.0.4",
"@storybook/testing-library": "0.0.9",
"@storybook/testing-vue3": "0.0.2",
"@storybook/vue3": "^6.4.19",
"@testing-library/dom": "^8.11.4",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/user-event": "^13.5.0",
"@testing-library/vue": "^6.4.2",
"@vue/vue3-jest": "^27.0.0-alpha.4",
"autoprefixer": "^10.4.2",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.4",
"babel-preset-vue": "^2.0.2",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-storybook": "^0.5.7",
"eslint-plugin-vue": "^8.5.0",
"jest": "^27.5.1",
"prettier": "^2.5.1",
"quasar": "^2.6.1",
"storybook-builder-vite": "^0.1.21",
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.6.14",
"vue3-jest": "^27.0.0-alpha.1"
},
"engines": {
"node": "^18 || ^16 || ^14.19",
"npm": ">= 6.13.4",
"yarn": ">= 1.22.17"
}
}