-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 912 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
{
"name": "base.alpine",
"description": "Dependencies for Base.Alpine",
"license": "UNLICENSED",
"private": true,
"browserslist": [
"defaults",
"not ie 11",
"not dead"
],
"scripts": {
"build": "node build.mjs --production",
"watch": "node build.mjs --watch",
"dev": "node build.mjs"
},
"dependencies": {
"@alpinejs/anchor": "^3.14.7",
"@alpinejs/collapse": "^3.14.7",
"@alpinejs/focus": "^3.14.7",
"@alpinejs/intersect": "^3.14.7",
"@alpinejs/mask": "^3.14.7",
"@alpinejs/morph": "^3.14.7",
"@alpinejs/persist": "^3.14.7",
"@alpinejs/resize": "^3.14.7",
"@alpinejs/sort": "^3.14.7",
"@floating-ui/dom": "^1.6.12",
"alpinejs": "^3.14.7"
},
"devDependencies": {
"esbuild": "^0.24.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.4.2"
}
}