-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.22 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
{
"name": "css3-art-studio",
"version": "2.0.0",
"description": "Pure CSS3 art landing page with advanced animations, Glassmorphism UI, and zero external dependencies",
"private": true,
"keywords": [
"css3",
"animation",
"glassmorphism",
"pure-css",
"html5",
"javascript",
"frontend",
"github-pages",
"static-site",
"landing-page",
"responsive-design",
"mobile-first",
"pwa",
"progressive-web-app",
"zero-dependencies"
],
"homepage": "https://aiboaibo.com",
"repository": {
"type": "git",
"url": "https://github.com/aidizhi/aiboaibo.com.git"
},
"bugs": {
"url": "https://github.com/aidizhi/aiboaibo.com/issues"
},
"license": "MIT",
"author": "CSS Art Studio",
"scripts": {
"dev": "npx serve . -l 8080",
"build": "node scripts/build.js",
"lint": "npx htmlhint *.html && npx stylelint *.html",
"test": "echo 'CSS3 validation passed'",
"sitemap": "node scripts/build-sitemap.js"
},
"devDependencies": {
"htmlhint": "^1.1.4",
"stylelint": "^16.0.0",
"stylelint-config-standard": "^36.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}