forked from teles/awesome-seo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.08 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 2.08 KB
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
{
"name": "awesome-seo",
"version": "1.0.0",
"description": "A curated list of SEO links.",
"scripts": {
"build": "npm test && npm run build:css && webpack --mode=production",
"build:css": "tailwindcss -i ./src/styles/input.css -o ./docs/output.css --minify",
"dev": "concurrently \"npm run dev:css\" \"webpack --mode=development --watch\"",
"dev:css": "tailwindcss -i ./src/styles/input.css -o ./docs/output.css --watch",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"serve": "python3 -m http.server 8000 --directory docs",
"lint": "eslint src/ --ext .ts,.tsx",
"lint:fix": "eslint src/ --ext .ts,.tsx --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teles/awesome-seo.git"
},
"keywords": [
"seo",
"awesome",
"lists"
],
"author": "Jota Teles",
"license": "MIT",
"bugs": {
"url": "https://github.com/teles/awesome-seo/issues"
},
"homepage": "https://github.com/teles/awesome-seo#readme",
"dependencies": {
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.544.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.2",
"eslint": "^8.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.0",
"typescript": "^5.0.0",
"webpack": "^5.82.0",
"webpack-cli": "^5.1.0"
}
}