Skip to content

Commit 1246831

Browse files
committed
some task completed
1 parent fca3ea7 commit 1246831

30 files changed

Lines changed: 2094 additions & 1588 deletions

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
<head>
66
<meta charset="UTF-8" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
78
<title>Dev.tools | CSS Autoprefixer, Live Html, Color Code Converter, and More</title>
89
<meta name="title" content="Dev.tools | CSS Autoprefixer, Live Html, Color Code Converter, and More">
910
<link rel="canonical" href="https://devtools-sabeerbikba.vercel.app">
@@ -14,7 +15,7 @@
1415
</head>
1516

1617
<body>
17-
<div id="root" class="select-none"></div>
18+
<div id="root"></div>
1819
</body>
1920

2021
</html>

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
"license": "MIT",
99
"scripts": {
1010
"dev": "vite",
11+
"styles": "npx tailwindcss -i ./src/styles/styles.css -o ./src/styles/output.css --watch",
12+
"dev-p": "run-p dev styles",
1113
"build": "vite build",
1214
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
13-
"preview": "vite preview",
14-
"build:styles": "npx tailwindcss -i ./src/styles/styles.css -o ./src/styles/output.css --watch"
15+
"preview": "vite preview"
1516
},
1617
"dependencies": {
1718
"@babel/standalone": "^7.24.5",
@@ -56,13 +57,17 @@
5657
"typescript": "^5.4.5"
5758
},
5859
"devDependencies": {
60+
"@types/js-beautify": "^1.14.3",
61+
"@types/react-syntax-highlighter": "^15.5.13",
62+
"@types/store": "^2.0.5",
5963
"@vitejs/plugin-react-swc": "^3.7.0",
6064
"eslint": "^8.57.0",
6165
"eslint-config-google": "^0.14.0",
6266
"eslint-plugin-import": "^2.29.1",
6367
"eslint-plugin-react": "^7.34.1",
6468
"eslint-plugin-react-hooks": "^4.6.2",
6569
"eslint-plugin-react-refresh": "^0.4.7",
70+
"npm-run-all": "^4.1.5",
6671
"postcss": "^8.4.38",
6772
"tailwindcss": "^3.4.3",
6873
"vite": "^5.4.17"

0 commit comments

Comments
 (0)