-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.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
{
"name": "unocss-preset-grid-areas",
"description": "Grid Areas Preset for UnoCSS",
"version": "1.0.4",
"main": "src/index.ts",
"type": "module",
"types": "./dist/index.d.ts",
"exports": "./dist/index.js",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest"
},
"repository": "https://github.com/chz/unocss-preset-grid-areas.git",
"homepage": "https://github.com/chz/unocss-preset-grid-areas",
"bugs": {
"url": "https://github.com/chz/unocss-preset-grid-areas/issues"
},
"author": "chz",
"license": "MIT",
"keywords": [
"unocss",
"grid",
"grid-areas",
"multiple area",
"column",
"tailwind",
"tailwind grid areas unocss"
],
"devDependencies": {
"@unocss/autocomplete": "^0.55.2",
"typescript": "^5.1.6",
"unocss": "^0.55.2",
"vite": "^4.4.2",
"vite-plugin-dts": "^3.4.0",
"vitest": "^0.34.2"
},
"peerDependencies": {
"unocss": "^0.55.2"
}
}