-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1002 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
32
33
34
35
36
37
38
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.8",
"axios": "^1.2.2",
"browser-sync": "^2.27.11",
"browser-sync-webpack-plugin": "^2.3.0",
"daisyui": "^2.49.0",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.21",
"postcss": "^8.4.21",
"postcss-loader": "^6.2.1",
"prettier": "2.6.0",
"resolve-url-loader": "^5.0",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"sprintf-js": "^1.1.2",
"tailwindcss": "^3.2.4",
"vue-template-compiler": "2.6.14"
},
"dependencies": {
"chart.js": "^4.2.1",
"moment": "^2.29.0",
"vue": "^2.6.12",
"vue-loader": "^15.9.8"
}
}