-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.27 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
{
"name": "unocss-preset-radix-palette",
"version": "0.0.1",
"author": "Primitive UI <[email protected]>",
"description": "UnoCSS Preset for Radix Colors Palette.",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"test": "vitest",
"coverage": "vitest run --coverage",
"test:update": "vitest -u",
"prettier": "prettier --write .",
"eslint": "eslint \"src/*.ts\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/primitive-ui/unocss-preset-radix-palette.git"
},
"bugs": {
"url": "https://github.com/primitive-ui/unocss-preset-radix-palette/issues"
},
"keywords": [
"unocss",
"preset",
"colors",
"radix"
],
"license": "MIT",
"dependencies": {
"@radix-ui/colors": "^0.1.8",
"@unocss/core": "^0.51.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@unocss/eslint-config": "^0.51.8",
"@vitest/coverage-istanbul": "^0.30.1",
"eslint": "^8.37.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"prettier": "^2.8.8",
"typescript": "^5.0.3",
"unocss": "^0.51.4",
"vite": "^4.2.1",
"vite-plugin-dts": "^2.2.0",
"vitest": "^0.30.0"
}
}