-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.17 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.17 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
{
"name": "seo-example",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"pre:build": "rm -rf node_modules package-lock.json && npm install",
"build": "tsc && vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pphatdev/seo-example.git"
},
"keywords": [
"google",
"seo",
"search-seo"
],
"author": "pphatdev",
"license": "MIT",
"bugs": {
"url": "https://github.com/pphatdev/seo-example/issues"
},
"homepage": "https://github.com/pphatdev/seo-example#readme",
"devDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.43.0",
"@types/node": "^22.10.2",
"@types/three": "^0.171.0",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"postcss": "^8.4.49",
"svgo": "^3.3.2",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.16",
"typescript": "~5.6.2",
"vite": "^6.3.5",
"vite-plugin-image-optimizer": "^1.1.8"
},
"dependencies": {
"fs": "^0.0.1-security",
"gsap": "^3.12.5",
"moment": "^2.30.1",
"sharp": "^0.33.5",
"three": "^0.171.0",
"vite-plugin-sitemap": "^0.7.1"
}
}