forked from FranciscoKloganB/vitesse-enterprise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
128 lines (128 loc) · 4.51 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
{
"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 --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"
},
"dependencies": {
"@pinia/testing": "^0.0.13",
"@vueuse/core": "^9.1.0",
"@vueuse/head": "^0.7.9",
"axios": "^0.27.2",
"axios-case-converter": "^0.9.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.17",
"prism-theme-vars": "^0.2.4",
"vue": "^3.2.37",
"vue-demi": "^0.13.6",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.3"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@iconify-json/carbon": "^1.1.7",
"@intlify/vite-plugin-vue-i18n": "^6.0.0",
"@testing-library/cypress": "^8.0.3",
"@testing-library/vue": "^6.6.1",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/node": "^18.6.3",
"@types/nprogress": "^0.2.0",
"@unocss/vite": "^0.45.5",
"@vitejs/plugin-vue": "^3.0.1",
"@vue/compiler-sfc": "^3.2.37",
"@vue/test-utils": "^2.0.2",
"critters": "^0.0.16",
"cross-env": "^7.0.3",
"cypress": "^10.4.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.3.0",
"https-localhost": "^4.7.1",
"husky": "^8.0.1",
"imagemin-lint-staged": "^0.4.0",
"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.0.3",
"markdown-it-link-attributes": "^4.0.0",
"markdown-it-prism": "^2.2.4",
"markdownlint-cli": "^0.32.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.14",
"postcss-html": "^1.5.0",
"prettier": "^2.7.1",
"prettier-plugin-import-sort": "^0.0.7",
"rimraf": "^3.0.2",
"sass": "^1.54.2",
"start-server-and-test": "^1.14.0",
"stylelint": "^14.9.1",
"stylelint-config-css-modules": "^4.1.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recess-order": "3.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard-scss": "^5.0.0",
"taze": "^0.7.6",
"typescript": "^4.7.4",
"unocss": "^0.44.2",
"unplugin-auto-import": "^0.11.0",
"unplugin-vue-components": "^0.22.0",
"vite": "3.0.4",
"vite-plugin-inspect": "^0.6.0",
"vite-plugin-pages": "^0.25.0",
"vite-plugin-pwa": "^0.12.3",
"vite-plugin-vue-layouts": "^0.7.0",
"vite-plugin-vue-markdown": "^0.21.1",
"vite-ssg": "^0.20.2",
"vite-ssg-sitemap": "^0.3.1",
"vitest": "^0.21.0",
"vue-tsc": "^0.39.5"
},
"engines": {
"node": ">=16.15.1",
"pnpm": "^7.5.1"
}
}