forked from Bashamega/WebDevTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.15 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "web",
"version": "2.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write .",
"format:write": "prettier . --write",
"format:check": "prettier . --check",
"lint": "next lint",
"seo": "node scripts/seo.js",
"prepare": "husky"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.11.5",
"@faker-js/faker": "^8.4.1",
"@headlessui/react": "^2.1.8",
"@heroicons/react": "^2.1.4",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "^5.15.19",
"@mui/material": "^5.15.19",
"@radix-ui/react-select": "^2.1.1",
"@react-pdf/renderer": "^3.4.4",
"@vercel/analytics": "^1.3.1",
"asciidoctor": "^3.0.4",
"autoprefixer": "10.4.20",
"badge-maker": "^4.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"codemirror": "^6.0.1",
"convert-units": "^2.3.4",
"eslint-config-next": "^14.2.11",
"file-saver": "^2.0.5",
"framer-motion": "^11.5.4",
"free-ps-banner": "^0.0.2",
"fuse.js": "^7.0.0",
"html-to-jsx-transform": "^1.2.0",
"json-to-pretty-yaml": "^1.2.2",
"jszip": "^3.10.1",
"lucide-react": "^0.441.0",
"next": "^14.2.12",
"next-navigation": "^1.0.6",
"postcss": "8.4.43",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-bootstrap": "^2.10.2",
"react-color": "^2.19.3",
"react-colorful": "^5.6.1",
"react-dom": "^18.3.1",
"react-dropdown-select": "^4.11.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-image": "^4.1.0",
"react-markdown": "^9.0.1",
"react-tabs": "^6.0.2",
"remark-gfm": "^4.0.0",
"sass": "^1.77.8",
"snarkdown": "^2.0.0",
"sweetalert2": "^11.14.0",
"tailwind-merge": "^2.5.2",
"tailwindcss": "3.4.4",
"tailwindcss-animate": "^1.0.7",
"uuid": "^10.0.0"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.11",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.5",
"prettier": "^3.3.3",
"xml2js": "^0.6.2"
}
}