This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
generated from antfu-collective/vitesse
-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
137 lines (137 loc) · 4.85 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
{
"name": "vitesse-enterprise",
"version": "1.0.0",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"audit": "run-s audit:*",
"audit:dev": "pnpm audit --json --dev",
"audit:prod": "pnpm audit --json --prod",
"prebuild": "rimraf dist",
"build:prod:spa": "cross-env NODE_ENV=production vite build",
"build:prod:ssg": "cross-env NODE_ENV=production vite-ssg build",
"dev": "vite --open --host --port 4000",
"lint": "run-s lint:*",
"lint:types": "vue-tsc --noEmit",
"lint:css": "stylelint --fix \"**/*.{css,scss,vue}\"",
"lint:imports": "import-sort --write \"src/**/*{.js,.ts,.vue}\"",
"lint:js": "eslint --fix --ext \"**/*.{js,ts,vue}\"",
"lint:md": "markdownlint --config .markdownlint.json --fix \"**/*.md\"",
"lint:prettier": "prettier --write --loglevel error \"**/*.{js,ts,json,css,scss,vue,html,md}\"",
"postinstall": "husky install && chmod ug+x .husky/*",
"preinstall": "npx only-allow pnpm",
"prepreview": "kill-port 4000",
"preview": "vite preview --host --port 4000",
"preview:https": "serve dist",
"run:build": "run-s 'build:prod:ssg'",
"run:preview": "run-s 'run:build' preview",
"run:test": "run-s 'test:vitest:headless' 'test:e2e:ci'",
"test:e2e": "cypress open --e2e",
"test:e2e:headless": "cypress run --e2e",
"test:e2e:ci": "start-server-and-test 'run:preview' http://localhost:4000 'cypress run --e2e'",
"test:vitest": "vitest watch",
"test:vitest:headless": "vitest run",
"test:vitest:ci": "run-s 'test:vitest:headless'",
"test:vitest:coverage": "vitest watch --coverage",
"test:vitest:coverage:headless": "vitest watch --coverage",
"test:vitest:coverage:ci": "run-s 'test:vitest:coverage:headless'",
"up": "taze major",
"up:install": "taze major --install && npx taze -w && pnpm i"
},
"dependencies": {
"@pinia/testing": "^0.0.14",
"@unocss/reset": "^0.47.6",
"@vueuse/core": "^9.13.0",
"@vueuse/head": "^1.3.1",
"axios": "^1.5.1",
"axios-case-converter": "^0.11.1",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"prism-theme-vars": "^0.2.4",
"vite-plugin-vue-component-preview": "^0.3.4",
"vue": "^3.3.4",
"vue-demi": "^0.13.11",
"vue-i18n": "^9.5.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@antfu/eslint-config": "^0.34.2",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@iconify-json/carbon": "^1.1.21",
"@intlify/unplugin-vue-i18n": "^0.8.2",
"@testing-library/cypress": "^9.0.0",
"@testing-library/vue": "^6.6.1",
"@types/markdown-it-link-attributes": "^3.0.3",
"@types/node": "^18.18.6",
"@types/nprogress": "^0.2.2",
"@unocss/vite": "^0.47.6",
"@vitejs/plugin-vue": "^4.4.0",
"@vue-macros/volar": "^0.5.15",
"@vue/compiler-sfc": "^3.3.4",
"@vue/test-utils": "^2.4.1",
"critters": "^0.0.16",
"cross-env": "^7.0.3",
"cypress": "^12.17.4",
"cypress-pipe": "^2.0.0",
"cypress-wait-until": "^1.7.2",
"eslint": "^8.51.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.17.0",
"https-localhost": "^4.7.1",
"husky": "^8.0.3",
"imagemin-lint-staged": "^0.5.1",
"import-sort": "^6.0.0",
"import-sort-cli": "^6.0.0",
"import-sort-config": "^6.0.0",
"import-sort-parser-babylon": "^6.0.0",
"import-sort-parser-typescript": "^6.0.0",
"import-sort-style-eslint": "^6.0.0",
"kill-port": "^2.0.1",
"lint-staged": "^13.3.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-prism": "^2.3.0",
"markdownlint-cli": "^0.32.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"postcss-html": "^1.5.0",
"prettier": "^2.8.8",
"prettier-plugin-import-sort": "^0.0.7",
"rimraf": "^3.0.2",
"sass": "^1.69.4",
"start-server-and-test": "^1.15.5",
"stylelint": "^14.16.1",
"stylelint-config-css-modules": "^4.3.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recess-order": "3.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^6.1.0",
"taze": "^0.8.5",
"typescript": "^4.9.5",
"unocss": "^0.48.5",
"unplugin-auto-import": "^0.12.2",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.5.0",
"vite-plugin-inspect": "^0.7.40",
"vite-plugin-pages": "^0.28.0",
"vite-plugin-pwa": "^0.14.7",
"vite-plugin-vue-inspector": "^2.0.4",
"vite-plugin-vue-layouts": "^0.7.0",
"vite-plugin-vue-markdown": "^0.22.6",
"vite-ssg": "^0.22.2",
"vite-ssg-sitemap": "^0.4.3",
"vitest": "^0.26.3",
"vue-tsc": "^1.8.19"
},
"engineStrict": true,
"engines": {
"node": "^18.12.1",
"npm": "please-use-pnpm",
"pnpm": ">=7.13.4",
"yarn": "please-use-pnpm"
}
}