-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
102 lines (102 loc) · 3.26 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"description": "Website for Inkline, the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.",
"author": "Alex Grozav <[email protected]>",
"version": "0.0.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"pregenerate": "ts-node --esm scripts/pregenerate.mts",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "run-p lint:script lint:style lint:markdown",
"lint:script": "eslint --ext .vue,.js,.ts api app components composables layouts pages plugins types utils",
"lint:prettier": "prettier --write --loglevel warn \"**/*.{js,json,css,scss,vue,html}\"",
"lint:style": "stylelint \"css/**/*.{scss,vue}\"",
"lint:markdown": "markdownlint '**/*.md'"
},
"dependencies": {
"@docsearch/css": "3.6.0",
"@docsearch/js": "3.6.0",
"@grozav/utils": "1.3.2",
"@inkline/inkline": "file:../inkline/packages/inkline",
"copy-to-clipboard": "3.3.3",
"date-fns": "3.6.0",
"posthog-js": "1.142.1",
"prism-theme-vars": "0.2.4",
"vue-i18n": "9.13.1"
},
"devDependencies": {
"@grozav/eslint-config": "1.1.4",
"@grozav/stylelint-config": "1.0.0",
"@iconify/json": "2.2.224",
"@inkline/config": "file:../inkline/packages/config",
"@inkline/plugin": "file:../inkline/packages/integrations/plugin",
"@inkline/unocss": "file:../inkline/packages/integrations/unocss",
"@nuxt/content": "2.13.0",
"@nuxt/image": "1.7.0",
"@nuxthq/studio": "^2.0.3",
"@nuxtjs/i18n": "8.3.1",
"@nuxtjs/sitemap": "^5.3.2",
"@types/node": "20.14.9",
"@unocss/nuxt": "0.61.0",
"@vite-pwa/nuxt": "0.8.1",
"@vue/eslint-config-typescript": "13.0.0",
"esbuild": "0.19.5",
"eslint": "8.53.0",
"eslint-plugin-vue": "9.18.1",
"fast-glob": "3.3.2",
"markdownlint": "0.31.1",
"markdownlint-cli": "0.37.0",
"npm-run-all": "4.1.5",
"nuxt": "3.12.2",
"nuxt-icon": "0.6.5",
"pathe": "1.1.1",
"postcss-html": "1.7.0",
"postcss-preset-env": "9.3.0",
"sass": "1.77.6",
"sitemap": "8.0.0",
"stylelint": "15.11.0",
"ts-node": "10.9.2",
"typescript": "5.5.2",
"unocss": "0.57.2"
},
"files": [
"**/*"
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/alexgrozav"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"bugs": {
"url": "https://github.com/inkline/inkline.io/issues"
},
"homepage": "https://inkline.io",
"keywords": [
"inkline",
"vue",
"vuejs",
"ui",
"ux",
"dx",
"components",
"library",
"framework",
"typescript",
"javascript",
"scss",
"responsive",
"front end",
"validation"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/inkline/inkline.io.git"
}
}