forked from bencodezen/vue-enterprise-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
145 lines (145 loc) · 4.88 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "vue-default",
"version": "0.0.0",
"private": true,
"types": "module",
"scripts": {
"dev": "vite",
"build": "run-s type-check build-only clean:public",
"preview": "vite preview",
"test": "run-s test:unit test:e2e",
"test:unit": "vitest --run",
"test:ci": "run-s test:unit:ci test:e2e",
"test:unit:ci": "yarn test:unit --coverage --run",
"test:unit:file": "vitest related --run ",
"test:unit:watch": "yarn test:unit",
"test:e2e": "cross-env VITE_TEST_E2E=e2e yarn build-only && start-server-and-test preview :4173 'cypress run --e2e'",
"test:e2e:dev": "cross-env VITE_TEST_E2E=e2e start-server-and-test 'vite dev --port 4173' :4173 'cypress open --e2e'",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "run-s lint:all:*",
"lint:all:eslint": "yarn lint:eslint --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts .",
"lint:all:markdownlint": "yarn lint:markdownlint \"docs/*.md\" \"*.md\"",
"lint:all:prettier": "yarn lint:prettier \"**/*.{ts,js,tsx,jsx,cts,mts,cjs,mjs,json,css,scss,vue,html,md}\"",
"lint:all:stylelint": "yarn lint:stylelint \"src/**/*.{vue,scss}\"",
"lint:eslint": "eslint --fix",
"lint:markdownlint": "markdownlint",
"lint:prettier": "prettier --write --loglevel warn --no-error-on-unmatched-pattern",
"lint:stylelint": "stylelint --fix",
"docs:dev": "vuepress dev",
"docs:build": "vuepress build",
"update:dep": "updates -u",
"prepare": "is-ci || husky install",
"clean:public": "del dist/mockServiceWorker.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@intlify/unplugin-vue-i18n": "^0.8.2",
"@mdi/js": "^7.1.96",
"@unhead/vue": "^1.1.8",
"axios": "^1.3.2",
"crypto-browserify": "^3.12.0",
"date-fns": "2.29.3",
"flatted": "^3.2.7",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.0.30",
"vue": "^3.2.47",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@esbuild-plugins/tsconfig-paths": "^0.1.2",
"@faker-js/faker": "^7.6.0",
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
"@pinia/testing": "^0.0.14",
"@rushstack/eslint-patch": "^1.2.0",
"@types/jsdom": "^21.1.0",
"@types/lodash": "^4.14.191",
"@types/node": "^18.13.0",
"@types/nprogress": "^0.2.0",
"@unhead/addons": "^1.1.8",
"@vitejs/plugin-legacy": "^4.0.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vitest/coverage-c8": "^0.28.4",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.2.10",
"@vue/tsconfig": "^0.1.3",
"@vuepress/client": "^2.0.0-beta.60",
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.3",
"cypress": "^12.5.1",
"del-cli": "^5.0.0",
"eslint": "^8.34.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.9.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"jest-matcher-utils": "^29.4.2",
"jest-serializer-vue": "^3.1.0",
"jsdom": "^21.1.0",
"lint-staged": "^13.1.1",
"markdownlint-cli": "^0.33.0",
"msw": "^1.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8",
"postcss-html": "^1.5.0",
"postcss-preset-env": "^8.0.1",
"postcss-scss": "^4.0.6",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.8.4",
"prettier-plugin-organize-imports": "^3.2.2",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.58.1",
"start-server-and-test": "^1.15.3",
"stylelint": "^15.1.0",
"stylelint-config-css-modules": "^4.2.0",
"stylelint-config-recess-order": "^3.1.0",
"stylelint-config-standard": "^30.0.1",
"stylelint-config-standard-scss": "^7.0.0",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-scss": "^4.4.0",
"terser": "^5.16.4",
"typedoc": "^0.23.24",
"typescript": "~4.9.5",
"typescript-vue-plugin": "^1.0.24",
"updates": "^13.2.8",
"utility-types": "^3.10.0",
"vite": "^4.1.1",
"vite-plugin-compression2": "^0.7.0",
"vite-tsconfig-paths": "^4.0.5",
"vitest": "^0.28.4",
"vue-tsc": "^1.0.24",
"vuepress": "^2.0.0-beta.60"
},
"engines": {
"node": ">=18.0.0",
"yarn": ">=1.0.0"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"msw": {
"workerDirectory": "public"
},
"prettier": {
"semi": true,
"arrowParens": "always",
"singleQuote": true,
"bracketSpacing": true,
"trailingComma": "all",
"vueIndentScriptAndStyle": true
}
}