-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.07 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.07 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"$schema": "https://www.schemastore.org/package.json",
"name": "bmac",
"private": true,
"type": "module",
"version": "5.3.0",
"repository": {
"type": "git",
"url": "https://github.com/daveroverts/bmac.git"
},
"author": {
"name": "Dave Roverts",
"email": "me@daveroverts.nl",
"url": "https://www.daveroverts.nl"
},
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^7.3.0",
"@fortawesome/fontawesome-svg-core": "^7.3.0",
"@fortawesome/free-brands-svg-icons": "^7.3.0",
"@fortawesome/free-regular-svg-icons": "^7.3.0",
"@fortawesome/free-solid-svg-icons": "^7.3.0",
"@popperjs/core": "^2.11.8",
"axios": "^1.18.1",
"bootstrap": "^5.3.8",
"bootswatch": "^5.3.8",
"concurrently": "^9.2.1",
"laravel-vite-plugin": "^3.1.0",
"postcss": "^8.5.17",
"sass": "^1.101.0",
"tinymce": "^8.7.0",
"vite": "^8.1.4",
"vite-plugin-purgecss": "^0.2.13",
"vite-plugin-static-copy": "^4.1.1"
},
"dependencies": {
"flatpickr": "^4.6.13",
"sweetalert2": "^11.26.25",
"tom-select": "^2.6.2"
},
"release": {
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"main",
"next",
"next-major",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/changelog",
"@semantic-release/git",
"@semantic-release/github"
]
},
"allowScripts": {
"@parcel/watcher@2.5.6": true,
"esbuild@0.27.7": true,
"esbuild@0.25.12": true,
"fsevents@2.3.3": true
}
}