forked from unocss/unocss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
126 lines (126 loc) · 4.01 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
{
"name": "@unocss/monorepo",
"type": "module",
"version": "0.45.29",
"private": true,
"packageManager": "pnpm@7.11.0",
"scripts": {
"postinstall": "esno scripts/icon-collections.ts",
"bench": "npm -C bench run bench",
"build": "rimraf packages/*/dist && esno scripts/copy-files.ts && pnpm -r --filter=./packages/* run build && pnpm -r run build-post",
"dev": "nr stub",
"deploy": "nr build && npm -C playground run build && npm -C interactive run build",
"interactive": "npm -C interactive run dev",
"lint": "eslint --cache .",
"lint:fix": "nr lint --fix",
"play": "npm -C playground run dev",
"release": "bumpp package.json packages/**/package.json",
"size": "esno scripts/size.ts",
"stub": "pnpm -r --filter=./packages/* --parallel run stub",
"typecheck": "tsc --noEmit",
"test": "vitest",
"test:update": "vitest -u",
"test:ci": "nr build && nr typecheck && nr lint && nr test"
},
"devDependencies": {
"@antfu/eslint-config": "^0.27.0",
"@antfu/ni": "^0.18.2",
"@iconify-json/carbon": "^1.1.8",
"@iconify-json/iconoir": "^1.1.11",
"@iconify-json/la": "^1.1.2",
"@iconify-json/logos": "^1.1.16",
"@iconify-json/mdi": "^1.1.33",
"@iconify-json/ph": "^1.1.2",
"@iconify-json/ri": "^1.1.3",
"@iconify-json/tabler": "^1.1.37",
"@iconify-json/teenyicons": "^1.1.3",
"@iconify-json/twemoji": "^1.1.5",
"@iconify-json/uim": "^1.1.2",
"@iconify/json": "^2.1.119",
"@types/codemirror": "^5.60.5",
"@types/connect": "^3.4.35",
"@types/css-tree": "^1.0.7",
"@types/fs-extra": "^9.0.13",
"@types/js-yaml": "^4.0.5",
"@types/lz-string": "^1.3.34",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/node": "^18.8.3",
"@types/prettier": "^2.7.1",
"@types/react": "^18.0.21",
"@types/ws": "^8.5.3",
"@unocss/astro": "workspace:*",
"@unocss/autocomplete": "workspace:*",
"@unocss/cli": "workspace:*",
"@unocss/config": "workspace:*",
"@unocss/core": "workspace:*",
"@unocss/extractor-pug": "workspace:*",
"@unocss/preset-attributify": "workspace:*",
"@unocss/preset-icons": "workspace:*",
"@unocss/preset-mini": "workspace:*",
"@unocss/preset-tagify": "workspace:*",
"@unocss/preset-typography": "workspace:*",
"@unocss/preset-uno": "workspace:*",
"@unocss/preset-web-fonts": "workspace:*",
"@unocss/preset-wind": "workspace:*",
"@unocss/reset": "workspace:*",
"@unocss/transformer-directives": "workspace:*",
"@unocss/transformer-variant-group": "workspace:*",
"@unocss/vite": "workspace:*",
"@unocss/webpack": "workspace:*",
"@vitejs/plugin-vue": "^3.1.2",
"@vitest/ui": "^0.24.0",
"@vueuse/core": "^9.3.0",
"@vueuse/math": "^9.3.0",
"brotli-size": "^4.0.0",
"bumpp": "^8.2.1",
"codemirror": "^5.65.9",
"codemirror-theme-vars": "^0.1.1",
"eslint": "8.25.0",
"esno": "^0.16.3",
"execa": "^6.1.0",
"fast-glob": "^3.2.12",
"fs-extra": "^10.1.0",
"gzip-size": "^6.0.0",
"lint-staged": "^13.0.3",
"lz-string": "^1.4.4",
"magic-string": "^0.26.6",
"msw": "^0.47.4",
"nuxt": "3.0.0-rc.11",
"nuxt-tsconfig-stub": "^0.0.2",
"pnpm": "7.13.2",
"prettier": "^2.7.1",
"react": "^18.2.0",
"rollup": "^2.79.1",
"semver": "^7.3.8",
"simple-git-hooks": "^2.8.0",
"splitpanes": "^3.1.1",
"terser": "^5.15.1",
"tsup": "^6.2.3",
"typescript": "^4.8.4",
"unbuild": "^0.8.11",
"unocss": "workspace:*",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.8",
"vite": "^3.1.6",
"vite-plugin-inspect": "^0.7.5",
"vite-plugin-pages": "^0.26.0",
"vitest": "^0.24.0",
"vue": "^3.2.40",
"vue-router": "^4.1.5"
},
"pnpm": {
"overrides": {
"@nuxt/kit-edge": "npm:@nuxt/kit@latest",
"vite": "^3.1.6",
"nuxt": "3.0.0-rc.11"
}
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*.{js,ts,tsx,vue,md}": [
"eslint --cache --fix"
]
}
}