-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
30 lines (30 loc) · 866 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
{
"name": "vanrossum",
"private": true,
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.1",
"autoprefixer": "^10.4.0",
"axios": "^1.6.4",
"cross-env": "^7.0",
"css-loader": "^5.2.7",
"laravel-mix": "^6.0",
"postcss": "^8.4.5",
"postcss-import": "^14.0.1",
"tailwindcss": "^3.1.0",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"alpinejs": "^3.10.3",
"aos": "^3.0.0-beta.6",
"splitting": "^1.0.6"
}
}