-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.87 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
{
"name": "@prostojs/palitra",
"version": "0.0.3",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"sideEffects": false,
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/prostojs/palitra"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vitepress dev .docs",
"docs:build": "vitepress build .docs",
"docs:preview": "vitepress preview .docs"
},
"keywords": [
"palitra",
"shades",
"colors",
"palette",
"oklab"
],
"author": "Artem Maltsev",
"license": "MIT",
"bugs": {
"url": "https://github.com/prostojs/palitra/issues"
},
"homepage": "https://github.com/prostojs/palitra/tree/main#readme",
"dependencies": {
"defu": "^6.1.4"
},
"devDependencies": {
"@types/tinycolor2": "^1.4.6",
"@typescript-eslint/eslint-plugin": "6.3.0",
"@typescript-eslint/parser": "6.3.0",
"@vueuse/core": "^10.9.0",
"eslint": "8.55.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-array-func": "4.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-sonarjs": "0.23.0",
"eslint-plugin-unicorn": "49.0.0",
"eslint-plugin-yml": "1.10.0",
"prettier": "3.1.1",
"radix-vue": "^1.7.2",
"tinycolor2": "^1.6.0",
"typescript": "^5.4.5",
"unocss": "^0.59.4",
"vite": "^5.2.10",
"vite-plugin-dts": "^3.8.3",
"vitepress": "^1.1.3",
"vitest": "^1.5.0",
"vue": "^3.4.24",
"vue3-colorpicker": "^2.3.0"
}
}