-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1 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
{
"name": "grok-ai-website",
"version": "1.0.0",
"description": "A modern, beautiful Grok AI showcase website with auto-update functionality",
"main": "index.html",
"scripts": {
"dev": "npx live-server --port=3000",
"build": "echo 'Static site - no build required'",
"deploy": "gh-pages -d .",
"lint": "eslint script.js",
"format": "prettier --write *.html *.css *.js *.md"
},
"repository": {
"type": "git",
"url": "https://github.com/chinamanor/grok3.asia.git"
},
"keywords": [
"grok",
"ai",
"chatbot",
"website",
"github-pages",
"responsive",
"modern-ui"
],
"author": "Grok AI Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/chinamanor/grok3.asia/issues"
},
"homepage": "https://chinamanor.github.io/grok3.asia",
"devDependencies": {
"eslint": "^8.0.0",
"prettier": "^3.0.0",
"live-server": "^1.2.2",
"gh-pages": "^6.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}