-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
66 lines (66 loc) · 2.07 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
{
"name": "primevue-tailwind",
"version": "4.2.0",
"homepage": "https://tailwind.primevue.org/",
"repository": {
"type": "git",
"url": "https://github.com/primefaces/primevue-tailwind.git"
},
"license": "MIT",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"build:check": "npm run format:check && npm run security:check",
"security:check": "npm audit --production --audit-level high",
"format": "prettier --write \"**/*.{js,vue,d.ts}\" --cache",
"format:check": "prettier --check \"**/*.{js,vue,d.ts}\"",
"lint": "eslint --ext \".js,.vue\" --ignore-path .gitignore . --cache",
"lint:fix": "eslint --fix --ext \".js,.vue\" --ignore-path .gitignore .",
"build:presetdoc": "node ./scripts/build-presetdoc.js"
},
"keywords": [
"primevue",
"vue",
"vue.js",
"vue3",
"ui library",
"component library",
"tailwind",
"unstyled",
"passthrough"
],
"devDependencies": {
"@babel/eslint-parser": "^7.18.9",
"@primevue/nuxt-module": "^4.2.1",
"@primevue/forms": "^4.2.1",
"@stackblitz/sdk": "^1.8.2",
"autoprefixer": "^10.4.16",
"chart.js": "3.7.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.4.0",
"postcss": "^8.4.31",
"prettier": "2.7.1",
"quill": "^1.3.7",
"sass": "^1.45.0",
"sass-loader": "^8.0.2",
"superstruct": "^2.0.2",
"valibot": "^0.42.1",
"yup": "1.4.0",
"zod": "3.23.8"
},
"dependencies": {
"@docsearch/js": "^3.3.3",
"nuxt": "3.12.1",
"nuxt-gtag": "^0.6.2",
"primeicons": "^7.0.0",
"primevue": "^4.2.1",
"tailwindcss": "^3.4.1",
"tailwindcss-primeui": "^0.3.4"
}
}