-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 812 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 812 Bytes
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
{
"name": "1tool-module-skeleton",
"version": "0.0.1",
"description": "Framework for developing 1tool modules.",
"main": "src/index.js",
"scripts": {
"watch": "mix watch",
"build": "mix --production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Matej Svajger <matej.svajger@koerbler.com>",
"license": "MIT",
"devDependencies": {
"@vue/compiler-sfc": "3.2.37",
"browser-sync": "2.27.10",
"browser-sync-webpack-plugin": "2.3.0",
"laravel-mix": "6.0.43",
"vue-loader": "16.8.3"
},
"dependencies": {
"vue": "3.2.37",
"vue-i18n": "9",
"vue-router": "4",
"pinia": "2.0.11",
"primevue": "3.13.1",
"primeicons": "5.0.0",
"redaxios": "^0.4.1",
"tailwindcss": "^3.0.19",
"@tailwindcss/forms": "^0.4.0"
}
}