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,86 +1,86 @@
1
- {
2
- "name": "web-extension",
3
- "private": true,
4
- "version": "0.0.0",
5
- "type": "module",
6
- "scripts": {
7
- "prepare": "husky",
8
- "dev": "wxt",
9
- "dev:firefox": "wxt -b firefox",
10
- "build": "wxt build",
11
- "build_dev": "wxt build --mode dev",
12
- "build:firefox": "wxt build -b firefox",
13
- "build_dev:firefox": "wxt build -b firefox --mode dev",
14
- "zip": "wxt zip",
15
- "zip_dev": "wxt zip --mode dev",
16
- "zip:firefox": "wxt zip -b firefox",
17
- "zip_dev:firefox": "wxt zip -b firefox --mode dev",
18
- "postinstall": "wxt prepare",
19
- "up:vite": "pnpm up vite @vitejs/* -L",
20
- "format": "prettier --write \"**/*.{ts,js,tsx,jsx,json,css,scss,less}\"",
21
- "lint": "tsc --noEmit && eslint **/*.{tsx,ts} && stylelint **/*.{css,scss,less,ts,tsx}",
22
- "lint:fix": "eslint **/*.{tsx,ts} --fix && stylelint **/*.{css,scss,less,ts,tsx} --fix",
23
- "cz": "cz",
24
- "push": "npm run commit && git push",
25
- "commit": "git add . && npm run cz"
26
- },
27
- "dependencies": {
28
- "@emotion/react": "11.14.0",
29
- "@emotion/styled": "11.14.1",
30
- "@tanstack/react-query": "5.51.15",
31
- "@webext-core/messaging": "2.2.0",
32
- "axios": "1.7.9",
33
- "define-zustand": "3.4.0",
34
- "es-toolkit": "1.39.8",
35
- "immer": "10.0.1",
36
- "qs": "6.11.2",
37
- "react": "18.3.1",
38
- "react-dom": "18.3.1",
39
- "type-fest": "4.33.0",
40
- "zustand": "5.0.3"
41
- },
42
- "devDependencies": {
43
- "@commitlint/cli": "17.6.1",
44
- "@commitlint/config-conventional": "17.6.1",
45
- "@commitlint/cz-commitlint": "17.5.0",
46
- "@emotion/babel-plugin": "11.13.5",
47
- "@eslint/js": "9.15.0",
48
- "@types/chrome": "0.0.254",
49
- "@types/node": "18.16.0",
50
- "@types/qs": "6.9.7",
51
- "@types/react": "18.3.3",
52
- "@types/react-dom": "18.3.0",
53
- "@vitejs/plugin-react": "5.0.1",
54
- "autoprefixer": "10.4.14",
55
- "commitizen": "4.3.0",
56
- "cssnano": "6.0.0",
57
- "eslint": "9.17.0",
58
- "eslint-import-resolver-typescript": "3.7.0",
59
- "eslint-plugin-import": "2.31.0",
60
- "eslint-plugin-react": "7.37.2",
61
- "eslint-plugin-react-hooks": "5.1.0",
62
- "globals": "15.12.0",
63
- "husky": "9.1.6",
64
- "inquirer": "^8.1.2",
65
- "postcss": "8.4.31",
66
- "postcss-import": "15.1.0",
67
- "postcss-nesting": "11.2.2",
68
- "postcss-scss": "4.0.9",
69
- "postcss-styled-syntax": "0.6.4",
70
- "prettier": "3.2.5",
71
- "rimraf": "5.0.1",
72
- "sass": "1.63.4",
73
- "stylelint": "16.10.0",
74
- "stylelint-config-standard": "36.0.1",
75
- "typescript": "5.8.2",
76
- "typescript-eslint": "8.28.0",
77
- "vite": "7.1.3",
78
- "vite-plugin-svgr": "4.5.0",
79
- "wxt": "0.20.5"
80
- },
81
- "config": {
82
- "commitizen": {
83
- "path": "@commitlint/cz-commitlint"
84
- }
85
- }
86
- }
1
+ {
2
+ "name": "web-extension",
3
+ "private": true,
4
+ "version": "0.0.0",
5
+ "type": "module",
6
+ "scripts": {
7
+ "prepare": "husky",
8
+ "dev": "wxt",
9
+ "dev:firefox": "wxt -b firefox",
10
+ "build": "wxt build",
11
+ "build_dev": "wxt build --mode dev",
12
+ "build:firefox": "wxt build -b firefox",
13
+ "build_dev:firefox": "wxt build -b firefox --mode dev",
14
+ "zip": "wxt zip",
15
+ "zip_dev": "wxt zip --mode dev",
16
+ "zip:firefox": "wxt zip -b firefox",
17
+ "zip_dev:firefox": "wxt zip -b firefox --mode dev",
18
+ "postinstall": "wxt prepare",
19
+ "up:vite": "pnpm up vite @vitejs/* -L",
20
+ "format": "prettier --write \"**/*.{ts,js,tsx,jsx,json,css,scss,less}\"",
21
+ "lint": "tsc --noEmit && eslint **/*.{tsx,ts} && stylelint **/*.{css,scss,less,ts,tsx}",
22
+ "lint:fix": "eslint **/*.{tsx,ts} --fix && stylelint **/*.{css,scss,less,ts,tsx} --fix",
23
+ "cz": "cz",
24
+ "push": "npm run commit && git push",
25
+ "commit": "git add . && npm run cz"
26
+ },
27
+ "dependencies": {
28
+ "@emotion/react": "11.14.0",
29
+ "@emotion/styled": "11.14.1",
30
+ "@tanstack/react-query": "5.51.15",
31
+ "@webext-core/messaging": "2.2.0",
32
+ "axios": "1.7.9",
33
+ "define-zustand": "3.4.0",
34
+ "es-toolkit": "1.43.0",
35
+ "immer": "10.0.1",
36
+ "qs": "6.11.2",
37
+ "react": "18.3.1",
38
+ "react-dom": "18.3.1",
39
+ "type-fest": "4.33.0",
40
+ "zustand": "5.0.3"
41
+ },
42
+ "devDependencies": {
43
+ "@commitlint/cli": "17.6.1",
44
+ "@commitlint/config-conventional": "17.6.1",
45
+ "@commitlint/cz-commitlint": "17.5.0",
46
+ "@emotion/babel-plugin": "11.13.5",
47
+ "@eslint/js": "9.15.0",
48
+ "@types/chrome": "0.0.254",
49
+ "@types/node": "18.16.0",
50
+ "@types/qs": "6.9.7",
51
+ "@types/react": "18.3.3",
52
+ "@types/react-dom": "18.3.0",
53
+ "@vitejs/plugin-react": "5.1.2",
54
+ "autoprefixer": "10.4.14",
55
+ "commitizen": "4.3.0",
56
+ "cssnano": "6.0.0",
57
+ "eslint": "9.17.0",
58
+ "eslint-import-resolver-typescript": "3.7.0",
59
+ "eslint-plugin-import": "2.31.0",
60
+ "eslint-plugin-react": "7.37.2",
61
+ "eslint-plugin-react-hooks": "5.1.0",
62
+ "globals": "15.12.0",
63
+ "husky": "9.1.6",
64
+ "inquirer": "^8.1.2",
65
+ "postcss": "8.4.31",
66
+ "postcss-import": "15.1.0",
67
+ "postcss-nesting": "11.2.2",
68
+ "postcss-scss": "4.0.9",
69
+ "postcss-styled-syntax": "0.6.4",
70
+ "prettier": "3.2.5",
71
+ "rimraf": "5.0.1",
72
+ "sass": "1.97.1",
73
+ "stylelint": "16.10.0",
74
+ "stylelint-config-standard": "36.0.1",
75
+ "typescript": "5.8.2",
76
+ "typescript-eslint": "8.28.0",
77
+ "vite": "7.3.0",
78
+ "vite-plugin-svgr": "4.5.0",
79
+ "wxt": "0.20.5"
80
+ },
81
+ "config": {
82
+ "commitizen": {
83
+ "path": "@commitlint/cz-commitlint"
84
+ }
85
+ }
86
+ }
@@ -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',