-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.24 KB
/
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
39
40
41
42
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@shufo/prettier-plugin-blade": "^1.0.10",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"copy-webpack-plugin": "^10.0.0",
"eslint": "^8.7.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-vue": "^8.3.0",
"eslint-webpack-plugin": "^3.1.1",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.7",
"resolve-url-loader": "^5.0.0",
"sass": "^1.32",
"sass-loader": "^12.4.0",
"tailwindcss": "^3.0.0",
"vite": "^3.0.2",
"laravel-vite-plugin": "^0.6.0",
"autoprefixer": "^10.4.0"
},
"dependencies": {
"@fancyapps/ui": "^4.0.10",
"alpinejs": "^3.8.1",
"aos": "^2.3.4",
"compass": "^0.1.1",
"dayjs": "^1.10.7",
"dotenv": "^14.2.0",
"lodash": "^4.17.21",
"lodash.kebabcase": "^4.1.1",
"rough-notation": "^0.5.1",
"sweetalert2": "^10.16.9",
"ts-loader": "^9.2.6",
"typescript": "^4.5.2",
"typewriter-effect": "^2.18.2"
}
}