-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
78 lines (78 loc) · 2.11 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
{
"name": "unocss-preset-extra",
"version": "0.5.3",
"packageManager": "pnpm@9.1.4",
"description": "",
"author": "Wei Zhang <https://github.com/Zhang-Wei-666>",
"license": "MIT",
"homepage": "https://github.com/MoomFE/unocss-preset-extra#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/MoomFE/unocss-preset-extra.git"
},
"bugs": {
"url": "https://github.com/MoomFE/unocss-preset-extra/issues"
},
"keywords": [
"css",
"unocss",
"unocss-preset",
"unocss-preset-extra",
"animate.css"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"pre-task": "pnpm install && tsx scripts/transitionAnimateCSS.ts",
"build": "npm run pre-task && tsx scripts/build.ts",
"test": "npm run pre-task && vitest",
"test:ui": "npm run pre-task && vitest --ui",
"test-build": "npm run build && vitest --mode test-build",
"test-build:ui": "npm run build && vitest --mode test-build --ui",
"test-coverage": "pnpm install && vitest --run",
"up": "npx taze latest -r -w -i",
"lint": "eslint ./src --fix"
},
"peerDependencies": {
"unocss": ">= 0.31.0 < 1"
},
"devDependencies": {
"@moomfe/eslint-config": "^2.7.2",
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.4",
"@types/postcss-js": "^4.0.4",
"@unocss/autocomplete": "^0.58.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"animate.css": "^4.1.1",
"cssnano": "^7.0.6",
"eslint": "^8.57.1",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"local-pkg": "^0.5.0",
"lodash-es": "^4.17.21",
"mixte": "^2.4.0",
"pnpm": "^9.1.4",
"postcss": "^8.4.32",
"postcss-js": "^4.0.1",
"rollup": "^4.9.0",
"rollup-plugin-dts": "^6.1.0",
"tsx": "^4.6.2",
"typescript": "^5.3.3",
"unocss": "^0.60.0",
"vite": "^5.0.9",
"vitest": "^1.6.0"
}
}