forked from igrigorik/videospeed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.6 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
{
"name": "videospeed",
"version": "1.0.0",
"description": "- The extension will remember the playspeed per Website (not completely tested, but hopefully that's what's going to happen)",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"lodash": "^4.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^5.0.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.23",
"@eslint/compat": "^1.1.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.5.0",
"@thedutchcoder/postcss-rem-to-px": "^0.0.2",
"@trivago/prettier-plugin-sort-imports": "*",
"@types/chrome": "*",
"@types/lodash": "^4.0.0",
"@types/node": "^20.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*",
"@vitejs/plugin-react": "*",
"autoprefixer": "^10.0.0",
"daisyui": "^4.0.0",
"eslint": "*",
"eslint-config-react-app": "*",
"eslint-plugin-react": "*",
"eslint-plugin-react-hooks": "*",
"eslint-plugin-react-refresh": "*",
"globals": "^15.6.0",
"postcss": "^8.0.0",
"postcss-prefix-selector": "^1.0.0",
"prettier-plugin-tailwindcss": "*",
"sass": "^1.0.0",
"tailwindcss": "^3.0.0",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite-plugin-eslint": "*"
},
"keywords": [
"video",
"speed",
"utils"
],
"author": "Farzad Majidfayyaz"
}