-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
32 lines (32 loc) · 938 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"lint": "eslint . --ext .js",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
"autoprefixer": "^10.4.8",
"axios": "^0.27.2",
"eslint": "^8.23.0",
"eslint-plugin-import": "^2.25.4",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.19",
"postcss": "^8.4.16",
"sass": "^1.54.8",
"sass-loader": "^13.0.2",
"tailwindcss": "^3.1.8"
},
"dependencies": {
"alpinejs": "^3.10.3",
"clipboard": "^2.0.11"
}
}