-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.12 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
{
"name": "softbee.vue",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 5050",
"test:unit": "vitest --environment jsdom",
"typecheck": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
"lint:fix": "yarn lint --fix",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"prebuild": "rimraf ./node_modules/@types/react"
},
"dependencies": {
"lodash": "^4.17.21",
"pinia": "^2.0.11",
"vue": "^3.2.31",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@rushstack/eslint-patch": "^1.1.0",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/vue3": "^6.4.19",
"@types/jsdom": "^16.2.14",
"@types/lodash-es": "^4.17.6",
"@types/node": "^16.11.25",
"@vitejs/plugin-vue": "^2.2.2",
"@vitejs/plugin-vue-jsx": "^1.3.7",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/test-utils": "^2.0.0-rc.18",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.4",
"babel-loader": "^8.2.3",
"esbuild-register": "^3.3.2",
"eslint": "^8.5.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier-vue": "^3.1.0",
"eslint-plugin-storybook": "^0.5.7",
"eslint-plugin-tailwindcss": "^3.5.0",
"eslint-plugin-vue": "^8.2.0",
"jsdom": "^19.0.0",
"lodash-es": "^4.17.21",
"postcss": "^8.4.12",
"prettier": "^2.5.1",
"rollup-plugin-visualizer": "^5.6.0",
"storybook-builder-vite": "^0.1.21",
"storybook-dark-mode": "^1.0.9",
"tailwindcss": "^3.0.23",
"typescript": "~4.5.5",
"vite": "^2.8.4",
"vitest": "^0.5.0",
"vue-eslint-parser": "^8.3.0",
"vue-loader": "^16.8.3",
"vue-tsc": "^0.31.4"
},
"packageManager": "[email protected]"
}