|
1 | 1 | {
|
2 | 2 | "name": "transform-to-unocss",
|
3 | 3 | "version": "0.0.88",
|
4 |
| - "packageManager": "pnpm@8.0.0", |
| 4 | + "packageManager": "pnpm@8.15.9", |
5 | 5 | "description": "The tool that transform css to unocss",
|
6 | 6 | "author": "Simon He",
|
7 | 7 | "license": "MIT",
|
|
20 | 20 | "exports": {
|
21 | 21 | ".": {
|
22 | 22 | "types": "./dist/index.d.ts",
|
23 |
| - "require": "./dist/index.js", |
24 |
| - "import": "./dist/index.mjs" |
| 23 | + "import": "./dist/index.mjs", |
| 24 | + "require": "./dist/index.js" |
25 | 25 | }
|
26 | 26 | },
|
27 | 27 | "main": "./dist/index.js",
|
|
45 | 45 | "build": "tsup ./src/index.ts ./src/cli.ts",
|
46 | 46 | "dev": "npm run build -- --watch src",
|
47 | 47 | "format": "prettier --write --cache .",
|
48 |
| - "lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx,.md,.json --max-warnings 0 --cache", |
| 48 | + "lint": "eslint . --cache", |
49 | 49 | "lint:fix": "pnpm run lint --fix",
|
50 | 50 | "play": "pnpm run -C playground dev",
|
51 | 51 | "play:build": "pnpm run -C playground build",
|
|
57 | 57 | "typecheck": "tsc --noEmit"
|
58 | 58 | },
|
59 | 59 | "dependencies": {
|
60 |
| - "fast-glob": "^3.2.12" |
| 60 | + "fast-glob": "^3.3.2" |
61 | 61 | },
|
62 | 62 | "devDependencies": {
|
63 |
| - "@antfu/eslint-config": "^0.25.1", |
64 |
| - "@babel/core": "^7.21.0", |
65 |
| - "@babel/eslint-parser": "^7.19.1", |
| 63 | + "@antfu/eslint-config": "^2.25.1", |
| 64 | + "@babel/core": "^7.25.2", |
| 65 | + "@babel/eslint-parser": "^7.25.1", |
66 | 66 | "@babel/plugin-syntax-import-meta": "^7.10.4",
|
67 |
| - "@babel/plugin-transform-typescript": "^7.21.0", |
68 |
| - "@rollup/pluginutils": "^5.0.2", |
| 67 | + "@babel/plugin-transform-typescript": "^7.25.2", |
| 68 | + "@rollup/pluginutils": "^5.1.0", |
69 | 69 | "@simon_he/colorize": "^0.0.1",
|
70 |
| - "@types/babel__core": "^7.20.0", |
71 |
| - "@types/less": "^3.0.3", |
72 |
| - "@types/node": "^18.0.0", |
73 |
| - "@types/stylus": "^0.48.38", |
74 |
| - "@unocss/preset-uno": "^0.50.4", |
75 |
| - "@vue/babel-plugin-jsx": "^1.1.1", |
| 70 | + "@types/babel__core": "^7.20.5", |
| 71 | + "@types/less": "^3.0.6", |
| 72 | + "@types/node": "^18.19.44", |
| 73 | + "@types/stylus": "^0.48.42", |
| 74 | + "@unocss/preset-uno": "^0.50.8", |
| 75 | + "@vue/babel-plugin-jsx": "^1.2.2", |
76 | 76 | "bumpp": "^8.2.1",
|
77 |
| - "eslint": "^8.18.0", |
| 77 | + "eslint": "^8.57.0", |
78 | 78 | "esno": "^0.16.3",
|
79 | 79 | "find-up": "^6.3.0",
|
80 |
| - "less": "^4.1.3", |
| 80 | + "less": "^4.2.0", |
81 | 81 | "less-plugin-module-resolver": "^1.0.3",
|
82 |
| - "lint-staged": "^13.1.0", |
83 |
| - "magic-string": "^0.30.0", |
| 82 | + "lint-staged": "^13.3.0", |
| 83 | + "magic-string": "^0.30.11", |
84 | 84 | "monaco-editor": "^0.36.1",
|
85 |
| - "picocolors": "^1.0.0", |
86 |
| - "pnpm": "^8.0.0", |
87 |
| - "prettier": "^2.8.1", |
| 85 | + "picocolors": "^1.0.1", |
| 86 | + "pnpm": "^8.15.9", |
| 87 | + "prettier": "^2.8.8", |
88 | 88 | "rimraf": "^3.0.2",
|
89 |
| - "sass": "^1.59.2", |
90 |
| - "simple-git-hooks": "^2.8.1", |
| 89 | + "sass": "^1.77.8", |
| 90 | + "simple-git-hooks": "^2.11.1", |
91 | 91 | "stylus": "^0.59.0",
|
92 | 92 | "transform-to-unocss": "workspace:^",
|
93 | 93 | "transform-to-unocss-core": "^0.0.31",
|
94 |
| - "tsup": "^6.5.0", |
95 |
| - "tsx": "^3.12.1", |
96 |
| - "typescript": "^4.7.4", |
97 |
| - "unplugin": "^1.3.1", |
| 94 | + "tsup": "^6.7.0", |
| 95 | + "tsx": "^3.14.0", |
| 96 | + "typescript": "^4.9.5", |
| 97 | + "unplugin": "^1.12.1", |
98 | 98 | "vitest": "^1.6.0"
|
99 | 99 | },
|
100 | 100 | "lint-staged": {
|
101 | 101 | "*": [
|
102 | 102 | "prettier --write --cache --ignore-unknown"
|
103 | 103 | ],
|
104 | 104 | "*.{vue,js,ts,jsx,tsx,md,json}": "eslint --fix"
|
105 |
| - }, |
106 |
| - "eslintConfig": { |
107 |
| - "extends": "@antfu" |
108 | 105 | }
|
109 | 106 | }
|
0 commit comments