-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.68 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.68 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
{
"name": "sweetalert2.github.io",
"repository": "sweetalert2/sweetalert2.github.io",
"homepage": "https://sweetalert2.github.io/",
"description": "Documentation for SweetAlert2",
"type": "module",
"scripts": {
"predev": "node tools/generate-recipe-html.mjs",
"dev": "vite --open",
"prebuild:dev": "node tools/generate-recipe-html.mjs",
"build:dev": "tsc && vite build",
"prebuild": "node tools/generate-recipe-html.mjs",
"build": "tsc && vite build --emptyOutDir",
"lint": "stylelint styles/*.scss && oxlint --ignore-pattern dist && oxfmt --check",
"preview": "vite preview"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.20.0",
"@codesandbox/sandpack-themes": "^2.0.21",
"@docsearch/css": "^4.6.0",
"@docsearch/js": "^4.6.0",
"@fontsource/montserrat": "^5.2.8",
"@fontsource/source-code-pro": "^5.2.7",
"@github/mini-throttle": "^2.1.1",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.8",
"cropperjs": "^1.6.2",
"date-fns": "^4.1.0",
"highlight.js": "^11.11.1",
"i18next": "^25.8.11",
"react": "^19.2.4",
"react-day-picker": "^9.13.2",
"react-dom": "^19.2.4",
"react-router-dom": "^7.13.0",
"sweetalert2": "^11.26.20",
"sweetalert2-react-content": "^5.1.1"
},
"devDependencies": {
"@sweetalert2/stylelint-config": "^3.1.0",
"@types/bootstrap": "^5.2.10",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.0",
"oxfmt": "^0.41.0",
"oxlint": "^1.51.0",
"sass": "^1.97.3",
"stylelint": "^17.3.0",
"typescript": "^6.0.0",
"vite": "^8.0.0",
"vite-plugin-html-inject": "^1.1.2"
},
"license": "MIT"
}