-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 855 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
25
26
27
28
29
30
31
{
"name": "craft-activity-log",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch-css": "npx tailwindcss -i ./src/assets/css/main.css -o ./src/assets/compiled/activity-log.css --watch",
"watch-js": "npx mix watch -- --watch-options-poll=1000",
"prod": "npx mix --production"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"laravel-mix": "^6.0.49",
"tailwindcss": "^3.1.3",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"axios": "^0.27.2",
"chart.js": "^4.2.1",
"date-fns": "^2.28.0",
"flowbite-datepicker": "^1.2.1",
"vue": "^2",
"vue-multiselect": "^2.1.6",
"vue-select": "^3.18.3",
"vue-tables-2-premium": "^2.3.6"
}
}