create-packer 1.47.0 → 1.47.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,78 +1,78 @@
1
- {
2
- "name": "react-vite",
3
- "private": true,
4
- "version": "0.0.0",
5
- "type": "module",
6
- "scripts": {
7
- "prepare": "husky",
8
- "dev": "vite",
9
- "build": "tsc --noEmit && vite build",
10
- "build:analyse": "tsc --noEmit && vite build --mode analyse",
11
- "preview": "vite preview",
12
- "up:vite": "pnpm up vite @vitejs/* vite-plugin-* -L",
13
- "format": "prettier --write \"**/*.{ts,js,tsx,jsx,json,css,scss,less}\"",
14
- "lint": "tsc --noEmit && eslint --no-error-on-unmatched-pattern && stylelint **/*.{css,scss,less,ts,tsx}",
15
- "lint:fix": "eslint --fix && stylelint **/*.{css,scss,less,ts,tsx} --fix",
16
- "cz": "cz",
17
- "push": "npm run commit && git push",
18
- "commit": "git add . && npm run cz"
19
- },
20
- "dependencies": {
21
- "@emotion/react": "11.14.0",
22
- "@emotion/styled": "11.14.1",
23
- "@tanstack/react-query": "5.51.15",
24
- "axios": "1.7.9",
25
- "define-zustand": "3.4.0",
26
- "es-toolkit": "1.39.8",
27
- "immer": "10.0.1",
28
- "qs": "6.11.2",
29
- "react": "18.3.1",
30
- "react-dom": "18.3.1",
31
- "react-router": "7.5.0",
32
- "react-use": "17.5.0",
33
- "type-fest": "4.33.0",
34
- "zustand": "5.0.3"
35
- },
36
- "devDependencies": {
37
- "@commitlint/cli": "17.6.1",
38
- "@commitlint/config-conventional": "17.6.1",
39
- "@commitlint/cz-commitlint": "17.5.0",
40
- "@emotion/babel-plugin": "11.13.5",
41
- "@eslint/js": "9.15.0",
42
- "@faker-js/faker": "8.4.1",
43
- "@types/node": "18.16.0",
44
- "@types/qs": "6.9.7",
45
- "@types/react": "18.3.3",
46
- "@types/react-dom": "18.3.0",
47
- "@vitejs/plugin-react": "5.0.1",
48
- "autoprefixer": "10.4.14",
49
- "commitizen": "4.3.0",
50
- "cssnano": "6.0.0",
51
- "eslint": "9.17.0",
52
- "eslint-import-resolver-typescript": "3.7.0",
53
- "eslint-plugin-import": "2.31.0",
54
- "eslint-plugin-react": "7.37.2",
55
- "eslint-plugin-react-hooks": "5.1.0",
56
- "globals": "15.12.0",
57
- "husky": "9.1.6",
58
- "inquirer": "8.1.2",
59
- "postcss": "8.4.35",
60
- "postcss-import": "16.0.1",
61
- "postcss-nesting": "12.0.3",
62
- "prettier": "3.2.5",
63
- "rollup-plugin-visualizer": "5.12.0",
64
- "stylelint": "16.10.0",
65
- "stylelint-config-standard": "36.0.1",
66
- "typescript": "5.8.2",
67
- "typescript-eslint": "8.15.0",
68
- "vite": "7.1.3",
69
- "vite-plugin-checker": "0.10.2",
70
- "vite-plugin-mock-dev-server": "1.9.3",
71
- "vite-plugin-svgr": "4.5.0"
72
- },
73
- "config": {
74
- "commitizen": {
75
- "path": "@commitlint/cz-commitlint"
76
- }
77
- }
78
- }
1
+ {
2
+ "name": "react-vite",
3
+ "private": true,
4
+ "version": "0.0.0",
5
+ "type": "module",
6
+ "scripts": {
7
+ "prepare": "husky",
8
+ "dev": "vite",
9
+ "build": "tsc --noEmit && vite build",
10
+ "build:analyse": "tsc --noEmit && vite build --mode analyse",
11
+ "preview": "vite preview",
12
+ "up:vite": "pnpm up vite @vitejs/* vite-plugin-* -L",
13
+ "format": "prettier --write \"**/*.{ts,js,tsx,jsx,json,css,scss,less}\"",
14
+ "lint": "tsc --noEmit && eslint --no-error-on-unmatched-pattern && stylelint **/*.{css,scss,less,ts,tsx}",
15
+ "lint:fix": "eslint --fix && stylelint **/*.{css,scss,less,ts,tsx} --fix",
16
+ "cz": "cz",
17
+ "push": "npm run commit && git push",
18
+ "commit": "git add . && npm run cz"
19
+ },
20
+ "dependencies": {
21
+ "@emotion/react": "11.14.0",
22
+ "@emotion/styled": "11.14.1",
23
+ "@tanstack/react-query": "5.51.15",
24
+ "axios": "1.7.9",
25
+ "define-zustand": "3.4.0",
26
+ "es-toolkit": "1.43.0",
27
+ "immer": "10.0.1",
28
+ "qs": "6.11.2",
29
+ "react": "18.3.1",
30
+ "react-dom": "18.3.1",
31
+ "react-router": "7.5.0",
32
+ "react-use": "17.5.0",
33
+ "type-fest": "4.33.0",
34
+ "zustand": "5.0.3"
35
+ },
36
+ "devDependencies": {
37
+ "@commitlint/cli": "17.6.1",
38
+ "@commitlint/config-conventional": "17.6.1",
39
+ "@commitlint/cz-commitlint": "17.5.0",
40
+ "@emotion/babel-plugin": "11.13.5",
41
+ "@eslint/js": "9.15.0",
42
+ "@faker-js/faker": "8.4.1",
43
+ "@types/node": "18.16.0",
44
+ "@types/qs": "6.9.7",
45
+ "@types/react": "18.3.3",
46
+ "@types/react-dom": "18.3.0",
47
+ "@vitejs/plugin-react": "5.1.2",
48
+ "autoprefixer": "10.4.14",
49
+ "commitizen": "4.3.0",
50
+ "cssnano": "6.0.0",
51
+ "eslint": "9.17.0",
52
+ "eslint-import-resolver-typescript": "3.7.0",
53
+ "eslint-plugin-import": "2.31.0",
54
+ "eslint-plugin-react": "7.37.2",
55
+ "eslint-plugin-react-hooks": "5.1.0",
56
+ "globals": "15.12.0",
57
+ "husky": "9.1.6",
58
+ "inquirer": "8.1.2",
59
+ "postcss": "8.4.35",
60
+ "postcss-import": "16.0.1",
61
+ "postcss-nesting": "12.0.3",
62
+ "prettier": "3.2.5",
63
+ "rollup-plugin-visualizer": "5.12.0",
64
+ "stylelint": "16.10.0",
65
+ "stylelint-config-standard": "36.0.1",
66
+ "typescript": "5.8.2",
67
+ "typescript-eslint": "8.15.0",
68
+ "vite": "7.3.0",
69
+ "vite-plugin-checker": "0.12.0",
70
+ "vite-plugin-mock-dev-server": "2.0.7",
71
+ "vite-plugin-svgr": "4.5.0"
72
+ },
73
+ "config": {
74
+ "commitizen": {
75
+ "path": "@commitlint/cz-commitlint"
76
+ }
77
+ }
78
+ }
@@ -3,16 +3,6 @@ import { isString } from 'es-toolkit'
3
3
  import { isNumber } from 'es-toolkit/compat'
