-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.07 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.07 KB
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
{
"name": "@wsssoftware/vuetoolkit",
"version": "1.2.0",
"description": "A WSS Software Vue Toolkit",
"repository": {
"url": "https://github.com/wsssoftware/vuetoolkit"
},
"main": "index.ts",
"scripts": {
"format": "prettier --write src/",
"format:check": "prettier --check src/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Allan Carvalho",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.17.2",
"prettier": "^3.6.2",
"prettier-plugin-organize-imports": "^4.2.0",
"prettier-plugin-tailwindcss": "^0.6.14",
"vue-tsc": "^2.2.12",
"@types/lodash-es": "^4.17.12",
"@vue/runtime-core": "^3.5.16"
},
"dependencies": {
"@inertiajs/vue3": "^2.0.11",
"@types/js-cookie": "^3.0.6",
"@vueuse/components": "^14.1.0",
"@vueuse/core": "^14.1.0",
"axios": "^1.11.0",
"js-cookie": "^3.0.1",
"lodash-es": "^4.17.21",
"primevue": "^4.3.5",
"tailwindcss": "^4.1.8",
"universal-cookie": "^8.0.1",
"uuid": "^11.1.0",
"vue": "^3.5.16",
"ziggy-js": "^2.5.3"
}
}