-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 896 Bytes
/
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
{
"name": "unocss-preset-grid",
"description": "Grid Preset for UnoCSS",
"version": "1.6.5",
"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"
},
"repository": "https://github.com/StatuAgency/unocss-preset-grid.git",
"homepage": "https://github.com/StatuAgency/unocss-preset-grid",
"bugs": {
"url": "https://github.com/StatuAgency/unocss-preset-grid/issues"
},
"author": "StatuAgency",
"license": "MIT",
"keywords": [
"unocss",
"grid",
"column",
"tailwind",
"bootstrap"
],
"devDependencies": {
"typescript": "^5.4.2",
"unocss": "^0.58.6",
"vite": "^5.1.6",
"vite-plugin-dts": "^3.7.3"
},
"peerDependencies": {
"unocss": ">= 0.56.0 < 1"
}
}