-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
63 lines (63 loc) · 1.85 KB
/
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
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
{
"name": "sweetalert2.github.io",
"repository": "sweetalert2/sweetalert2.github.io",
"homepage": "https://sweetalert2.github.io/",
"description": "Documentation for SweetAlert2",
"type": "module",
"scripts": {
"dev": "vite --open",
"build:dev": "tsc && vite build",
"build": "tsc && vite build --emptyOutDir",
"lint": "stylelint styles/*.scss && eslint . --ignore-pattern 'dist/*'",
"preview": "vite preview"
},
"dependencies": {
"@algolia/client-search": "^5.0.0",
"@codesandbox/sandpack-react": "^2.9.0",
"@codesandbox/sandpack-themes": "^2.0.21",
"@docsearch/css": "^3.5.2",
"@docsearch/js": "^3.5.2",
"@github/mini-throttle": "^2.1.1",
"@lezer/common": "^1.1.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.2",
"cropperjs": "^1.6.1",
"date-fns": "^4.0.0",
"formik": "^2.4.5",
"highlight.js": "^11.9.0",
"jquery": "^3.7.1",
"react": "^18.2.0",
"react-day-picker": "^9.0.0",
"react-dom": "^18.2.0",
"react-router-dom": "^7.0.0",
"search-insights": "^2.9.0",
"sweetalert2": "^11.7.32",
"sweetalert2-react-content": "^5.0.7",
"typescript-eslint": "^8.1.0"
},
"devDependencies": {
"@sweetalert2/eslint-config": "^1.1.8",
"@sweetalert2/stylelint-config": "^3.0.0",
"@types/bootstrap": "^5.2.8",
"@types/i18next": "^13.0.0",
"@types/jquery": "^3.5.24",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^9.0.0",
"eslint-plugin-react-refresh": "^0.4.3",
"sass": "^1.69.3",
"stylelint": "^16.0.0",
"typescript": "^5.0.2",
"vite": "^6.0.0",
"vite-plugin-html-inject": "^1.0.4"
},
"prettier": {
"printWidth": 120,
"semi": false,
"singleQuote": true,
"quoteProps": "consistent",
"trailingComma": "es5"
},
"license": "MIT"
}