-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
24 lines (24 loc) · 838 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
{
"dependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primevue": "^3.30.0",
"vite": "^4.0.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"description": "**** PrimeVue is an open source UI library for Vue featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 400+ ready to use UI blocks to build spectacular applications in no time.",
"keywords": [],
"main": "src/App.vue",
"name": "primevue_demo",
"scripts": {
"build": "vite build",
"dev": "vite",
"preview": "vite preview"
},
"devDependencies": {
"eslint": "^8.45.0",
"eslint-plugin-vue": "^9.15.1"
}
}