4
4
 
5
5
  export const theme = {
6
- text: {
7
- xs: { fontSize: '12px', lineHeight: '20px' },
8
- sm: { fontSize: '14px', lineHeight: '22px' },
9
- base: { fontSize: '16px', lineHeight: '24px' },
10
- lg: { fontSize: '18px', lineHeight: '26px' },
11
- xl: { fontSize: '20px', lineHeight: '28px' },
12
- '2xl': { fontSize: '24px', lineHeight: '32px' },
13
- '3xl': { fontSize: '28px', lineHeight: '40px' },
14
- '4xl': { fontSize: '32px', lineHeight: '44px' }
15
- } satisfies Record<string, CSSProperties>,
16
6
  tools: {
17
7
  ellipsis: () => ({
18
8
  overflow: 'hidden',
@@ -14,7 +14,7 @@
14
14
  "at-rule-no-unknown": [
15
15
  true,
16
16
  {
17
- "ignoreAtRules": ["tailwind", "apply", "use"]
17
+ "ignoreAtRules": ["tailwind", "apply", "use", "reference"]
18
18
  }
19
19
  ],
20
20
  "declaration-block-no-redundant-longhand-properties": null,
@@ -28,7 +28,7 @@
28
28
  "scss/at-rule-no-unknown": [
29
29
  true,
30
30
  {
31
- "ignoreAtRules": ["tailwind", "apply"]
31
+ "ignoreAtRules": ["tailwind", "apply", "reference"]
32
32
  }
33
33
  ]
34
34
  }
@@ -1,5 +1,5 @@
1
1
  import { createVNode, render, VNodeChild } from 'vue'
2
- import app from './app'
2
+ import app from './app.vue'
3
3
 
4
4
  const store = new Map()
5
5
 
@@ -1,71 +1,71 @@
1
- {
2
- "name": "vue-vite",
3
- "private": true,
4
- "version": "0.0.0",
5
- "type": "module",
6
- "scripts": {
7
- "prepare": "husky",
8
- "dev": "vite",
9
- "build": "vue-tsc --noEmit && vite build",
10
- "build:analyse": "tsc --noEmit && vite build --mode analyse",
11
- "preview": "vite preview",
12
- "format": "prettier --write \"**/*.{vue,ts,js,tsx,jsx,json,css,scss,less}\"",
13
- "lint": "vue-tsc --noEmit && eslint --no-error-on-unmatched-pattern && stylelint **/*.{css,scss,less,vue}",
14
- "lint:fix": "eslint --fix && stylelint **/*.{css,scss,less,vue} --fix",
15
- "cz": "cz",
16
- "push": "npm run commit && git push",
17
- "commit": "git add . && npm run cz",
18
- "up:vite": "pnpm up vite @vitejs/* vite-plugin-* -L",
19
- "up:vue": "pnpm up vue vue-router vue-tsc -L"
20
- },
21
- "dependencies": {
22
- "axios": "1.7.9",
23
- "es-toolkit": "1.39.8",
24
- "pinia": "3.0.3",
25
- "tailwindcss": "4.1.4",
26
- "type-fest": "4.33.0",
27
- "vue": "3.5.20",
28
- "vue-router": "4.5.1"
29
- },
30
- "devDependencies": {
31
- "@commitlint/cli": "17.6.1",
32
- "@commitlint/config-conventional": "17.6.1",
33
- "@commitlint/cz-commitlint": "17.5.0",
34
- "@eslint/js": "9.15.0",
35
- "@faker-js/faker": "8.4.1",
36
- "@tailwindcss/vite": "4.1.4",
37
- "@types/mockjs": "1.0.10",
38
- "@vitejs/plugin-vue": "6.0.1",
39
- "@vitejs/plugin-vue-jsx": "5.0.1",
40
- "autoprefixer": "10.4.14",
41
- "commitizen": "4.3.0",
42
- "cssnano": "6.0.0",
43
- "eslint": "9.17.0",
44
- "eslint-import-resolver-typescript": "3.7.0",
45
- "eslint-plugin-import": "2.31.0",
46
- "eslint-plugin-vue": "9.32.0",
47
- "globals": "15.12.0",
48
- "husky": "9.1.6",
49
- "inquirer": "8.1.2",
50
- "postcss": "8.4.38",
51
- "postcss-html": "1.8.0",
52
- "postcss-import": "16.1.0",
53
- "postcss-nesting": "12.1.1",
54
- "prettier": "3.2.5",
55
- "rollup-plugin-visualizer": "5.12.0",
56
- "stylelint": "16.10.0",
57
- "stylelint-config-standard-scss": "13.1.0",
58
- "typescript": "5.8.2",
59
- "typescript-eslint": "8.15.0",
60
- "vite": "7.1.3",
61
- "vite-plugin-checker": "0.10.2",
62
- "vite-plugin-mock-dev-server": "1.9.3",
63
- "vite-svg-loader": "5.1.0",
64
- "vue-tsc": "3.0.6"
65
- },
66
- "config": {
67
- "commitizen": {
68
- "path": "@commitlint/cz-commitlint"
69
- }
70
- }
71
- }
1
+ {
2
+ "name": "vue-vite",
3
+ "private": true,
4
+ "version": "0.0.0",
5
+ "type": "module",
6
+ "scripts": {
7
+ "prepare": "husky",
8
+ "dev": "vite",
9
+ "build": "vue-tsc --noEmit && vite build",
10
+ "build:analyse": "tsc --noEmit && vite build --mode analyse",
11
+ "preview": "vite preview",
12
+ "format": "prettier --write \"**/*.{vue,ts,js,tsx,jsx,json,css,scss,less}\"",
13
+ "lint": "vue-tsc --noEmit && eslint --no-error-on-unmatched-pattern && stylelint **/*.{css,scss,less,vue}",
14
+ "lint:fix": "eslint --fix && stylelint **/*.{css,scss,less,vue} --fix",
15
+ "cz": "cz",
16
+ "push": "npm run commit && git push",
17
+ "commit": "git add . && npm run cz",
18
+ "up:vite": "pnpm up vite @vitejs/* vite-plugin-* -L",
19
+ "up:vue": "pnpm up vue vue-router vue-tsc -L"
20
+ },
21
+ "dependencies": {
22
+ "axios": "1.7.9",
23
+ "es-toolkit": "1.43.0",
24
+ "pinia": "3.0.3",
25
+ "tailwindcss": "4.1.4",
26
+ "type-fest": "4.33.0",
27
+ "vue": "3.5.20",
28
+ "vue-router": "4.5.1"
29
+ },
30
+ "devDependencies": {
31
+ "@commitlint/cli": "17.6.1",
32
+ "@commitlint/config-conventional": "17.6.1",
33
+ "@commitlint/cz-commitlint": "17.5.0",
34
+ "@eslint/js": "9.15.0",
35
+ "@faker-js/faker": "8.4.1",
36
+ "@tailwindcss/vite": "4.1.4",
37
+ "@types/mockjs": "1.0.10",
38
+ "@vitejs/plugin-vue": "6.0.3",
39
+ "@vitejs/plugin-vue-jsx": "5.1.3",
40
+ "autoprefixer": "10.4.14",
41
+ "commitizen": "4.3.0",
42
+ "cssnano": "6.0.0",
43
+ "eslint": "9.17.0",
44
+ "eslint-import-resolver-typescript": "3.7.0",
45
+ "eslint-plugin-import": "2.31.0",
46
+ "eslint-plugin-vue": "9.32.0",
47
+ "globals": "15.12.0",
48
+ "husky": "9.1.6",
49
+ "inquirer": "8.1.2",
50
+ "postcss": "8.4.38",
51
+ "postcss-html": "1.8.0",
52
+ "postcss-import": "16.1.0",
53
+ "postcss-nesting": "12.1.1",
54
+ "prettier": "3.2.5",
55
+ "rollup-plugin-visualizer": "5.12.0",
56
+ "stylelint": "16.10.0",
57
+ "stylelint-config-standard-scss": "13.1.0",
58
+ "typescript": "5.8.2",
59
+ "typescript-eslint": "8.15.0",
60
+ "vite": "7.3.0",
61
+ "vite-plugin-checker": "0.12.0",
62
+ "vite-plugin-mock-dev-server": "2.0.7",
63
+ "vite-svg-loader": "5.1.0",
64
+ "vue-tsc": "3.0.6"
65
+ },
66
+ "config": {
67
+ "commitizen": {
68
+ "path": "@commitlint/cz-commitlint"
69
+ }
70
+ }
71
+ }
@@ -10,6 +10,8 @@ console.log('data', data)
10
10
  </template>
11
11
 
12
12
  <style scoped>
13
+ @reference "@/main.css";
14
+
13
15
  .root {
14
16
  @apply tw:flex tw:items-center tw:justify-center;
15
17
  }
@@ -2,7 +2,7 @@ import { defineConfig, loadEnv } from 'vite'
2
2
  import vue from '@vitejs/plugin-vue'
3
3
  import vueJsx from '@vitejs/plugin-vue-jsx'
4
4
  import svgLoader from 'vite-svg-loader'
5
- import mockDevServer from 'vite-plugin-mock-dev-server'
5
+ import { mockDevServerPlugin } from 'vite-plugin-mock-dev-server'
6
6
  import checker from 'vite-plugin-checker'
7
7
  import tailwindcss from '@tailwindcss/vite'
8
8
  import { visualizer } from 'rollup-plugin-visualizer'
@@ -14,7 +14,7 @@ export default defineConfig(({ mode }) => {
14
14
  const proxyBaseUrl = env.VITE_BASE_URL + env.VITE_API_HOST
15
15
  const plugins: any[] = [
16
16
  tailwindcss(),
17
- mockDevServer({
17
+ mockDevServerPlugin({
18
18
  include: ['**/*.mock.{ts,js}']
19
19
  }),
20
20
  vueJsx({
@@ -14,7 +14,7 @@
14
14
  "at-rule-no-unknown": [
15
15
  true,
16
16
  {
17
- "ignoreAtRules": ["tailwind", "apply", "use"]
17
+ "ignoreAtRules": ["tailwind", "reference", "apply", "use"]
18
18
  }
19
19
  ],
20
20
  "declaration-block-no-redundant-longhand-properties": null,
@@ -28,7 +28,7 @@
28
28
  "scss/at-rule-no-unknown": [
29
29
  true,
30
30
  {
31
- "ignoreAtRules": ["tailwind", "apply"]
31
+ "ignoreAtRules": ["tailwind", "reference", "apply"]
32
32
  }
33
33
  ]
34
34
  }
@@ -1,5 +1,5 @@
1
1
  import { createVNode, render, VNodeChild } from 'vue'
2
- import app from './app'
2
+ import app from './app.vue'
3
3
 
4
4
  const store = new Map()
5
5
 
@@ -1,73 +1,73 @@
1
- {
2
- "name": "vue-vite",
3
- "private": true,
4
- "version": "0.0.0",
5
- "type": "module",
6
- "scripts": {
7
- "prepare": "husky",
8
- "dev": "rsbuild dev",
9
- "build": "rsbuild build",
10
- "build:analyse": "rsbuild build --env-mode analyse",
11
- "build:rsdoctor": "cross-env RSDOCTOR=true rsbuild build",
12
- "preview": "rsbuild preview",
13
- "up:rsbuild": "pnpm up @rsbuild/* -L",
14
- "format": "prettier --write \"**/*.{vue,ts,js,tsx,jsx,json,css,scss,less}\"",
15
- "lint": "vue-tsc --noEmit && eslint --no-error-on-unmatched-pattern && stylelint **/*.{css,scss,less}",
16
- "lint:fix": "eslint --fix && stylelint **/*.{css,scss,less} --fix",
17
- "cz": "cz",
18
- "push": "npm run commit && git push",
19
- "commit": "git add . && npm run cz",
20
- "up:vite": "pnpm up vite @vitejs/* vite-plugin-* -L"
21
- },
22
- "dependencies": {
23
- "axios": "1.7.9",
24
- "es-toolkit": "1.39.8",
25
- "pinia": "3.0.3",
26
- "tailwindcss": "4.1.4",
27
- "type-fest": "4.33.0",
28
- "vue": "3.5.20",
29
- "vue-router": "4.5.1"
30
- },
31
- "devDependencies": {
32
- "@commitlint/cli": "17.6.1",
33
- "@commitlint/config-conventional": "17.6.1",
34
- "@commitlint/cz-commitlint": "17.5.0",
35
- "@eslint/js": "9.15.0",
36
- "@faker-js/faker": "8.4.1",
37
- "@rsbuild/core": "1.5.10",
38
- "@rsbuild/plugin-eslint": "1.1.2",
39
- "@rsbuild/plugin-type-check": "1.2.4",
40
- "@rsbuild/plugin-vue": "1.1.2",
41
- "@rsdoctor/rspack-plugin": "1.2.3",
42
- "@tailwindcss/postcss": "4.1.4",
43
- "@types/mockjs": "1.0.10",
44
- "autoprefixer": "10.4.14",
45
- "commitizen": "4.3.0",
46
- "cross-env": "7.0.3",
47
- "cssnano": "6.0.0",
48
- "eslint": "9.17.0",
49
- "eslint-import-resolver-typescript": "3.7.0",
50
- "eslint-plugin-import": "2.31.0",
51
- "eslint-plugin-vue": "9.32.0",
52
- "globals": "15.12.0",
53
- "husky": "9.1.6",
54
- "inquirer": "8.1.2",
55
- "postcss": "8.4.38",
56
- "postcss-html": "1.8.0",
57
- "postcss-import": "16.1.0",
58
- "postcss-nesting": "12.1.1",
59
- "prettier": "3.2.5",
60
- "rollup-plugin-visualizer": "5.12.0",
61
- "stylelint": "16.10.0",
62
- "stylelint-config-standard-scss": "13.1.0",
63
- "stylelint-webpack-plugin": "5.0.0",
64
- "typescript": "5.8.2",
65
- "typescript-eslint": "8.15.0",
66
- "vue-tsc": "3.0.6"
67
- },
68
- "config": {
69
- "commitizen": {
70
- "path": "@commitlint/cz-commitlint"
71
- }
72
- }
73
- }
1
+ {
2
+ "name": "vue-vite",
3
+ "private": true,
4
+ "version": "0.0.0",
5
+ "type": "module",
6
+ "scripts": {
7
+ "prepare": "husky",
8
+ "dev": "rsbuild dev",
9
+ "build": "rsbuild build",
10
+ "build:analyse": "rsbuild build --env-mode analyse",
11
+ "build:rsdoctor": "cross-env RSDOCTOR=true rsbuild build",
12
+ "preview": "rsbuild preview",
13
+ "up:rsbuild": "pnpm up @rsbuild/* -L",
14
+ "format": "prettier --write \"**/*.{vue,ts,js,tsx,jsx,json,css,scss,less}\"",
15
+ "lint": "vue-tsc --noEmit && eslint --no-error-on-unmatched-pattern && stylelint **/*.{css,scss,less}",
16
+ "lint:fix": "eslint --fix && stylelint **/*.{css,scss,less} --fix",
17
+ "cz": "cz",
18
+ "push": "npm run commit && git push",
19
+ "commit": "git add . && npm run cz",
20
+ "up:vite": "pnpm up vite @vitejs/* vite-plugin-* -L"
21
+ },
22
+ "dependencies": {
23
+ "axios": "1.7.9",
24
+ "es-toolkit": "1.43.0",
25
+ "pinia": "3.0.3",
26
+ "tailwindcss": "4.1.4",
27
+ "type-fest": "4.33.0",
28
+ "vue": "3.5.20",
29
+ "vue-router": "4.5.1"
30
+ },
31
+ "devDependencies": {
32
+ "@commitlint/cli": "17.6.1",
33
+ "@commitlint/config-conventional": "17.6.1",
34
+ "@commitlint/cz-commitlint": "17.5.0",
35
+ "@eslint/js": "9.15.0",
36
+ "@faker-js/faker": "8.4.1",
37
+ "@rsbuild/core": "1.6.15",
38
+ "@rsbuild/plugin-eslint": "1.2.0",
39
+ "@rsbuild/plugin-type-check": "1.3.2",
40
+ "@rsbuild/plugin-vue": "1.2.2",
41
+ "@rsdoctor/rspack-plugin": "1.4.0",
42
+ "@tailwindcss/postcss": "4.1.4",
43
+ "@types/mockjs": "1.0.10",
44
+ "autoprefixer": "10.4.14",
45
+ "commitizen": "4.3.0",
46
+ "cross-env": "7.0.3",
47
+ "cssnano": "6.0.0",
48
+ "eslint": "9.17.0",
49
+ "eslint-import-resolver-typescript": "3.7.0",
50
+ "eslint-plugin-import": "2.31.0",
51
+ "eslint-plugin-vue": "9.32.0",
52
+ "globals": "15.12.0",
53
+ "husky": "9.1.6",
54
+ "inquirer": "8.1.2",
55
+ "postcss": "8.4.38",
56
+ "postcss-html": "1.8.0",
57
+ "postcss-import": "16.1.0",
58
+ "postcss-nesting": "12.1.1",
59
+ "prettier": "3.2.5",
60
+ "rollup-plugin-visualizer": "5.12.0",
61
+ "stylelint": "16.10.0",
62
+ "stylelint-config-standard-scss": "13.1.0",
63
+ "stylelint-webpack-plugin": "5.0.0",
64
+ "typescript": "5.8.2",
65
+ "typescript-eslint": "8.15.0",
66
+ "vue-tsc": "3.0.6"
67
+ },
68
+ "config": {
69
+ "commitizen": {
70
+ "path": "@commitlint/cz-commitlint"
71
+ }
72
+ }
73
+ }
@@ -10,6 +10,8 @@ console.log('data', data)
10
10
  </template>
11
11
 
12
12
  <style scoped>
13
+ @reference "@/main.css";
14
+
13
15
  .root {
14
16
  @apply tw:flex tw:items-center tw:justify-center;
15
17
  }