-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
70 lines (70 loc) · 2.16 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
{
"name": "dev.tools",
"version": "0.0.24",
"description": "A collection of useful developer tools built with React.",
"homepage": "https://devtools-sabeerbikba.vercel.app",
"repository": "https://github.com/sabeerbikba/dev.tools",
"author": "sabeer bikba <sabeerbikba02@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"build:styles": "npx tailwindcss -i ./src/styles/styles.css -o ./src/styles/output.css --watch"
},
"dependencies": {
"@babel/standalone": "^7.24.5",
"@grapesjs/react": "^1.0.0",
"@monaco-editor/react": "^4.6.0",
"@vercel/analytics": "^1.3.0",
"autoprefixer": "^10.4.19",
"blurhash": "^2.0.5",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"exifr": "^7.1.3",
"github-markdown-css": "^5.5.1",
"grapesjs": "^0.19.5",
"grapesjs-blocks-basic": "^1.0.2",
"grapesjs-custom-code": "^1.0.2",
"grapesjs-plugin-export": "^1.0.12",
"grapesjs-plugin-forms": "^2.0.6",
"grapesjs-preset-newsletter": "^1.0.2",
"grapesjs-preset-webpage": "^1.0.3",
"grapesjs-style-bg": "^2.0.2",
"grapesjs-style-filter": "^1.0.2",
"grapesjs-style-gradient": "^3.0.3",
"grapesjs-tui-image-editor": "^1.0.2",
"js-beautify": "^1.15.1",
"lodash": "^4.17.21",
"lorem-ipsum": "^2.0.8",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-accessible-accordion": "^5.0.0",
"react-color": "^2.19.3",
"react-diff-viewer-continued": "^3.4.0",
"react-dom": "^18.3.1",
"react-live": "^4.1.6",
"react-markdown": "^9.0.1",
"react-qr-code": "^2.0.13",
"react-router-dom": "^6.23.1",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^10.0.5",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"store": "^2.0.12",
"typescript": "^5.4.5"
},
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vite": "^5.2.11"
}
}